OpportunityHistory
This is a table representing the OpportunityHistory entities in Salesforce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Opportunity History ID' corresponds to this field. | True |
| OpportunityId | System.String | Label 'Opportunity ID' corresponds to this field. | True |
| CreatedById | System.String | Label 'Created By ID' corresponds to this field. | True |
| CreatedDate | System.DateTime | Label 'Created Date' corresponds to this field. | True |
| StageName | System.String | Label 'Stage Name' corresponds to this field. | True |
| Amount | System.Double | Label 'Amount' corresponds to this field. | True |
| ExpectedRevenue | System.Double | Label 'Expected Revenue' corresponds to this field. | True |
| CloseDate | System.String | Label 'Close Date' corresponds to this field. | True |
| Probability | System.Double | Label 'Probability' corresponds to this field. | True |
| ForecastCategory | System.String | Label 'To ForecastCategory' corresponds to this field. | True |
| SystemModstamp | System.DateTime | Label 'System Modstamp' 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. |