MCP Server for Salesforce

Build 24.0.9300

ContentDocument

Stores documents uploaded to Salesforce, such as files attached to records or stored in libraries.

Columns

Name Type ReadOnly References Description
Id [KEY] String True

Unique identifier of the content document.

CreatedById String True

User.Id

ID of the user who created the content document.

CreatedDate Datetime True

Date and time when the content document was created.

LastModifiedById String True

User.Id

ID of the user who last modified the content document.

LastModifiedDate Datetime True

Date and time when the content document was last modified.

IsArchived Boolean True

Indicates whether the content document is archived (true) or not (false).

ArchivedById String True

User.Id

ID of the user who archived the content document.

ArchivedDate Datetime True

Date and time when the content document was archived.

IsDeleted Boolean True

Indicates whether the content document has been deleted (true) or not (false).

OwnerId String True

User.Id

ID of the owner of the content document.

SystemModstamp Datetime True

System-generated timestamp for tracking the last modification.

Title String True

Title of the content document.

PublishStatus String True

Status of the document's publishing state, such as 'Published' or 'Draft'.

LatestPublishedVersionId String True

ContentVersion.Id

ID of the most recently published version of the document.

LastViewedDate Datetime True

Date and time when the content document was last viewed.

LastReferencedDate Datetime True

Date and time when the content document was last referenced.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9300