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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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