{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "wsdl_segment" ], "title": "AccountPlanObjMeasCalcCond - Tooling API", "description": "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_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`", "supported_rest_api_http_methods": "`DELETE`, `GET`, `HEAD`, `PATCH`, `POST`, `Query`", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "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." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n\n```" }