Hi Community,
I need to hide or disable the custom action for users on the basis of their functional roles.
Like
2 comments
12:15 May 19, 2021
Hello,
You can try to use similar roles filtration approach as here:
https://community.creatio.com/questions/how-create-users-role-manage-in…
To hide the button it is necessary to assign this attribute to the
"values": {
"enabled":{isVisible:"CanEditSystemAdministrator"}
}
Here is one more idea of role filtration https://community.creatio.com/questions/filter-lookup-role
Regards,
Dean
Show all comments