afv-library/skills/platform-data-and-tooling-api-context-get/assets/tooling_api/AccountPlanObjMeasCalcCond.json

48 lines
2.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 measures 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 definitions 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<xsd:complexType name=\"AccountPlanObjMeasCalcCond\">\n <xsd:sequence>\n <xsd:element name=\"fieldName\" type=\"xsd:string\"/>\n <xsd:element name=\"operation\" type=\"xsd:string\"/>\n <xsd:element name=\"value\" type=\"xsd:string\"/>\n </xsd:sequence>\n</xsd:complexType>\n```"
}