Document
This is a table representing the Document entities in Salesforce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Document ID' corresponds to this field. | True |
| FolderId | System.String | Label 'Folder ID' corresponds to this field. | False |
| IsDeleted | System.Boolean | Label 'Deleted' corresponds to this field. | True |
| Name | System.String | Label 'Document Name' corresponds to this field. | False |
| ContentType | System.String | Label 'MIME Type' corresponds to this field. | False |
| Type | System.String | Label 'File Extension' corresponds to this field. | False |
| IsPublic | System.Boolean | Label 'Externally Available' corresponds to this field. | False |
| BodyLength | System.Int32 | Label 'Body Length' corresponds to this field. | True |
| Body | System.String | Label 'Body' corresponds to this field. | False |
| Url | System.String | Label 'Url' corresponds to this field. | False |
| Description | System.String | Label 'Description' corresponds to this field. | False |
| Keywords | System.String | Label 'Keywords' corresponds to this field. | False |
| IsInternalUseOnly | System.Boolean | Label 'Internal Use Only' corresponds to this field. | False |
| AuthorId | System.String | Label 'Author ID' corresponds to this field. | False |
| CreatedDate | System.DateTime | Label 'Created Date' corresponds to this field. | True |
| CreatedById | System.String | Label 'Created By ID' corresponds to this field. | True |
| LastModifiedDate | System.DateTime | Label 'Last Modified Date' corresponds to this field. | True |
| LastModifiedById | System.String | Label 'Last Modified By ID' corresponds to this field. | True |
| SystemModstamp | System.DateTime | Label 'System Modstamp' corresponds to this field. | True |
Pseudo-Columns
Pseudo-Column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| SOQLWhere | String | Specifies the Where clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| SOQLOrderBy | String | Specifies the Order By clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| MaxResults | String | Sets the MaxResults to be returned by modifying the Limit clause of the SOQL query to execute against the Salesforce servers. |