Capturing Names of people with a particular role in a Field

How can i capture names of all the people who are assigned a particular role in the access control?

Subject: Capturing Names of people with a particular role in a Field

There might be a better way, but I have just read thru the acl to see if they have that role. naturally if the acl is a group name, then you’ll have to hit the nab and explode the group name and any group names within that group.

it seems like a lot of script, but it not that bad.

hopefully somebody has a better way, but this will work.

John

Subject: Capturing Names of people with a particular role in a Field

Look at the designer help for the example provided for Roles property of NotesACL Class. The code in that example, write all the entry names of a given role in the field called ‘People’.You may need to extend that code to read all the names of a group in NAB, for a given acl entry of type Group.

HTH

Adi