Discussions
Workflow Action Script to Call Suitelet
Greetings,
I have a User Event Script that creates a button on a Sales Order to create a Purchase Order Acknowledgement. (Create PO Ack)
When the button is clicked it executes a Suitelet that runs a routine to create a CSV file.
I have a Workflow Action Script that checks availability of items on an incoming purchase order to fulfill or kill an order based on availability.
I am trying to execute the Suitelet from a Workflow Action Script to automate the "clicking" of the Create PO Ack button.
My question is the following:
Is it possible to initiate or execute a Suitelet from a Workflow Action Script ?