I'm using a Workflow to update an Item Field. I ha...
# suitescript
n
I'm using a Workflow to update an Item Field. I have a User Event Script set to just log that event. The User Event Script has all but 2 Execution Context(s) selected. (REST Web Services, Restlet) The User Event Script is not running and I am unsure why?
Editing the Item Record through the UI Triggers the User Event Script
Does a Scheduled Workflow After Record submit not trigger the User Event Script?
b
n
"User event scripts cannot be executed by other user event scripts or by workflows..." Is there a technical difference between a Workflow executing a User Event and a Workflow Editing an Item Record?
c
What's the trigger/entry point for editing the item record?
I usually consider workflows to be an abstraction on top of UserEvent scripts to be honest (where the context is User Event).
n
a Scheduled workflow
c
And one does not trigger the other.
n
ok, I will work out another trigger, Thanks
c
"User event scripts cannot be executed by other user event scripts or by workflows with a Context of User Event Script."
What is the context of your workflow?
n
Initiation is Scheduled.