lotus-notes

Lotus Domino 9: Unable to register user without creating ID file using Java client API

元气小坏坏 提交于 2019-12-11 09:26:02
问题 On an ID Vault configured Domino setup, when we register a user using Admin console, his/her ID file gets uploaded to ID Vault. In addition to this Admin can also chose to create ID file on some other specified location . That is, Admin will be able to perform registration in two ways: Option A: Admin will only chose to create file in ID Vault. Option B: Admin will specify path where ID file will be created in addition to ID Vault. I am using Lotus Notes Java client API to perform

Lotus Notes Sending email with options

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-11 08:41:14
问题 I'm using Lotus Domino.dll. Already finished sending. How set delivery options to DeliveryPriority=H and DeliveryReport=C ? CODE NotesSession _notesSession = new NotesSession(); NotesDocument _notesDocument = null; string sMailFile = "mail/" + login + ".nsf"; _notesSession.Initialize(passwrod); NotesDatabase _notesDataBase = _notesSession.GetDatabase(sServerName, sMailFile, false); if (!_notesDataBase.IsOpen) { _notesDataBase.Open(); } _notesDocument = _notesDataBase.CreateDocument();

Show content of Lotus Notes mail in browser using IMAP

廉价感情. 提交于 2019-12-11 07:47:45
问题 I have to implement the following in Java. I have a search result which is a list of emails (breve description) as link. I want that, when the user clicks on the link, the web application opens a popup to show the content of the email. But the email is a Lotus Notes email and I have to user IMAP to open the mail. If this can be done also in an other language or from the commadline, it will be highly appreciated. 回答1: If you have local access to the nsf file which holds the email, you can

force notes user to change password / internet password on next login using lotus script

亡梦爱人 提交于 2019-12-11 07:39:26
问题 Actually i already create an agent to create user ID with default password. I want to force user change the internet password and Notes ID password for the next login. Is there a way using lotus script method to change it? or Admin still need to go each of the user profile to tick that function. Here is my agent code that create ID Sub Initialize ' this agent use on [register] button locate on [request form] xpages Dim s As New NotesSession, db As NotesDatabase, a As NotesAgent Dim doc As

Notes ACL Reader Level and Readers/Authors fields

偶尔善良 提交于 2019-12-11 07:37:38
问题 I have 3 groups in my ACL that are associated with a corresponding Role. Default is set to No Access. There are no user names listed in the ACL, only groups. One of the groups has Reader level access. On one of the documents that has Readers and Authors fields, they would like to have a field where they can choose a user (Notes User Name/ID) to add as an Author to that document. I add that user to the Authors and Readers fields on the save event, which works great. However, if a user from the

UnsatisfiledLinkerError while trying to create lotus notes session

好久不见. 提交于 2019-12-11 06:57:09
问题 I was trying to create lotus notes session, to send email out. While doing so I am getting : "UnsatisfiedLinkerError : lotus.domino.local.Session.NCreateSession(I)J" While trying research on the error, I understood I need to add nlsxbe.dll file to the project. If that is so, how do I add a dll to eclipse project? If that is not the issue, please help me out to resolve this error? Thank you 回答1: Add Notes.jar to your project and build path. You can find the file in directory ...\Notes\jvm\lib

XPages: Loading Screen while changing Tabs (TabPanel)

这一生的挚爱 提交于 2019-12-11 06:56:02
问题 I have a TabPanel on my XPage. When i move from one Tab to another, few data is loading and this takes some time. Is it possible to show a loading screen, while changing Tabs? Thanks for your help Regards 回答1: You should take a look at xe:djTabContainer and xe:djTabPane . That's the XPages extension library versions of the Dojo tab container. It provides support for loading content in all tabs at once or using partial refresh with the option to add a loading message. Update Paul Withers

How to test for multiple conditions in previous-sibling in XSLT

倾然丶 夕夏残阳落幕 提交于 2019-12-11 06:55:20
问题 I have XML data that was extracted from a legacy Lotus Notes application and that has embedded richtext formatting. I am trying to format each block of text based on attributes that appear in a previous sibling. I have XSLT inspired by this response from @Jayvee but it's not working. This is the XML: <?xml version="1.0" encoding="UTF-8"?> <document> <item name="Unordered list"> <richtext> <pardef/> <par def="20"> <run>This is the first </run><run>paragraph of the preamble.</run> </par> <par>

newline not coming in mail body in Notes

隐身守侯 提交于 2019-12-11 06:36:42
问题 I am new to Notes. I am trying to send a mail from my application using Lotus Notes with an attachment,mail goes properly and attachment also goes but the problem is with the body content,the body looses its format and comes in a straight line i expect as follows Dear Sir, please check the attachment. Regards, NewConcept Infotech Pvt.Ltd., but it comes like this Dear Sir,please check the attachment.Regards,NewConcept Infotech Pvt.Ltd., i tried everything googled a lot but no use. this is my

Lotus Notes : How to Remove a value and replace a new value

我的未来我决定 提交于 2019-12-11 06:28:28
问题 My Question : How to Remove a value and replace a new value My Field value inside InvGSTSummary : Value 1: "- 0%,19291.76,0.00" "SE 0%,1068.39,0.00" "ST 6%,2000.00,120.00" The order of the Text List might change everytime, Value 2: "SE 0%,1068.39,0.00" "- 0%,19291.76,0.00" "ST 6%,2000.00,120.00" Sample formula i write for testing as below : InvGSTSumCode = @Word(InvGSTSummary; ","; 1) The question is May i know how to take the First 2 character is "SE" to amend the last 3 value become by