Reading the Access Control List

Hi guys,

To cut the story short… I have a form with a button called ‘Approve’. There is also a field on the form called ‘username.’ This field automatically computes wiht the firstname and lastname of the user currently logged into the application.

I want the ‘Approve’ button to only show if the person logged in is a member of a particular group from the access control list. I’m assuming the code/formula must go in the Button properties - Paragraph hide when…

Thanks…

Subject: Reading the Access Control List

I suggest using Roles in the ACL and @UserRoles in the hide-when.

Jerry.

Subject: RE: Reading the Access Control List

Hi Jerry,

Gave that a try last night and didnt seem to work.

I have created a group called ‘Approvers.’ This group has a role of ‘Approvers’. In the hide function i used the following code:

@IsNotMember(“[Approvers]”; @UserRoles)

Subject: RE: Reading the Access Control List

Bump…