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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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