ForecastByProductDetails
Generates forecasted opportunity data by a given product..
Table Specific Information
Select
The 本製品 will use the Act! CRM 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 本製品.
- Date supports the '=,>,<,>=,<=' operators.
- ProductId supports the '=' operator.
The 本製品 processes other filters client-side within the 本製品. 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 |