Saturday, March 16, 2019

Remove Edit Button on Sales Orders

A User Event script can be used on Before Load record to remove the Edit button when viewing a Sales Order.
function removeEditButton(type, form){ if(type == 'view') { form.removeButton('edit'); }}

Deploy the User Event Script on Sales Order and select the right Audience.

No comments:

Post a Comment