Hello, In the design of the mail template I am trying to understand the LotusScript behind the Respond and Request Information buttons in the Notice (wNotice) form (The form opened when you open the invitation document).
There is an object called csEventObj (in Accept part of the buttons). Where is this object defined and created? I can’t find it anywhere.
Subject: Where is the Mail DB LotusScript csEventObj defined in the Respond button on the Invitation doc.
Bob,
In the QueryOpen event, csEventObj is declared as an instance of the class CSEventNotes which is a class defined in the CSEventNotes script library. This class, in turn extends the CSEvent class which is located in the CSEventClass script library.