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.
How to force a refresh on a custom transaction column via script?
I have a process during sales order entry where I have a need to refresh the drop-down values of a custom sourced field on my order line, but cannot find a way to do this. I am using nlapiSelectNewLineItem to create a new order line, nlapiSetCurrentLineItemValue to set some values on the line, and finally using nlapiCommitLineItem to commit the line to the order.
While I am setting values on the line, I also am creating some supplemental records, and this is where my sourced field comes into play. My sourced field is based on the custom records I am creating while I am populating the order line values. When it comes time for me to set the value of the sourced field, the value I need is not available because the drop-down values need refreshed to acknlowedge the custom records I just created.