[Custom field on suitlet] [Select Field]
I created a custom form via suitelet script. My form has 2 select fields (dropdown).
As seen in the below picture the dropdown customer was created using the property 'option.source: customer'
As for the dropdown 'Sales Product' / 'Purchase Product', I created them using the addSelectOption method
and they do not have the same behavior like the customer field.
Is there any other alternative that I can make dropdowns 'Sale Product'/'Purchase Product' look and have the same behaviours
as the customer field ?
From what I found, some people suggest using saved search ID as source. This didnt work for me or perhaps I missed something.