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.
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.
I m working on a data migration task, where I have to export a somewhat large Lotus Notes application into a blogging platform. My first task was to export the articles from Lotus Notes into CSV files....
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?
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#,并需要附上一张空白(shortcut/link)档案和电子邮件给一个彩票账户。 问题是一对一幅通用形象的不实之词,没有像......那样显示双fold。
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 ...
I d like to add a continuous integration tool to a project I m working on. However, I d like to be able to send the results of the build using Lotus Notes. I already have the Lotus Notes part covered, ...
I am trying to programmatically make a PowerPoint presentation from the contents of a Lotus Notes document. This is relatively straight-forward using CreateObject("Powerpoint.Application") but I fail ...
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....