Is there a way to prevent the GREEN ARROW, that used for submitting, from being displayed? I wish to have only the SUBMIT button displayed. Using BRM 7.6.
Add a client script on lead that calls the following:
eworkShowSubmit(false);
if you want to hide the Cancel button you also can call:
eworkShowCancel(false);