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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Getting the Array listed in a drop down menu
I'm looking to do some coding that looks at the array that has been pushed into a drop down menu. I was looking at the code and couldn't figure out if there was a function to pull that information back out. For instance if I had a drop down list that was populated ([1, Dave], [2, Jack], [3, Jane]) I wanted to grab that array list, identify the option with the highest value, 3 in this case, and then select 3 in the drop down menu.
The use case would be on a task creation that would chose the newest quote for a given customer on pageInit. I'm hoping that the system will have already populated the transaction information into the transaction drop down since the customer is already specified. I figure I can also do this with a search but since all the data is already there, I'd rather not waste any scripting units.