ContentDistribution
Schema file for ContentDistribution.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| OwnerId | String | False |
User.Id |
ID of the user who owns the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| Name | String | False |
Name of the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| ContentVersionId | String | False |
ID of the ContentVersion associated with this record. | |
| ContentDocumentId | String | True |
ID of the ContentDocument associated with this record. | |
| RelatedRecordId | String | False |
ID of the record associated with this feed item. | |
| RelatedRecordIdType | String | False |
Specifies the type of the 'RelatedRecordId' polymorphic field to use in the statement. | |
| RelatedRecordIdExternalFieldName | String | False |
Specifies the external field name of the 'RelatedRecordId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| PreferencesAllowPDFDownload | Bool | False |
Field containing PreferencesAllowPDFDownload information. | |
| PreferencesAllowOriginalDownload | Bool | False |
Field containing PreferencesAllowOriginalDownload information. | |
| PreferencesPasswordRequired | Bool | False |
Field containing PreferencesPasswordRequired information. | |
| PreferencesNotifyOnVisit | Bool | False |
Field containing PreferencesNotifyOnVisit information. | |
| PreferencesLinkLatestVersion | Bool | False |
Field containing PreferencesLinkLatestVersion information. | |
| PreferencesAllowViewInBrowser | Bool | False |
Field containing PreferencesAllowViewInBrowser information. | |
| PreferencesExpires | Bool | False |
Field containing PreferencesExpires information. | |
| PreferencesNotifyRndtnComplete | Bool | False |
Field containing PreferencesNotifyRndtnComplete information. | |
| ExpiryDate | Datetime | False |
Date associated with Expiry. | |
| Password | String | True |
Field containing Password information. | |
| ViewCount | Int | True |
Number of View associated with this record. | |
| FirstViewDate | Datetime | True |
Date associated with FirstView. | |
| LastViewDate | Datetime | True |
Date associated with LastView. | |
| DistributionPublicUrl | String | True |
Field containing DistributionPublicUrl information. | |
| ContentDownloadUrl | String | True |
Field containing ContentDownloadUrl information. | |
| PdfDownloadUrl | String | True |
Field containing PdfDownloadUrl 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. | |
| SystemModstamp | Datetime | True |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |