My Stuff
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
Thanks for the response. Creating a TO and saving it seems like the path i'd want to go. I seem to be running into two major issue. 1. The script that is executed with the button will trigger on page load instead of when the button is clicked. --- form.addButton('custpage_purchaseorder', 'Create TO', createTO()); --- 2.…
-
Im not entirely sure why my script is erroring out, I add a new item, set it and commit it and im still getting the error of "You must enter at least one line item for this transaction." ` function OLDcreateTO() //(request, response) { for ( var i = 1; i < lines + 1 ; i++ ) { nlapiLogExecution('DEBUG','<Before Load Script>…