FORMULA LANGUAGE


@IsDocBeingMailed
Example

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

Syntax

@IsDocBeingMailed

Return value

flag

Usage

Use @IsDocBeingMailed in field formulas. This function is useful for calculating the number of times the user has mailed a document, including the number of times the document has been forwarded. It is also useful for changing a document during mailing; for example, you can change a document's form when it is mailed.

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.

You cannot use this function in Web applications.

Example
See Also