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!
AE:Update 'Production End Date' field with SuiteScript or WorkFlow
Hi all,
We would like to update the 'Production End Date' (ID = enddate) field within a Work Order when this Work Order is created from a Sales Order. We've already created a script (SuiteScript 2.0) for updating this field but while developing we find out that after we update the field, this is overwritten by on the other scrips from Advanced Manufactoring.
I thought to make a work around with a WorkFlow. The script we developed updates a custom date field 'Sales Order Expected Ship Date' within the Work Order form. With a WorkFlow, using 'After Record Submit', the value is taken over from 'Sales Order Expected Ship Date' to 'Production End Date'. Unfortunately the field is still overwritten by other script.