I’m attempting to use workflow.initiate to trigger...
# suitescript
d
I’m attempting to use workflow.initiate to trigger a workflow in NetSuite with a custom action. Looking at the log for the workflow,
Running ONENTRY trigger (Event: PROCESS; Context: RESTLET)
, it skips my custom action with
Check: Action allowed for execution context RESTLET?
returning false, but I don’t see RESTLET as a choice for allowed contexts in the visual builder. Is there a way to allow a workflow w/ a custom action to be triggered by a RESTlet?