SalesLeadsLeadOpportunity
The opportunity resource is used to view, create, or modify an opportunity generated from a lead. An opportunity list associated with the lead represents leads that have already been converted to the list of opportunities.
Columns
| Name | Type | References | Description |
| LeadNumber [KEY] | String | LeadNumber | |
| LeadId [KEY] | String |
SalesLeads.LeadId | LeadId |
| Account | String | Account | |
| Currency | String | Currency | |
| ExpectedAmount | Long | ExpectedAmount | |
| LeadName | String | LeadName | |
| OptyCloseDate | Datetime | OptyCloseDate | |
| OptyId | Long | OptyId | |
| OptyName | String | OptyName | |
| OptyNumber | String | OptyNumber | |
| OptyStatus | String | OptyStatus | |
| RevenueAmount | Long | RevenueAmount | |
| SalesStageId | Long | SalesStageId | |
| SalesStageName | String | SalesStageName | |
| WinProbability | Long | WinProbability |
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 | |
| Finder | String | Input specifying the Finder type. | |
| ContactId | String | The unique identifier of the Contact. | |
| SysEffectiveDate | String | SysEffectiveDate. | |
| ResourcePartyIdRest | String | The unique identifier of the Resource. | |
| RestCreationDateLower | String | Finds the leads that are created before the date specified. | |
| RestCreationDateUpper | String | Finds the leads with the specified creation date. | |
| RestRecordSet | String | Finds the leads with the specified record set value. | |
| RestStatusCode | String | Finds the leads with the specified status code. | |
| Name | String | Finds the leads with the specified name. |