Unified Catalog Metadata Rel DMO
Stores directed relationships between catalog metadata entries including lineage edges, parent-child hierarchies, and field-level mappings with support for extensible edge annotations.
Object API Name: std__UnifiedCatalogMetadataRelDmo__dlm
Category: Unassigned
Availability: Available in 262 and later versions
Primary Key Field: Id
- SourceId has a FOREIGNKEY relationship with the Unified Catalog Metadata DMO
Idfield. - TargetId has a FOREIGNKEY relationship with the Unified Catalog Metadata DMO
Idfield. - OwnerId has a FOREIGNKEY relationship with the Unified Catalog Metadata DMO
Idfield.
- cdp_sys_record_currency
- DataSourceId
- DataSourceObjectId
- Id
- InternalOrganizationId
- JsonAttributes
- MetadataSummary
- OwnerId
- RelationshipType
- SourceId
- TargetId
- TenantIdentifier
- TimestampVersion
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-maintained currency code for this record. Required for multi-currency Data Cloud deployments to ensure correct currency handling in reports and calculations.
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: Identifier of the external data source that provided this relationship. Used for data lineage and provenance tracking across integrated systems.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: The object identifier within the external data source. Maps this relationship back to its source system record for audit and reconciliation purposes.
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: Stores the unique identifier for this catalog relationship entry.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: Internal identifier for the Salesforce organization. Used for multi-org deployments and ensures proper data isolation in shared infrastructure.
- Field API Name:
std__JsonAttributes__c - Data Type: TEXT
- Description: Extensible JSON bag for edge annotations such as cardinality, confidence score, transformation expression, or join predicate metadata.
- Field API Name:
std__MetadataSummary__c - Data Type: TEXT
- Description: Summary description of the relationship for search and display purposes.
- Field API Name:
std__OwnerId__c - Data Type: TEXT
- Description: Parent object-level relationship that owns this field-level edge. Null for object-level edges; populated for field-to-field edges beneath a parent edge.
- Field API Name:
std__RelationshipType__c - Data Type: TEXT
- Description: Type classification of the relationship edge. Determines traversal semantics and API filtering behavior.
- Field API Name:
std__SourceId__c - Data Type: TEXT
- Description: Source catalog metadata node in the directed relationship. For LINEAGE edges, this is the upstream data provider.
- Field API Name:
std__TargetId__c - Data Type: TEXT
- Description: Target catalog metadata node in the directed relationship. For LINEAGE edges, this is the downstream data consumer.
- Field API Name:
std__TenantIdentifier__c - Data Type: TEXT
- Description: Tenant identifier for multi-tenant isolation. All relationship queries are scoped by tenant.
- Field API Name:
std__TimestampVersion__c - Data Type: DATETIME
- Description: Row version timestamp used for conflict resolution during relationship ingestion.