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 from Sales Order
I'm trying to add a custom dynamic message to display on our mobile device that is sourced from a custom transaction line field on the sales order. The code I am using in the message field on the Mobile - Page Element is as follows but always shows up blank on the mobile:
{{record:salesorder:{{state:dataRecord:scriptParams:transactionInternalId}},item:line:{{state:dataRecord:scriptParams:transactionLineId}}-custcol_gw_ship_instructions}}
Any idea what I am doing wrong?