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!
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}}