How do I hide an action button in the action bar from regular users? I need it to show up for only 2 spefific users.
Subject: hide button
If you wish to hardcode the names ( of 2 specific users ), i suggest you create a Role and use the hide when in the role.Hardcoding is not a good practice so avoid it.
Assuming a role called “[Admin]”, the following will make sure that the button is only visible to users with the “[Admin]” role :
!@IsMember(“[Admin]”;@UserRoles)
cheers !!
Ashish
Subject: RE: hide button
What do you mean by roll?
Subject: RE: hide button
you can create a Role from the Database ACL. Read the help for more information.