Hiding my action button doesn't work

I have a role called Editors. I didn’t check the box for myself. I’m a manager of the db. Does the action button still show since I’m a manager of the db even though I’m not in that role? Help!!!

@Command([Compose];“ISO”);

!@IsMember(“[Editors]”;@UserRoles)

Subject: Hiding my action button doesn’t work

The answer to your question is NO. You still need to check the box for Editors even though you are a manager.

The two, manager of a database and Roles are unrelated.

Regards

Rolf Pfotenhauer

Subject: Hiding my action button doesn’t work

Put the following in the “Hide When” of the action button :!@IsMember(“[Editors]”;@UserRoles)

and put the following in the Formula section of the Action button

@Command([Compose];“ISO”)

Ashish

Subject: RE: Hiding my action button doesn’t work

So the below will make the button show only if the user is in the role “Editors”? Is that correct?

Put the following in the “Hide When” of the action button : !@IsMember(“[Editors]”;@UserRoles)

and put the following in the Formula section of the Action button

@Command([Compose];“ISO”)