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.
Search.lookupFields returns differently structured outputs in different environments.
In one of our scripts, search.lookupFields
returns different types of output depending on the environment.
Example
SB : {"custbody_ossm_dummy_asset":[{"value":"4490","text":"1 : BW Flex"},{"value":"4491","text":"2 : BW Flex"},{"value":"4492","text":"3 : BW Flex"},{"value":"4493","text":"4 : BW Flex"},{"value":"4494","text":"5 : BW Flex"},{"value":"4495","text":"6 : BW Flex"}]}
Production : {"custbody_ossm_dummy_asset":{"value":"18835,18836","text":"KA425-0027608 : BW GasAlertMicroClip XL LEL(F) O2 H2S CO (Yellow, UK),KA425-0027805 : BW GasAlertMicroClip XL LEL(F) O2 H2S CO (Yellow, UK)"}}
Does anyone know why the output structure might mismatch between Sandbox and Production?
Please note that I've already confirmed the field configuration is identical in both environments.