Script functions reference > Script functions in alphabetical order > L > LotusNotesGet

LotusNotesGet
Syntax
LotusNotesGet(str_field);
str_field
Description
Retrieves data from a field in a Lotus Notes Note.
The Lotus Notes Note must be available.
Returns
str
A string that contains the retrieved data. If the data cannot be retrieved, an empty string is returned. Maximum length of returned string, in UTF-16 code units, is 999. If longer, the returned string is truncated without warning.
Example
$invoiceNr = LotusNotesGet("invoiceNumber");
OpenText StreamServe 5.6 Updated: 2013-03-01