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.
WMS Custom Dynamic Message Source Line Field
I'm trying to add a custom message to the carton selection page of the picking process. The purpose of the message is to show a suggested carton which is based off a line/column field on the sales order. I can reference a header field to the message, but whenever I try to reference any line field, the result just returns "Undefined". Has anybody encountered this before? I'm basing my syntax on SuiteAnswer ID 92469.
Here is my message code:
{{record:salesorder:{{state:dataRecord:scriptParams:transactionInternalId}}, item:line:{{state:dataRecord:scriptParams:transactionLineId}}-custcol_fulfillment_group_id}}