Global Metadata
Global Metadata is an abstraction layer to control and unite definition of specific metadata with same purpose. It allows the administrators to use already defined metadata marked as global and group all various content for different objects under one precise definition.
Global Metadata can be created in 2 ways:
- Defined in the
Coreand used in theConnector. - Promote existing
Connectormetadata toGlobal Metadata.
Characteristics
The characteristics of Global Metadata are:
Global Metadatais not available for the user to create or update.- Any metadata from the connector can be made as
Global Metadataby enabling the propertyglobalin the attribute property configuration. - Name of the
Global Metadatashould match the name of the attribute in theConnector. - If a
Global Metadatais not defined but enabled in the connector, its definition will be stored as a global metadata. - If a
Global Metadatais defined and not enabled in the connector, it will be stored as a connector metadata.
info
Global Metadata is currently supported only in Core through API interface.
info
To know more about how to work with Attributes, see Using Attributes.