开发者

How do I select all documents manager

I'm new to Lotus development and I need to create a view that shows where the user is manager of another database besides its own mail开发者_如何学C.

Thanks in advance for any help.


The Domain Catalog does this for you. A Notes Administrator can turn on the service that catalogs all of your environment's databases. Within the Domino Directory, go to the Server Document and click on the Server Tasks tab. Within that tab you'll find the Domain Catalog tab which lets you enable the service.

After the service runs, you'll be able to view the Domain Catalog database, usually stored as catalog.nsf. That database will include the access control lists for all the databases and let you sort/group by access level. You can always create a custom view if it doesn't show the lists exactly as you need them, but you'll likely find the default views are good enough.

Note, I'm using Domino 6.x so things may/probably have changed in more recent versions, however the gist is the same.


Following on from Ken's idea of using the Domain Catalog. You can create your own view in there, (providing you have permission from the administrators). Make a copy the "Access Control Lists\By Name" view, and call it "Access Control List\Manager by Name" and change the view formula to read as:

SELECT @IsAvailable(ReplicaID)& @IsUnavailable(RepositoryType)& !(DBListInCatalog = "0") & @trim(ManagerList) !=""

This should include all those entries for people who have manager access.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜