Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Adding Workflow action script
Dear All,
I am facing a question of running a suite script by workflow.
What I am doing a workflow to create an additional journal entry when saving item fulfillment.
How I can pass the internal id of the item fulfillment to the script in order to get the details of the fulfillment.
function WA_createJE(custscripttranid) { var recFF = nlapiLoadRecord('itemfulfillment',custscripttranid);I have put a parameter when uploading and deploying the script to workflow action script.
And I have selected to run the workflow action with the parameter custscripttranid = {internalid}
But what i have got is just the error msg "That record does not exist." when i save the item fulfillment.
0