AccountShare
This is a table representing the AccountShare entities in SalesForce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Account Share ID' corresponds to this field. | True |
| AccountId | System.String | Label 'Account ID' corresponds to this field. | True |
| UserOrGroupId | System.String | Label 'User/Group ID' corresponds to this field. | True |
| AccountAccessLevel | System.String | Label 'Account Access' corresponds to this field. | True |
| OpportunityAccessLevel | System.String | Label 'Opportunity Access' corresponds to this field. | True |
| CaseAccessLevel | System.String | Label 'Case Access' corresponds to this field. | True |
| ContactAccessLevel | System.String | Label 'Contact Access' corresponds to this field. | True |
| RowCause | System.String | Label 'Row Cause' 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 |
| IsDeleted | System.Boolean | Label 'Deleted' 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. |