Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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 SOAP API Calls

create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()

Supported REST API Methods

DELETE, GET, HEAD, PATCH, POST, Query

Special Access Rules

Fields

Field Details
AccountPlanObjMeasCalcDefId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The account plan objective measure calculation definition where this criteria is used.
This field is a relationship field.
Relationship Name
AccountPlanObjMeasCalcDef
Relationship Type
Master-detail
Refers To
AccountPlanObjMeasCalcDef (the master object)
FieldName
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
A field on the calculation definition’s TargetObject that you want to filter by. Fields on the Campaign, Case, Contact, or Opportunity objects are supported.
Operation
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
The logical operator for matching records with the specified field value.
Possible values are:
  • Contains—contains
  • Equals—equals
  • GreaterOrEqual—greater or equal
  • GreaterThan—greater than
  • LessOrEqual—less or equal
  • LessThan—less than
  • NotContain—does not contain
  • NotEqual—not equal to
  • StartsWith
Value
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The value to match for the specified field.