Hi everyone,
I am working on a task where I need to display the Deactivate and Activate Buttons on the ribbon once an Account record is selected in the Account homepage view.
Condition: Activate button if a Deactivated account is selected and vice verse. These buttons should display for Admin and Legal team only.
At the moment I have a JavaScript function tied to an Enable Rule retrieving account state and performing said logic but I am wondering if there is an out of the box Parameter/Rule/etc available in the Ribbon Workbench tool where I wouldn't need to implement so much code.