FORMULA LANGUAGE


@InheritedDocumentUniqueID
Example

The unique ID of the current document's inheritance parent. See @DocumentUniqueID for a description of unique IDs.

Syntax

@InheritedDocumentUniqueID

Usage

This function works in a document being created with a form with field values inherited from the selected document. This function only works in the Notes client.

In documents that do not inherit, @InheritedDocumentUniqueID returns the same value as @DocumentUniqueID.

Language cross-reference

ParentDocumentUNID property of LotusScript NotesDocument class

ParentDocumentUNID property of Java Document class

Example
See Also