The Lotus Notes script functions can be used to retrieve data from a Lotus Notes database to the StreamServer, and to update the Lotus Notes database.You can retrieve data directly to a Process from a Lotus Notes database at runtime, for example an address or a phone number. You use the Lotus Notes Fetch Wizard to generate a code block in a script in the Process in which you want to include the data.The table below contains a short description of each script function. For information about syntax, examples, etc., see the full description of each script function.
Attaches a file to the current Lotus Notes Note. If a file already is attached to the Lotus Notes Note it is replaced by the new file. Searches the database for Lotus Notes Notes that match the specified search criteria. If the LotusNotesFind function finds more than one Lotus Notes Note that matches the search criteria it creates a list of Lotus Notes Notes. The LotusNotesFirst function can be used to return the first Lotus Notes Note in the list. If the LotusNotesFind function finds more than one Lotus Notes Note that matches the search criteria it creates a list of Lotus Notes Notes. The LotusNotesLast function can be used to return the last Lotus Notes Note in the list. If the LotusNotesFind function finds more than one Note that matches the search criteria it creates a list of Lotus Notes Notes. The LotusNotesNext function can be used to return the next Lotus Notes Note in the list. If the LotusNotesFind function finds more than one Lotus Notes Note that matches the search criteria it creates a list of Lotus Notes Notes. The LotusNotesPrev function can be used to return the previous Lotus Notes Note in the list.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |