Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Suitescript inside of workflow
I'm in a strange situation where I want to execute a few lines of SS 1.0 inside of a workflow action. Specifically, I want to set a few "state" variables inside of the workflow. I have this niggling suspicion that this is possible, but I can't seem to get it to go.
For instance, I am trying to get the total number of lines on a Sales Order with nlapiGetLineItemCount('item') but I continually get "ERROR: Invalid Expression'.
Can anyone confirm or reject my notion that I can put SS inside of a workflow?