.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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