Knowledge Article Version DMO

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

  • Field API Name: std__ArticleContentText__c
  • Data Type: TEXT
  • Description: The subject matter of the article version.
  • Field API Name: std__ArticleNumber__c
  • Data Type: TEXT
  • Description: The unique number automatically assigned to the article when it's created. You can't change the format or value for this field.
  • 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__CreatedById__c
  • Data Type: TEXT
  • Description: The user who created the record.
  • Field API Name: std__CreatedDate__c
  • Data Type: DATETIME
  • Description: The date and time when this record was created.
  • 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__Description__c
  • Data Type: TEXT
  • Description: Summary of the article. Maximum size is 1000 characters.
  • Field API Name: std__ExternalRecordId__c
  • Data Type: TEXT
  • Description: The corresponding record Id from an external data source system.
  • Field API Name: std__ExternalSourceId__c
  • Data Type: TEXT
  • Description: Corresponding record Id from external data source system.
  • Field API Name: std__ExternalUrl__c
  • Data Type: TEXT
  • Description: The URL for external url.
  • Field API Name: std__FirstPublishedDateTime__c
  • Data Type: DATETIME
  • Description: The date and time of the first published date time.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Required. A unique, system-generated identifier for this KnowledgeArticleVersion record. Maximum size is 15 characters.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__IsExternalData__c
  • Data Type: TEXT
  • Description: Indicate if it is from external system.
  • Field API Name: std__IsLatestVersion__c
  • Data Type: TEXT
  • Description: Whether the article is the most current version. (true) or not (false). This field can betrueon the online or published version, a draft version in the primary language, a draft version in a translation, and the latest archived version. However, you can’t filter by (PublishState=’Online’) and (IsLatestVersion=false) because the online version is also the latest version. This field is available in API version 24.0 and later.
  • Field API Name: std__IsPrimaryLanguage__c
  • Data Type: TEXT
  • Description: Whether the article has one or more translations associated with it (true) or not (false).
  • Field API Name: std__IsVisibleInApp__c
  • Data Type: TEXT
  • Description: Required. Indicates the article is visible in the Articles tab (true) or not (false).
  • Field API Name: std__IsVisibleInPublicKnowledgeBase__c
  • Data Type: TEXT
  • Description: Required. Whether the article is visible in the public knowledge base (true) or not (false).
  • Field API Name: std__IsVisibleToCustomer__c
  • Data Type: TEXT
  • Description: Required. Whether the article is visible in the Customer Portal (true) or not (false).
  • Field API Name: std__IsVisibleToPartner__c
  • Data Type: TEXT
  • Description: Required. Whether the article is visible in the partner portal (true) or not (false).
  • Field API Name: std__KnowledgeArticleId__c
  • Data Type: TEXT
  • Description: The ID of the article independent from its version. The value for this field is retrieved from the ID field of the KnowledgeArticle object.
  • Field API Name: std__KnowledgePublicationStatus__c
  • Data Type: TEXT
  • Description: The publication status for the article, such as Draft, Online, and Archived. A user must have the Manage Articles permission enabled to use Online. Article queries and searches in SOQL or SOSL require that you specify either the PublishStatus or the Id field in the WHERE clause. You can search for only one publication status per article type in a single SOSL query. When searching for articles with a PublishStatus of Archived, also check that IsLatestVersion equals false in your WHERE clause. Maximum size is 15 characters.
  • Field API Name: std__Language__c
  • Data Type: TEXT
  • Description: The language that the article is written in, such as French or Chinese (Traditional). Querying or searching articles in SOSL requires that you specify the Language field in the WHERE clause. The language must be the same for all article types. Before API version 47.0, you must include the Language field to filter queries on Knowledge article versions. In API version 47.0 and later, you can filter queries on Knowledge article versions with or without Language depending on what you're querying.
  • Field API Name: std__LastModifiedDate__c
  • Data Type: DATETIME
  • Description: The date and time when a user last modified this record.
  • Field API Name: std__MasterVersionId__c
  • Data Type: TEXT
  • Description: The ID of the source article, if the article is the translation of a source article. Only accessible if your knowledge base supports multiple languages.
  • Field API Name: std__NameInterfaceField__c
  • Data Type: TEXT
  • Description: Name of this record.
  • Field API Name: std__NextReviewDateTime__c
  • Data Type: DATETIME
  • Description: The date and time of the next review date time.
  • Field API Name: std__PrimaryLanguage__c
  • Data Type: TEXT
  • Description: Primary Language of the Article.
  • Field API Name: std__RecordType__c
  • Data Type: TEXT
  • Description: Represents a record type, which is a means by which customers can define subtypes of an entity with special page layouts.
  • Field API Name: std__Url__c
  • Data Type: TEXT
  • Description: The URL for url.
  • Field API Name: std__VersionNumber__c
  • Data Type: DOUBLE
  • Description: The number assigned to a version of an article.