Hi Team,I’ve created a User Event (beforeSubmit) s...
# suitescript
e
Hi Team,I’ve created a User Event (beforeSubmit) script that programmatically checks the Create WO checkbox on the Sales Order line level. However, even though the checkbox is being successfully checked, NetSuite’s native logic to automatically create Work Orders is not being triggered. Could you please advise if there’s any specific event, timing, or additional condition required for the standard Work Order creation process to initiate when this checkbox is set via script? Thanks In Advance
c
does the WO need to be approved first? Otherwise it should create the WO on SO creation.
e
The Sales Order is in Billed status, and I have added a new line item on that Sales Order and from the script, I am checking the “Create WO” checkbox. to trigger the native Workorder creation process