Hi All, Im trying to create a workfow that will run a suitescript which sends a webhook to a website to update the sales order. With Tracking and Status Shipped. The problem is now trying to fire the suitescript with a workflow. What I have so far is,
1. CustomSuteScript : Type 'Workflow Action',
2. Deployment of this CustomSuteScript with Applies to = SalesOrder,
3. Workflow: type Transaction,
subtype = SalesOrder,
Execute as admin,
Status = testing,
OnCreate and On View or Update checked,
Trigger = After Record Submit,
EventType = All,
Contexts = All,
Condition = This is where I am not getting anything and not sure what to put?