ForecastByProductDetails
Generates forecasted opportunity data by a given product..
Table Specific Information
Select
The adapter will use the ActCRM API to process WHERE clause conditions built with the following column and operator. The ProductId is required to make a request and the rest of the filter is executed client-side within the adapter.
- Date supports the '=,>,<,>=,<=' operators.
- ProductId supports the '=' operator.
The adapter processes other filters client-side within the adapter. For example, the following queries are processed server side:
SELECT * FROM ForecastByProductDetails where Status = 'inactive'
Columns
Name | Type | Description |
EstCloseDate | Datetime | Est Close Date |
OppName | String | Opp Name |
ProbabilityPct | Integer | Probability Pct |
ProductName | String | Product Name |
ProductWeightedValue | Decimal | Product Weighted Value |
Status | String | Status |
ProductId | String | Product Id |
OppId | String | Opp Id |