Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. 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.