update method

update()

Performs the field update. Throws if the field is being updated already.

update()

update(ignoreMergeFormat)

Performs a field update. Throws if the field is being updated already.

update(ignoreMergeFormat: boolean)
ParameterTypeDescription
ignoreMergeFormatbooleanIf true then direct field result formatting is abandoned, regardless of the MERGEFORMAT switch, otherwise normal update is performed.

See Also