現在の文書の親文書の一意の文書 ID を返します。一意の ID (UNID) の説明については、@DocumentUniqueID を参照してください。
@InheritedDocumentUniqueID
この関数は、フィールド値を選択文書から引き継ぐフォームを使用して作成されている文書に対して有効です。この関数は Notes クライアントでのみ機能します。
フィールド値を継承していない文書では、@InheritedDocumentUniqueID は @DocumentUniqueID と同じ値を返します。
@InheritedDocumentUniqueID
次にこの返答文書にアクセスしたとき、このフィールドにはまだ親文書への文書リンクが含まれたままになっています。
@GetDocField(@InheritedDocumentUniqueID;"userName")
id := @Text($REF);
@Prompt([OK];"Parent field value";@GetDocField(id;"userName"))
LotusScript® NotesDocument クラスの ParentDocumentUNID プロパティ
Java™ Document クラスの ParentDocumentUNID プロパティ