Anyone know if I can conditionally hide a button using a client script?
e.g. On a Sales Order beforeLoad (UE) I add a button called "TEST"
Then I add a client script to the Sales Order and want to hide the "TEST" button if the 'memo' field contains a certain word
(of course, avoiding a dom hack would be ideal)