Hello, does anyone here know if there is a way to ...
# suitescript
p
Hello, does anyone here know if there is a way to determine with a script if a user entered the billing address through the new option versus through the billing addresses on the vendor record?
b
probably nothing native
you can probably infer that new was chosen by keeping track of the current customer's addresses in a client script
the address is new if the billing address field has an id that is not in that list
p
thats a great idea. thank you!
b
expect to learn the distinction between the internal id of the address subrecord, and the id of the address book sublist line