My Stuff
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>…