Netsuite Upsert to Multiple Addresses on Customer Object

Hello,
I have a requirement to write to multiple addresses on the customer object. I am looking to write to two different address records within Netsuite.

This is a screenshot of what I’m referring to.

I only see 1 set of address fields on the Customer object in the Upsert snap. How can I accomplish this with the available snaps in the Netsuite pack?

@salesopsintegration

If you add an upstream mapper snap in front of NetSuite Upsert, you will notice that the address is a type of Array.

So, if you want to add multiple addresses, you should compose an array of objects where each object will stand for a single address line.

Hope this helps!

BR,
Spiro Taleski

1 Like