.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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