Given a variable containing the current record for...
# suitescript
l
Given a variable containing the current record for a Customer, how do I get and iterate over a list of all Contacts related to that customer?
d
The sublist
addressbook
contains all the contacts of a customer record. you can loop through that
l
Thank you, looking it up.