I had a request from a member of our logistics team to set the NetSuite Sales Order form to default to the logistics tracking tab when editing. I did some research and found some tips on other sites which led me to this solution. I found how to add an event listener to the NetSuite […]
Category: Client Scripts
Testing code embed.
1 2 3 4 5 |
function beforeload(type,form) { if(type=='edit') { form.addButton('custpage_button','Update PO','update_po()') } } |
Recent Comments