English 中文(简体)
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.

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 ListsBy Name" view, and call it "Access Control ListManager 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.





相关问题
Where are the javadocs for Lotus Notes.jar?

I need to use Lotus Notes/Domino as a data source from a Java application. The documentation at IBM says that the Notes.jar contains everything I will need, but where are the javadocs?

Is Interop.Domino dll thread safe?

I am using Interop.Domino dll version 1.2 in c# application, and using multithreading to access multiple NSF file at same time by creating new session for each thread created (Max 5 threads at a time)....

C#和Lotus Notes附录一

我正在使用C#,并需要附上一张空白(shortcut/link)档案和电子邮件给一个彩票账户。 问题是一对一幅通用形象的不实之词,没有像......那样显示双fold。

How to maintain Lotus Notes Version ? C#

I made one product which is retrieving attachment from mails and saving it on particular folder. But problem i am facing is it is not working in 8.0 version. I did development on Lotus Notes 8.5 ...

How to Edit NSF file using c#?

I want to programaticaly change some values to NSF item and then want to save it.(i.e to edit NSF File and then save the editions) for example: I want to set Sender name of all mails to "preeti@abc....

热门标签