@DocMark (Formula Language)

In an agent that runs a formula, indicates whether or not you want to save the changes to a document.

Syntax

@DocMark( [Update] ) @DocMark( [NoUpdate] )

Parameters

[UPDATE]

Keyword. Marks a document so that changes made to it are saved to disk.

[NOUPDATE]

Keyword. Marks a document so that changes made to it will not be saved to disk.

Usage

Use @DocMark in any type of agent to indicate if the changes made to a document by the agent should be saved. This function has no effect in any other formula.

You cannot use this function in Web applications.