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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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