Newer Version Available
AccountPlanObjMeasCalcCond
Represents a field and value combination for filtering records to include in
the calculation of a sales account plan objective measure’s current value. This object
is available in API version 63.0 and later.
Supported Calls
create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()
Special Access Rules
This object is available if sales account plans are turned on.
Fields
| Field | Details |
|---|---|
| AccountPlanObjMeasCalcDefId |
|
| FieldName |
|
| Operation |
|
| Value |
|
Usage
Let’s say that a calculation definition tracks the currency amount on Closed Won opportunities. The calculation definition’s TargetObject is Opportunity, and the condition further specifies these values.
- FieldName is StageName.
- Operation is Equals.
- Value is ClosedWon.