Reserved word syntax | Description |
DEFAULT fieldName := value | Associates a value with a field. If the field exists in the document being processed, its current value is used. If the field does not exist, the document is treated as if the field does exist and the DEFAULT value is used. |
ENVIRONMENT variable := textValue | Assigns a value to an environment variable in the user's notes.ini file (Windows, OS/2, UNIX) or Notes Preferences file (Macintosh). |
FIELD fieldName := value | Assigns a value to a field in the current document. If the field does not exist, it is created; if it already exists, the contents are replaced. |
REM ["remarks"]
REM [{remarks}] | Inserts documentation into the formula without affecting its function. |
SELECT logicalValue | Specifies whether or not the current document is valid for processing in view selection, replication, and agent formulas. |