Hey everyone! I've implemented a restlet to create...
# suitescript
d
Hey everyone! I've implemented a restlet to create a Customer record with addresses, contacts and the contact addresses. However I'm having some issues when creating the contact addresses. I've noticed that both the customer and the contacts sublists for Address have the same key. So it ends up adding all the addresses to the customer. Anyone knows if there's a way to specify which sublist I'm trying to insert into? Or some sort of sub-sublist?
s
When you create the customer addresses, you should select the address book sublist from the contact instead of the customer, like this:
d
Amazing! So simple. Thank you very much