Opportunity
This is a table representing the Opportunity entities in SalesForce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Opportunity ID' corresponds to this field. | True |
| IsDeleted | System.Boolean | Label 'Deleted' corresponds to this field. | True |
| AccountId | System.String | Label 'Account ID' corresponds to this field. | False |
| IsPrivate | System.Boolean | Label 'Private' corresponds to this field. | False |
| Name | System.String | Label 'Name' corresponds to this field. | False |
| Description | System.String | Label 'Description' corresponds to this field. | False |
| StageName | System.String | Label 'Stage' corresponds to this field. | False |
| Amount | System.Double | Label 'Amount' corresponds to this field. | False |
| Probability | System.Double | Label 'Probability (%)' corresponds to this field. | False |
| ExpectedRevenue | System.Double | Label 'Expected Amount' corresponds to this field. | True |
| TotalOpportunityQuantity | System.Double | Label 'Quantity' corresponds to this field. | False |
| CloseDate | System.String | Label 'Close Date' corresponds to this field. | False |
| Type | System.String | Label 'Opportunity Type' corresponds to this field. | False |
| NextStep | System.String | Label 'Next Step' corresponds to this field. | False |
| LeadSource | System.String | Label 'Lead Source' corresponds to this field. | False |
| IsClosed | System.Boolean | Label 'Closed' corresponds to this field. | True |
| IsWon | System.Boolean | Label 'Won' corresponds to this field. | True |
| ForecastCategory | System.String | Label 'Forecast Category' corresponds to this field. | False |
| CampaignId | System.String | Label 'Campaign ID' corresponds to this field. | False |
| HasOpportunityLineItem | System.Boolean | Label 'Has Line Item' corresponds to this field. | True |
| Pricebook2Id | System.String | Label 'Price Book ID' corresponds to this field. | False |
| OwnerId | System.String | Label 'Owner 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 |
| LastActivityDate | System.String | Label 'Last Activity' corresponds to this field. | True |
| FiscalQuarter | System.Int32 | Label 'Fiscal Quarter' corresponds to this field. | True |
| FiscalYear | System.Int32 | Label 'Fiscal Year' corresponds to this field. | True |
| Fiscal | System.String | Label 'Fiscal Period' corresponds to this field. | True |
| DeliveryInstallationStatus__c | System.String | Label 'Delivery/Installation Status' corresponds to this field. | False |
| TrackingNumber__c | System.String | Label 'Tracking Number' corresponds to this field. | False |
| OrderNumber__c | System.String | Label 'Order Number' corresponds to this field. | False |
| CurrentGenerators__c | System.String | Label 'Current Generator(s)' corresponds to this field. | False |
| MainCompetitors__c | System.String | Label 'Main Competitor(s)' corresponds to this field. | False |
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. |