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.
beforeSubmit fields not returning values
I perform a search on a custom record looking for values in two fields (one a list/record field, the other an integer field). The search results find the records correctly.
I do a mass update against this search which causes a User Event script I have on the custom record to run.
In the beforeSubmit routine, I load the record using nlapiGetNewRecord and using getFieldValue retrieve the values for the two fields above. They both return null for a value.
The form has the list/record set as inline text while the integer has the 'show' checkbox unchecked (to hide the field). Am I to assume that beforeSubmit is showing these as null because they are set to inline text and not shown or is there something else going on I am not aware of? Both of these returned values should have had values in them (clearly since the mass update search shows them with values).