Skip to content

Class: metadata

Document relationship types define the type on relationship between two documents.

AttributeMetadataDescription
labelType: String
Required
Max length: 40
UI-friendly string in the Vault’s base language.
activeType: Boolean
Required
Indicates whether the component is active.
single_useType: BooleanTrue when only one relationship of this type can be created for the source document.
target_doctypeType: String
Max length: 1500
The Doctype of the related document.
source_version_specificType: BooleanWhether the relationship is bound to the current version of the source document.
carry_forward_source_specificType: BooleanWhether the relationship will be brought forward when the source document is versioned.
target_version_specificType: BooleanWhether the relationship is bound to the current version of the target document.
carry_forward_target_specificType: BooleanWhether the relationship will be brought forward when the target document is versioned.
relationship_filterType: XMLString
Max length: 32000
A criteria which restricts the documents that can be related using this type.
OperationSupport
Create*
Recreate*
Alter*
Drop
Rename
Describe
Generate Recreate
Queryable

Notes:

  • Create, Recreate, Alter: MDL Operation is supported, but the Component Type contains field(s) that use proprietary XML. Direct modification of the XML is not supported or recommended. Instead, creating and/or updating the component is better suited through the Admin UI.