Why wouldn't a Scheduled WOrkflow trigger a User E...
# suiteflow
n
Why wouldn't a Scheduled WOrkflow trigger a User Event script. I have a scheduled workflow that is updating 1 feild value daily. I have the script deployement set to trigger with the context of scheduled script user interface and workflows. But there are NO script execution logs for the user event when the workflow runs I even added a "Start" log at the very beginning of the script before anything happens and it never shows up
j
What functions are you testing in your UE script (e.g. beforeSubmit etc)
And what is the context of your Workflow?
a
Also make sure the User Event script has an execution context allowed for "Workflow" in its Deployment(s). Another thing to check on is that the workflow's configuration of event or scheduled has to do with how it gets initiated, but between States and even Actions within its current State, on a workflow that's already in progress ("Active"), it may or may not be waiting for a user event to trigger it, and if the action that's supposed to trigger your User Event script is in THAT situation, then I think it wouldn't trigger another User Event (NetSuite's built-in way to prevent infinite user event trigger looping).