Need to hide action

Hi All,

I need to hide some related actions from specific groups. Can anyone please help me, how to achieve this?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    In the Record you have option to secure related actions for groups. Go to Views and Actions Security under Security header. Click on Actions header. Click on the pencil icon at top right corner of Action to open the security configuration dialog box. You can add the permitted group for the action here. You can also configure groups from this it should not be visible using expression like not(a!isUserMemberOfGroup(username:loggedInuser(),groups:groupConstant)). 

Reply
  • 0
    Certified Lead Developer

    In the Record you have option to secure related actions for groups. Go to Views and Actions Security under Security header. Click on Actions header. Click on the pencil icon at top right corner of Action to open the security configuration dialog box. You can add the permitted group for the action here. You can also configure groups from this it should not be visible using expression like not(a!isUserMemberOfGroup(username:loggedInuser(),groups:groupConstant)). 

Children