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.
suitelet staticlist hidden field problem?
I've created a suitelet that contains a staticlist with 2 checkboxes in columns 1 and 2, several other columns with general textual info, and then several hidden fields 2 of which are integers to store record and employee ids. when the suitelets "page init" event is fired, the first line item contains data in the aformemtioned hidden integer fields. (i.e. col12 contains 420, and col14 contains 47132.)
When i click on one of the check boxes in the first line item of the sublist, the "field changed" event is processed and when i print out the values of the hidden fields they no longer contain valid data. (i.e. col12 contains undefined, and col14 contains undefined.) note that this will happen with any line item not just the first.