Permissions for Menu Permissions

sabzamsabzam Member Posts: 1,149
Dear All,

I need to "switch off" one of the list on a menu button in a card. How could this be done?

Comments

  • matttraxmatttrax Member Posts: 2,309
    The only way not to display it is to have two buttons and set which one is visible when the form opens.

    You can either have a role or a field in user setup that you check to do this. If don't want two buttons add the code in the OnPush trigger for that menu item and throw an error if they do not have permission.
Sign In or Register to comment.