Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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.
0