Text EN Version 4.60

APIUpdateListFieldName

Description

Entry in NOTES.INI.
This entry specifies the field name and the maximum number of entries for the Engine Script update field.
During a document update (by an Engine Script), the server name and the time are appended to this field as a new list element.

Optionally, an Engine variable (including or excluding a VarGroup) can be specified. In this case, the content of this variable (which must be of data type TEXT) is appended to the entry.

If the list grows beyond its maximum (number of elements), the oldest entries are discarded until the permitted maximum is reached.
The maximum number of elements must be between 1 and 250.

HOOKS:
Fields changed by @HookUpdateFields in a hook script do not cause an entry in the UpdateList field, because this is not a save operation performed by an Engine Script (the modified document does not have to be saved to disk).
A document that is opened and saved in a hook (not always recommended) would receive an entry in the UpdateList field.

Default: No Update ("").

Examples:
APIUpdateListFieldName=$UpdatedByWU,50
APIUpdateListFieldName=$UpdatedByWU,50,LocaleVariable
APIUpdateListFieldName=$UpdatedByWU,50,JNR[GLOBAL]

Note : This text was machine-translated and may contain inaccuracies.