ForecastByRep
Generates forecasted opportunity data by given users.
Table Specific Information
Select
The adapter will use the ActCRM API to process WHERE clause conditions built with the following column and operator.
- UserId supports the '=' operator.
The adapter processes other filters client-side within the adapter. For example, the following queries are processed server side:
SELECT * FROM ForecastByRep where UserID = 'b7c23fa5-6cd3-4bcd-a036-f8bbb85ba760' SELECT * FROM ForecastByRep
Columns
Name | Type | Description |
CountPercent | Decimal | Count Percent |
OppCount | Integer | Opp Count |
SalesRep | String | Sales Rep |
TotalValue | Decimal | Total Value |
TotalValuePercent | Decimal | Total Value Percent |
UserId | String | User Id |
WeightedValue | Decimal | Weighted Value |
WeightedValuePercent | Decimal | Weighted Value Percent |