Hello, Is it possible to call a client script from...
# suitescript
p
Hello, Is it possible to call a client script from a workflow action? I need to pass in the purchase order internal id to the client script. I am running into a workflow action limit with the script as part of the workflow
b
i wouldcnt expect so
workflow action scripts run serverside
you need to use indirect techniques like setting a field on the record that the client script uses
🥇 1
p
great. thank you