‎10-11-2021 12:42 PM
Hello,
I would like to disable the Workflow Button that appears on top whenever an object is selected. This should not be available for users having a particular profile.
Attaching screenshot for reference. Please help.
Thank You.
Solved! Go to Solution.
‎11-11-2021 08:01 AM
Thank you! That worked.
‎10-11-2021 02:25 PM
Hello
To hide the workflow button, you can try to add the line below in the concerned propertypage:
btnWorkflow = Item(~BN(iZnHBG5Y5[Workflow]),From(Map),Param(PushButton,CheckFlags,Overriding=1),ExcludedOn(Always)
‎10-11-2021 02:09 PM
In general you would specify in the actual workflow which persons (workflow participants) can activate the workflow. Otherwise you would add a conditions in the propertypage of the this specific list to only show the button if a specific profile is logged in