I have a WF which checks if the total $ amount is above a threshold and sets a field. It works as expected in UI. When we import the POs via SOAP services it doesn't run. It's Before Submit Actions and Context includes SOAP. I'm thinking to convert it to a script.
k
KevinJ of Kansas
02/14/2022, 11:53 PM
You might try using a different total field. Some of them don't calculate in that setting
KevinJ of Kansas
02/14/2022, 11:54 PM
Also - make sure your Web Services settings are configured to trigger scripts and workflows
KevinJ of Kansas
02/14/2022, 11:54 PM
Kind of similarly to CSV imports
n
Netsuite Tragic
02/16/2022, 5:48 AM
Thanks, found the "RUN SERVER SUITESCRIPT AND TRIGGER WORKFLOWS" unfortunately already set to True. I'll continue.