afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/CallDisposition.json

77 lines
2.0 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",
"fields",
"special_access_rules",
"field_reference"
],
"title": "CallDisposition - Data API",
"description": "Represents a call result value that sales reps select when logging a call. This object is available in API version 47.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Disposition": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The result of a phone call, such as whether a call was connected or the rep left a voicemail."
},
"DispositionCategoryId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "The related call outcome that is used in reports and branching criteria for cadences."
}
},
"special_access_rules": "As of Spring 20 and later, only your Salesforce org's internal users can access this object.",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Disposition": {
"field_label": "Disposition",
"type": "string",
"length": "255"
},
"DispositionCategoryId": {
"field_label": "CallDispositionCategory ID",
"type": "reference",
"length": "18"
},
"Id": {
"field_label": "CallDisposition Id",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}