@IsResponseDoc (Formula Language)

Indicates whether a document is a response to another document.

Syntax

@IsResponseDoc

Return value

flag

Boolean

Usage

A response document is one that was composed with a form which has a type of either Response or Response to Response. The designer uses the Form InfoBox to specify the type.

Examples

This example returns Response if the document is a response; Topic if the document is not a response.
@If(@IsResponseDoc;"Response";"Topic") 

Language cross-reference

IsResponse property of LotusScript® NotesDocument

IsResponse property of Java™ Document


Additional Documentation | Trademarks |