Unified Catalog Enrichment DMO

Stores enrichment annotations for catalog metadata including AI-generated descriptions, summaries, tag suggestions, and extensible metadata with confidence scoring and provenance tracking.

Object API Name: std__UnifiedCatalogEnrichmentDmo__dlm
Category: Unassigned
Availability: Available in 262 and later versions
Primary Key Field: Id

  • Field API Name: std__CatalogMetadataId__c
  • Data Type: TEXT
  • Description: The catalog metadata record being enriched. Links this enrichment back to the specific asset it annotates.
  • 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__CreatedById__c
  • Data Type: TEXT
  • Description: Identifier of the user or automated process that created this enrichment record.
  • Field API Name: std__CreatedDateTime__c
  • Data Type: DATETIME
  • Description: Timestamp when this enrichment was first generated or authored.
  • Field API Name: std__DataSourceId__c
  • Data Type: TEXT
  • Description: Identifier of the external data source that provided this enrichment record. 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 enrichment back to its source system record for audit and reconciliation purposes.
  • Field API Name: std__EnrichmentIdentifier__c
  • Data Type: TEXT
  • Description: Business identifier for the enrichment definition. Multiple rows may share the same EnrichmentIdentifier if the enrichment targets multiple metadata objects.
  • Field API Name: std__EnrichmentType__c
  • Data Type: TEXT
  • Description: Classification of the enrichment determining how the value should be interpreted and displayed.
  • Field API Name: std__EnrichmentValue__c
  • Data Type: TEXT
  • Description: The enrichment content. Format depends on EnrichmentType — may be plain text, JSON, or a structured payload.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Unique row identifier for the enrichment record. Each enrichment instance gets a distinct identifier regardless of the target metadata object.
  • 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 additional enrichment metadata such as model version, confidence score, or processing parameters.
  • Field API Name: std__LastModifiedDateTime__c
  • Data Type: DATETIME
  • Description: Timestamp of the most recent update to this enrichment record.
  • Field API Name: std__TenantIdentifier__c
  • Data Type: TEXT
  • Description: Tenant identifier for multi-tenant isolation. Scopes all enrichment queries to a single org.