My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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>…