FORMULA LANGUAGE


@IsDocBeingSaved
Example

Checks the current status of the document and returns 1 (True) if the document is being saved; otherwise, returns 0 (False).

Syntax

@IsDocBeingSaved

Return value

flag

Usage

Use @IsDocBeingSaved in field formulas. It has limited usefulness in toolbar button, hotspot, and form action formulas. This function does not work in column, selection, agent, window title, form, or view action formulas.

If you are using this function to increment a counter, the count increases by one every time the user saves the form.

Example
See Also