Question

Hide or disable the custom action

Hi Community,

I need to hide or disable the custom action for users on the basis of their functional roles.

Like 0

Like

2 comments

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

dean parrett,

Thankyou for your help

 

Show all comments