Netsuite - After Field Edit Action in Workflow not being triggered by CSV/Suitelet

1.2k Views Asked by At

I have an After Field Edit action in my Workflow which triggers whenever the desired set of fields are changed in UI. However this action is not being triggered when those fields are updated by CSV Import or a Suitelet Script.

I've not selected anything in 'Contexts' section in my action so that it allows the action to trigger for all contexts.

Can someone please let me know what events in a Workflow are triggered when updating field via CSV Import or 'nlapiSubmitField' in a Script?

Best Regards, Anish

2

There are 2 best solutions below

0
On

You need to check the box "Run server Suitescript and trigger Workflows" during the Import Assistant:

https://i.stack.imgur.com/mw5S5.jpgThis

0
On

After Field Edit is a client-sided trigger and therefore cannot be triggered by a CSV import. Only server-sided triggers like After Record Submit can be triggered by a CSV import