Represents historical information about quantity-based forecasts that have been submitted (saved) in the Salesforce.com user interface.
query(), retrieve(), getDeleted(), getUpdated()describeSObjects(),
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| Closed | currency | Filter | The closed amount of the forecast. |
| Commit | currency | Filter | The commit amount of the forecast. |
| CommitComments | string | Filter | Comments about the commit value. |
| CommitOverridden | boolean | Defaulted on create | Indicates whether the commit value was overridden (true) or not (false). |
| CurrencyIsoCode | picklist | Filter | Available only for organizations with the multicurrency feature enabled. Contains the ISO code for any currency allowed by the organization. |
| ForecastOverrideId | reference | Filter | ID of the related forecast override. For information on IDs, see ID Field Type. Label is Revenue Forecast ID. |
| Pipeline | currency | Filter | The pipeline amount of the forecast. |
| Quota | currency | Filter | The quota amount of the forecast. |
| Upside | currency | Filter | The best case amount of the forecast. |
| UpsideComments | string | Filter | Comments about the upside value. |
| UpsideOverridden | boolean | Defaulted on create | Indicates whether the upside value was overridden (true) or not (false). |
This is a read-only object specific to customizable forecasting.
When a user submits a revenue-based forecast in the Salesforce.com user interface, a new record is created. If the same forecast is ever resubmitted, additional records are added. The CreatedDate of a record reflects the day on which the forecast was submitted. For more information about customizable forecasts, see the Salesforce.com online help. This object respects field level security on the parent object.