Category Access DMO

Each row is one rule that grants or denies a role, profile, or permission set access to a specific data category for Knowledge articles or Question.

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

  • CategoryGroupId has a FOREIGNKEY relationship with the Category DMO Id field.
  • CategoryId has a FOREIGNKEY relationship with the Category DMO Id field.
  • UserRoleId has a FOREIGNKEY relationship with the User Role DMO Id field.
  • Field API Name: std__AccessScopeName__c
  • Data Type: TEXT
  • Description: The name of the Object to which this category access rule scope is applicable to. Allowed values: KnowledgeArticleVersion or Question only.
  • Field API Name: std__CategoryGroupId__c
  • Data Type: TEXT
  • Description: Category Group Id reference, to associate access rule to a given Category Group.
  • Field API Name: std__CategoryId__c
  • Data Type: TEXT
  • Description: Category Id reference, to associate access rule to a given Category.
  • Field API Name: std__cdp_sys_record_currency__c
  • Data Type: TEXT
  • Description: System-generated metadata field that stores a 3-letter ISO currency code.
  • Field API Name: std__DataSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DataSourceObjectId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Unique identifier for this category access rule. Primary key.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__IsAccessRevoked__c
  • Data Type: BOOLEAN
  • Description: When true, this row denies access to the category for the given role/profile/permission set; when false, it grants access.
  • Field API Name: std__PermissionSetId__c
  • Data Type: TEXT
  • Description: Permission Set Id to understand which user this category access is provided.
  • Field API Name: std__ProfileId__c
  • Data Type: TEXT
  • Description: Profile Id to understand which user this category access is provided.
  • Field API Name: std__UserRoleId__c
  • Data Type: TEXT
  • Description: User role reference to understand which user this category access is provided.