Hi All, I'm trying to update a customer's tax code...
# suitescript
s
Hi All, I'm trying to update a customer's tax code via suitescript/csv import - though the update runs successfully, the value is not stored to the customer tax item. I could update it by editing the customer record and selecting from the taxitem dropdown. But I need to make a csv import for several customers.
Seems like for the value you need to specify a combination of the {taxtype}:{itemid} to get it to store (which is basically how the values are displayed in the dropdown when editing customer) Has anyone had similar experience?
n
@SimonC Could it be that you are not specifying that you are using the name or internalid whichever you're providing in your CSV at the point you map the column? i.e. you have internalids but it's expecting text values or vice versa
s
That's it - I was missing the Default Value or Reference Type config. Thanks!
👍 1