FORMULA LANGUAGE


Examples: @IsDocBeingMailed
1. This example returns 1 when the document is being mailed.
2. This example returns 0 before and after the document has been mailed.
3. This formula is used in a field to calculate the number of times a document has been mailed. When this formula is provided as the definition of a computed field called TimesMailed, the field is initialized to 0 (since the document has not been mailed). TimesMailed is incremented with every mail operation, so if the document has been mailed once, the contents become 1, and the count increases by one each time the document is mailed.
See Also