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.
Problems with nlapiSetFieldText/Value
Hi there!
Im having a wierd problem setting values to Dept/Class/Loc fields in a Sales Order. At the Job level, we have already defined the dept, class and loc and I want this to get sourced when a SO is created. I tried the nlapiLookupField and that didn't work.
So I created three custom body fields to source these values from the Job and have a post source client script to copy it into the std Dept/Loc/Class fields.
The issue:
Both nlapiSetFieldText/Value work well only when the lists are a dropdown. When the number of entries exceeds the Max entries in the dropdown (as per the user's preference) and the field become <type and tab>, the code breaks! nlapiSetFieldText add a "\" at the end and nlapiSetFieldValue does not work at all!