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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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