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.
Interesting inconsistency with list/record fields
As we've been implementing additional scripts, I noticed an interesting inconsitency with what information gets returned from a list/record field.
If it's a built-in field, SuiteScript will return an internalID. If it's a custom field, however, Netsuite returns the text value. For example, we have a custom field, type list/record, subtype employee (to keep track of the project manager on a job record). Using SuiteScript, Netsuite will return the full name as the value, rather than a reference to the employee record. For the Sales Rep field, however, it returns the internalID.
Weird.
Ideally, there should be a way to get either the text value, as displayed on screen, or the internalID. Obviously, if you have the internalID, you can get at the text value eventually, but if you only have the text value, as far as I can tell, ou're stuck hardcoding references (ugly)