Lotus

how to create a lotus notes meeting using java in domino designer

梦想与她 提交于 2019-12-13 06:27:07
问题 Hi i am trying to create meeting in lotus notes using java.i am able to send a meeting invite to the recipients.But when i send a meeting the options available to the chair and the recipients are the same.(options like accept,decline).But the options for the chair and the recipients should be different.can anyone please tell how to do this? public DocumentKey save(final Session session, final Database db, boolean send, String moveToFolder) throws NotesException, Io Exception { //setBody(null)

How do I instantiate Lotus 123 Application

天大地大妈咪最大 提交于 2019-12-13 04:30:21
问题 I am opening Lotus files to get data from them. How do I instantiate the Lotus application without using GetObject? I have a reference to "Lotus 123". I am using Lotus SmartSuite 97. This code works OK but it seeems I should be able to instantiate the Lotus application directly instead of using GetObject. 'get LotusWin Dim LotusApp As Lotus123.Application Dim wb As Lotus123.Document Set wb = GetObject("C:\Temp\TestCopy.WK3", "Lotus123.Workbook") Set LotusApp = wb.Application LotusApp.Visible

Save copy document and change status field for copy document and original document using lotusscript button

前提是你 提交于 2019-12-13 02:54:31
问题 I have a document, and copy of document. I use TagNo as unique ID for both documents. I also have Status field to differentiate each document which is Active, Inactive, Draft, and Lock. I will explain below my document situation. Below here are my document with two field; Tag No = PTagNo; Status = PStatus. The situation as below. For Original document, the status is set Active. When copy is created, Original document will change to Lock, And Copy document status change to Draft. (For this I

ParameterDocID gets only 6 digit of my DocumentUniqueID

眉间皱痕 提交于 2019-12-13 00:26:30
问题 Im calling from my Javascript application a specific IBM Notes agent. The call from Javascript to Notes agent happens with a parameter. This parameter is the Universal ID. Unfortunately, my Agent gets only the 6 digit of my Universal ID (DocumentUniqueID). But I would like to have the full length of my UniversalID. What is missing, any idea? My Javascript: //more code before.... var UID = new String UID$ = doc.getUniversalID() // notes agent var notesAgent = db.getAgent("NameOfMyNotesAgent");

Changing Design of master template in Lotus Domino

左心房为你撑大大i 提交于 2019-12-12 06:07:39
问题 This question is specific to service account in Lotus domino. Actually i am trying to access any user's calendar using another user credential via REST DAS services. I have created one user in Domino and want to use this user to access the other user's calendar item.Is there any way i can achieve the same. I have tried delegation of the access,but the problem with this is manually i have to go to each mailbox and do the same.Is there any way i can automate this process or changing a master

Launch xpages application in home screen

拟墨画扇 提交于 2019-12-12 04:59:26
问题 I am trying to launch a XPage(web) mobile application from a email(Lotus traveller). When I use a simple HREF in email body (using stream and MIME), xpage(web) mobile application opens in a new window on ipad ( which I believe is expected from Ipad) and displays address bar. The same page when opened from homescreen does not display address bar. I have used following on my mobile page <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style"

Lotus Notes: Replication conflict caused by agent and user running on the document at same time

廉价感情. 提交于 2019-12-12 04:58:51
问题 In one of the lotus notes db, too frequent replication/save conflicts are caused reason being a scheduled agent and any user working on the document at the same time. is there any way to avoid this. Thanks, H.P. 回答1: Several options in addition to merging conflicts: Change the schedule The best way to avoid it is to have your scheduled agents running at times when users are not likely to be accessing the system. If the LastContact field on a Client document is updated by an agent every hour

Incorrect data type for operator or @function time/date expected on lotusscript?

*爱你&永不变心* 提交于 2019-12-12 04:35:27
问题 In lotusScript: I've used: doc.DocDate = Format(document.get("DatePublished"),"mm/dd/yyyy") 'Rem return 08/22/2017 In formula: I've used for to get year: @Year(DocDate) But when i run the program i get the error : "incorrect data type for operator or @function time/date expected". How to fix it? 回答1: Get date value with document.DatePublished(0) or document.GetItemValue("DatePublished")(0) Then your field DocDate should be calculated properly. @Year() expects a NotesDateTime value. DocDate is

Lotus Notes: Not allowed to access System Properties file

我们两清 提交于 2019-12-12 02:08:59
问题 I added this code to load the system properties file in Java Agent but i am getting error as allowed to access system properties. I want to load the abcd properties file which is in Windows server in C drive From there properties file is going to be picked from the code. inp = new FileInputStream("/abcd.properties"); if(inp== null) { System.out.println("FIND NOT FOUND!!!!!!!!!!!"); } else{ System.out.println("FIND FOUND"); } p.load(inp); System.out.println(p.getProperty("flag")); I tried

Creating Folder using Java in lotus notes

喜欢而已 提交于 2019-12-11 14:06:16
问题 hi I am trying to create a folder using java in Louts notes.I have created an agent in Domino Designer.I have created a document and i am setting the following properties of the document. Here is the code. doc.replaceItemValue("$ColumnFormatItem", "$Sender1"); doc.replaceItemValue("$ColumnFormatExtItem", "$Sender1"); doc.replaceItemValue("$ColumnProfileDoc", "ColorProfile"); doc.replaceItemValue("$DesignerVersion", "8.5.3"); doc.replaceItemValue("$FormulaClass", "1"); doc.replaceItemValue("