Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
Now, you can stay up-to-date with the latest discussions, helpful tips, and important announcements, all delivered straight to your inbox. Whether you’re looking to catch up on what you missed or just want a quick overview, our email digest has you covered. To learn more and to subscribe, click here.
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}}