Reputation: 11
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
Upvotes: 1
Views: 1457
Reputation: 75
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
Upvotes: 0
Reputation: 3029
You need to check the box "Run server Suitescript and trigger Workflows" during the Import Assistant:
https://i.sstatic.net/mw5S5.jpg
Upvotes: 6