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!
Calculate expected Ship Date
Hi,
Our customer has set fixed delivery days for items. These are different for each item and are recorded in a custom field at Item level. Field ID: {custitem_xxx_days_production_lead}, behind this field is a custom list.
I source the information of the item - Lead time Days on Transaction Line level (See below)
How can I calculate the Expected Shipdate at Transaction line level (SO) by, for example, a workflow based on the 'Lead time Days'.
I asume the formula should be something like {trandate}+{custitem_days_production_lead}.
I have tried several things but unfortunately without the desired result.