mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 16:04:41 +08:00
115 lines
4.9 KiB
JSON
115 lines
4.9 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules",
|
|
"usage",
|
|
"wsdl_segment",
|
|
"field_reference"
|
|
],
|
|
"title": "CallCenter - Data API",
|
|
"description": "Represents a call center, which is a logical representation of a single computer-telephony integration (CTI) system instance in an organization.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"AdapterUrl": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Nillable, Sort",
|
|
"description": "An optional field that specifies the location of where the CTI adapter is hosted. For example, http://localhost:11000. This field is available in API version 23.0 or later."
|
|
},
|
|
"CustomSettings": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Nillable, Sort",
|
|
"description": "Specifies settings in the call center definition file, such as whether the call center uses the Open CTI, and SoftPhone properties, such as height in pixels. This field is available for Open CTI and in API version 25.0 or later."
|
|
},
|
|
"Id": {
|
|
"type": "ID",
|
|
"properties": "Defaulted on create, Filter",
|
|
"description": "System field that uniquely identifies this call center. Label is Call Center ID. This ID is created automatically when the call center is created."
|
|
},
|
|
"InternalName": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "The internal name of the call center. Limit is 80 characters."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, idLookup, Sort",
|
|
"description": "The name of the call center. Limit is 80 characters."
|
|
},
|
|
"Version": {
|
|
"type": "double",
|
|
"properties": "Create, Filter, Nillable, Sort",
|
|
"description": "The version of the CTI Toolkit used to create the call center (for versions 2.0 and later).This field is available in API version 18.0 and later."
|
|
}
|
|
},
|
|
"special_access_rules": "Customer Portal users can't access this object.",
|
|
"usage": "Create a call center or query an existing call center.",
|
|
"wsdl_segment": "```xml\n<complexType name=\"CallCenter\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"AdapterUrl\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"CreatedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"CreatedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"CreatedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"CustomSettings\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"InternalName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"LastModifiedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"LastModifiedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"LastModifiedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"Name\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"Version\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n<simpleType name=\"ID\">\n <restriction base=\"xsd:string\">\n <length value=\"18\"/>\n <pattern value=\"[a-zA-Z0-9]{18}\"/>\n </restriction>\n</simpleType>\n```",
|
|
"field_reference": {
|
|
"AdapterUrl": {
|
|
"field_label": "CTI Adapter URL",
|
|
"type": "string",
|
|
"length": "2000"
|
|
},
|
|
"CreatedById": {
|
|
"field_label": "Created By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"CreatedDate": {
|
|
"field_label": "Created Date",
|
|
"type": "datetime"
|
|
},
|
|
"CustomSettings": {
|
|
"field_label": "Custom Settings",
|
|
"type": "string",
|
|
"length": "3000"
|
|
},
|
|
"Id": {
|
|
"field_label": "Call Center ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"InternalName": {
|
|
"field_label": "Internal Name",
|
|
"type": "string",
|
|
"length": "240"
|
|
},
|
|
"LastModifiedById": {
|
|
"field_label": "Last Modified By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"LastModifiedDate": {
|
|
"field_label": "Last Modified Date",
|
|
"type": "datetime"
|
|
},
|
|
"Name": {
|
|
"field_label": "Name",
|
|
"type": "string",
|
|
"length": "255"
|
|
},
|
|
"SystemModstamp": {
|
|
"field_label": "System Modstamp",
|
|
"type": "datetime"
|
|
},
|
|
"Version": {
|
|
"field_label": "Version",
|
|
"type": "double",
|
|
"precision": "18",
|
|
"scale": "3"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length",
|
|
"precision",
|
|
"scale"
|
|
]
|
|
} |