The user needs to create a User Event Script which is similar to this one:
function setCustomLabelButton(type, form) {
if(type == 'view') {
var printButton = form.getButton('print');
printButton.setLabel('Print Sales Order');
}
}
if(type == 'view') {
var printButton = form.getButton('print');
printButton.setLabel('Print Sales Order');
}
}
He needs to deploy this script on the Before Load function of the Sales Order record.
No comments:
Post a Comment