Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Populate a drop-down based on the selection of another
On the case form, I'd like to have a drop-down labled "Version" that will populate a certain set of options based on the user's selection of a product from the "Product" drop-down.
I tried this via a client script using the nlapiInsertSelectOption() function, but that only works on select fields that were added via script...
I can create a user event script that will create the "version" drop-down on pageInit, but - would that store the value? Also, how do I specify where the field will show up? By default, placing it on the "Main" tab seems to just insert it after that last field in the header, whereas I need this drop-down to display directly below the "Product" drop-down.