ContentNote
Schema file for ContentNote.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| Title | String | False |
Title of the contact or person, for example CEO or Vice President. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ContentModifiedDate | Datetime | True |
Date associated with ContentModified. | |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| FileType | String | True |
Type classification for File. | |
| TextPreview | String | True |
Field containing TextPreview information. | |
| ContentSize | Int | True |
Field containing ContentSize information. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| FileExtension | String | True |
Field containing FileExtension information. | |
| LatestPublishedVersionId | String | True |
ID of the LatestPublishedVersion associated with this record. | |
| OwnerId | String | False |
User.Id |
ID of the user who owns the record. |
| LatestContentId | String | True |
ID of the LatestContent associated with this record. | |
| Content | String | False |
Field containing Content information. | |
| DecodedContent | String | False |
Field containing DecodedContent information. | |
| IsReadOnly | Bool | True |
Indicates whether the record has the ReadOnly characteristic. | |
| SharingPrivacy | String | False |
Field containing SharingPrivacy information. | |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |