FORMULA LANGUAGE


@DocMark
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]


[NOUPDATE]
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.

Language cross-reference

Save method of LotusScript NotesDocument class

SaveToDisk property of LotusScript NotesItem class

save method of Java Document class

IsSaveToDisk property of Java Item class

See Also