Translation

Ads

Granjuxx
Professional IT services. Special offers for small companies Websites.
Hostnet
Hosting starting at R$9,90. Free domains. 30 days free trial.


Place your ad here.

Public audience report XHTML valid

Home

Social

Display Lotus Notes user group membership details in a tree view PDF Print
User Rating: / 1
PoorBest 
Written by Bruno Grange   
Monday, 26 January 2009 10:18

It's often necessary for the first level of support in a Lotus Notes/Domino environment to get a quick overview of the groups and databases to which a Lotus Notes user belongs. But this may cause a problem if that support level is without access to the problem database and without an administration client.

Access control lists (ACLs) in Lotus Notes databases mostly contain groups. Let's assume, however, that we want to determine to which group a specific Notes user belongs.

This form shows a tree view of all the groups and nested groups that a user belongs to (see code in first button) as well as the databases that these groups can access (see code in second button ). In just two clicks, you can retrieve the information that you need.

Before doing this, we must create an additional view in the catalog.nsf: "Access Control Lists All\By Name," with the following viewselection: SELECT @IsAvailable(ReplicaID)& @IsUnavailable(RepositoryType). This shows all databases.

For example, on a role: [Support] The form:

Access over a role like "[Support]". 
Formulas inherit values from selected document
Automatically enable Edit Mode

Fields (computed):
Fullname: Fullname:Listname
FullNameShort: @Name([CN]; @Subset(Fullname;1))
Gruppen_aktuell_1: Gruppen_aktuell_1
FullNamelong: @Name([Canonicalize]; @Subset(Fullname;1))
Gruppen_aktuell: the results
FormGroups

The first button contains the following script:

LotusScript for first button
(Click on code for enlarged view and script download.)

The second button contains following script:

LotusScript for secondbutton
(Click on code for enlarged view and script download.)

Related Articles:
 

Add comment


Security code
Refresh