Content Document Version DMO

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

  • CreatedById has a FOREIGNKEY relationship with the User DMO Id field.
  • ContentDocumentId has a FOREIGNKEY relationship with the Content Document DMO Id field.
  • LastModifiedById has a FOREIGNKEY relationship with the User DMO Id 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__ChecksumText__c
  • Data Type: TEXT
  • Description: MD5 checksum used to verify integrity of files.
  • Field API Name: std__ContentDocumentId__c
  • Data Type: TEXT
  • Description: Required. ID of the document. This is a relationship field. Maximum size is 15 characters.
  • Field API Name: std__ContentDocumentPublishStatus__c
  • Data Type: TEXT
  • Description: Whether and how the document is published. Valid values are: Public, Personal Library and Upload Interrupted.
  • Field API Name: std__ContentSizeNumber__c
  • Data Type: DOUBLE
  • Description: Size of the document in bytes. Always zero for links.
  • Field API Name: std__ContentUrl__c
  • Data Type: TEXT
  • Description: URL for links. This is only set for links. One of the fields that determines the FileType.
  • Field API Name: std__CreatedById__c
  • Data Type: TEXT
  • Description: User who created the record.
  • Field API Name: std__CreatedDate__c
  • Data Type: DATETIME
  • Description: 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: Required. Description of the content version. Maximum size is 255 characters.
  • Field API Name: std__ExternalRecordId__c
  • Data Type: TEXT
  • Description: Corresponding record Id from external data source system.
  • Field API Name: std__ExternalSourceId__c
  • Data Type: TEXT
  • Description: The system in which the ExternalRecordId was assigned.
  • Field API Name: std__FileExtensionName__c
  • Data Type: TEXT
  • Description: Required. File extension of the document. Maximum size is 255 characters.
  • Field API Name: std__FileType__c
  • Data Type: TEXT
  • Description: Required. Type of content determined by ContentUrl for links or PathOnClient for documents. Maximum size is 15 characters.
  • Field API Name: std__FirstPublishLocationId__c
  • Data Type: TEXT
  • Description: ID of the location where the version was first published. Accepts all record IDs supported by ContentDocumentRelationship.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Required. A unique, system-generated identifier for this ContentDocumentVersion record. Maximum size is 36 characters.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__IsDeleted__c
  • Data Type: BOOLEAN
  • Description: True if the Content Document file was logically deleted.
  • Field API Name: std__IsLatest__c
  • Data Type: BOOLEAN
  • Description: True if the Content Document Version is the latest version of the Content Document.
  • Field API Name: std__LastModifiedById__c
  • Data Type: TEXT
  • Description: User who most recently changed the record.
  • Field API Name: std__LastModifiedDate__c
  • Data Type: DATETIME
  • Description: Date and time when a user last modified this record.
  • Field API Name: std__NameInterfaceField__c
  • Data Type: TEXT
  • Description: Name of this record.
  • Field API Name: std__OwnerId__c
  • Data Type: TEXT
  • Description: ID of the owner of this document. This is a relationship field. Maximum size is 255 characters.
  • Field API Name: std__SystemModstamp__c
  • Data Type: DATETIME
  • Description: Date and time when this record was last modified by a user or by an automated process.
  • Field API Name: std__Title__c
  • Data Type: TEXT
  • Description: The title of a document. Maximum size is 255 characters
  • Field API Name: std__VersionDataText__c
  • Data Type: TEXT
  • Description: The content or body of the note, which can include properly formatted HTML or plain text. When a document is uploaded or downloaded via the API, it must be base64 encoded (for upload) or decoded (for download). Any special characters within plain text in the Content field must be escaped. You can escape special characters by calling content.escapeHtml4(). This field can't be set for links. The maximum file size you can upload via the SOAP API is 50 MB. When a document is uploaded or downloaded via the API, it is converted to base64 and stored in VersionData. This conversion increases the document size by approximately 37%. Account for the base64 conversion increase so that the file you plan to upload is less than 50 MB after conversion. If a custom Apex download handler is active, this field is accessed from the API, and the download is not allowed, Salesforce will return a CONTENT_CUSTOMIZED_DOWNLOAD_EXCEPTION error. Maximum size is 255 characters.
  • Field API Name: std__VersionDataUrl__c
  • Data Type: TEXT
  • Description: The URL used to fetch a file from the binary data endpoint.
  • Field API Name: std__VersionNumber__c
  • Data Type: TEXT
  • Description: The version number. The number increments with each version of the document, for example, 1, 2, and 3. Maximum size is 255 characters.