Forum Discussion
ianreid
3 years agoNew Contributor III
Dynamically disable button on a dashboard
Is there a way to set the property of a dashboard button to disabled? I have a dashboard that includes a number of button objects that execute various tasks, such as running a calculation, locking t...
MikeG
3 years agoContributor III
If the Workflow is in a Completed status, you could do a dynamic XFBR string rule and return isVisible = False on your actionable buttons. i.e. when the Workflow if Reverted the buttons are IsVisible = True.
Related Content
- 5 months ago