We’re turning on Multi-Subsidiary Customer feature...
# general
j
We’re turning on Multi-Subsidiary Customer feature and we want to add all subsidiaries to all customers. I tried a CSV import (Relationships -> Customer/Subsidiary) with a sample data set, with two columns,
customer_id
and
subsidiary_id
but all rows just threw
Unexpected Error
. What the correct format for this?
e
Are you using Add or Update?
j
update
let me try w/add
same error
m
Sub a | sub b | sub c
You second column need to be written like this
n
From memory you need to also include external and internal id's in this import, the relationships import is a bit annoying.
The black bit is where the sub map goes - in this one we just had 1 extra sub so t was hard coded (which is why i blacked it out)
j
Got it sorted in the end