Newer Version Available
Document
Represents a file that a user has uploaded. Unlike Attachment records, documents are not attached to a parent object.
Fields
| Field Label | API Field Name | Type | Length | Precision | Scale |
|---|---|---|---|---|---|
| Author | AuthorId | reference | 15 | ||
| Body | Body | base64 | |||
| Body Length | BodyLength | int | 8 | 0 | |
| Created By | CreatedById | reference | 15 | ||
| Created Date | CreatedDate | datetime | |||
| Deleted | IsDeleted | boolean | |||
| Description | Description | textarea | 255 | ||
| Document Content Searchable | IsBodySearchable | boolean | |||
| Document ID | Id | id | 15 | ||
| Document Name | Name | string | 255 | ||
| Document Unique Name | DeveloperName | string | 80 | ||
| Externally Available | IsPublic | boolean | |||
| File Extension | Type | string | 40 | ||
| Folder | FolderId | reference | 15 | ||
| Internal Use Only | IsInternalUseOnly | boolean | |||
| Keywords | Keywords | string | 255 | ||
| Last Modified By | LastModifiedById | reference | 15 | ||
| Last Modified Date | LastModifiedDate | datetime | |||
| Last Referenced Date | LastReferencedDate | datetime | |||
| Last Viewed Date | LastViewedDate | datetime | |||
| MIME Type | ContentType | string | 120 | ||
| Namespace Prefix | NamespacePrefix | string | 15 | ||
| System Modstamp | SystemModstamp | datetime | |||
| Url | Url | string | 255 |