ForecastByProduct
Generates forecasted opportunity data by given products.
Table Specific Information
Select
The adapter will use the ActCRM API to process WHERE clause conditions built with the following column and operator.
- 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 ForecastByProduct
Columns
Name | Type | Description |
CountPercent | Decimal | Count Percent |
OppCount | Integer | Opp Count |
ProductId | String | Product ID |
ProductName | String | Product Name |
TotalValue | Decimal | Total Value |
TotalValuePercent | Decimal | Total Value Percent |
WeightedValue | Decimal | Weighted Value |
WeightedValuePercent | Decimal | Weighted Value Percent |