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.
Seting Value of Manually-added Line Item Select Field
I've got a question about how to set the value of manually-added line item select fields. I have a select field that I add on the "beforeLoad" user-event server-side SuiteScript to the line item. This code adds a new select field and then populates the select field with some data. Then I want to select a value from that select field. I do that using the client-side Page Init function. This code loops through the line items and sets the value of my custom field. The problem is that the line items do not change. It looks like my code