Function | Description |
@AllChildren | Selects immediate responses to matched documents; use only in a selection formula. |
@AllDescendants | Selects all responses to matched documents; use only in a selection formula. |
@AttachmentLengths | Returns the size in bytes of each attachment. |
@AttachmentModifiedTimes | Returns the date on which the file attached to the current document was last modified. |
@AttachmentNames | Returns the file names of all attached files. |
@Attachments | Returns the number of attached files. |
@Author | Returns the abbreviated names of all authors. |
@DocFields | Returns the names of all the fields in the document. |
@DocLength | Returns the size in bytes of the document. |
@DocumentUniqueID | Returns the document's unique ID, which is unique across all replicas of the document; in a field, creates a doclink to the current document. |
@GetFocusTable | Returns the name, current row, or current column of the table that is in focus. |
@InheritedDocumentUniqueID | Returns the unique ID of the parent document; in a field, creates a doclink to the current document. |
@IsAvailable(field) | Returns True (1) if a field exists in the document. |
@IsDocBeingEdited | Returns True (1) if the document is in Edit mode. |
@IsDocBeingLoaded | Returns True (1) if the document is being loaded. |
@IsDocBeingMailed | Returns True (1) if the document is being mailed. |
@IsDocBeingRecalculated | Returns True (1) if the document is being recalculated. |
@IsDocBeingSaved | Returns True (1) if the document is being saved. |
@IsNewDoc | Returns True (1) if the document is not yet saved. |
@IsResponseDoc | Returns True (1) if the document is a response. |
@IsUnavailable(field) | Returns True (1) if a field does not exist in the document. |
@NoteID | Returns "NT" followed by the note ID of the document. |
@PolicyIsFieldLocked | Returns True (1) if the field is locked by an administration policy. |
@Responses | Returns the number of responses to the current document in the current view. |