I'm trying to create a custom field (list/record) ...
# suitescript
d
I'm trying to create a custom field (list/record) from the customer address book to use on a project record. Is there a way to show the full address in the dropdown instead of just the first address line? When I use the List/Record for "Address", it's just empty. Tried a couple of different approaches but none worked thus far.
b
make your own field using Form.addField in a user event script
add your own select options using Field.insertSelectOption in a client script