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

524 lines
30 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",
"usage",
"associated_objects",
"wsdl_segment",
"field_reference"
],
"title": "Case - Data API",
"description": "Represents a case, which is a customer issue or problem.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"AccountId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "ID of the account associated with this case. This is a relationship field.",
"relationship_name": "Account",
"relationship_type": "Lookup",
"refers_to": "Account"
},
"AssetWarrantyID": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the Asset associated with the warranty. Must be a valid asset warranty ID."
},
"BusinessHoursId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "ID of the business hours associated with this case."
},
"Comments": {
"type": "textarea",
"properties": "Create, Delete, Layout, Nillable, Query, Retrieve, Search, Sort, Undelete, Update",
"description": "Used to insert a new CaseComment. Email textarea has a length of 4000 chars."
},
"CaseNumber": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "Assigned automatically when each case is inserted. It can't be set directly, and it can't be modified after the case is created."
},
"ClosedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The date and time when the case was closed."
},
"CommunityId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "ID of the zone associated with this case. This field is available in API version 24.0 and later."
},
"ConnectionReceivedId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the PartnerNetworkConnection that shared this record with your organization. This field is available if you enabled Salesforce to Salesforce."
},
"ConnectionSentId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the PartnerNetworkConnection that you shared this record with. This field is available if you enabled Salesforce to Salesforce. This field is supported using API versions earlier than 15.0. In all other API versions, this fields value is null. You can use the new PartnerNetworkRecordConnection object to forward records to connections."
},
"ContactEmail": {
"type": "email",
"properties": "Filter, Group, Nillable, Sort",
"description": "Email address for the contact. The Case.ContactEmail field displays the Email field on the contact that is referenced by Case.ContactId. Label is Contact Email. This field is available in API version 38.0 and later."
},
"ContactFax": {
"type": "phone",
"properties": "Filter, Group, Nillable, Sort",
"description": "Fax number for the contact. Label is Contact Fax. This field is available in API version 38.0 and later."
},
"ContactId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "ID of the associated contact. This is a relationship field.",
"relationship_name": "Contact",
"relationship_type": "Lookup",
"refers_to": "Contact"
},
"ContactMobile": {
"type": "phone",
"properties": "Filter, Group, Nillable, Sort",
"description": "Mobile telephone number for the contact. Label is Contact Mobile. This field is available in API version 38.0 and later."
},
"ContactPhone": {
"type": "phone",
"properties": "Filter, Group, Nillable, Sort",
"description": "Telephone number for the contact. Label is Contact Phone. This field is available in API version 38.0 and later."
},
"CreatorFullPhotoUrl": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "URL of the users profile photo from the feed. Chatter Answers must be enabled to view this field. This field is available in API version 26.0 and later."
},
"CreatorName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Name of the user who posted the question or reply. Only the first name of internal users (agents) appears to portal users in the feed. Chatter Answers must be enabled to view this field. This field is available in API version 26.0 and later."
},
"CreatorSmallPhotoUrl": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "URL of the users thumbnail photo from the feed. Chatter Answers must be enabled to view this field. This field is available in API version 26.0 and later."
},
"Description": {
"type": "textarea",
"properties": "Create, Nillable, Update",
"description": "A text description of the case. Limit: 32 KB."
},
"FeedItemId": {
"type": "reference",
"properties": "Create, Group, Nillable, Sort",
"description": "ID of the question in Chatter associated with the case. This field is available in API version 33.0 and later, and is only accessible in organizations where Question-to-Case is enabled."
},
"HasCommentsUnreadByOwner": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether a case contains comments that the case owner hasnt read (true) or not (false)."
},
"HasSelfServiceComments": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether a case has comments added by a Self-Service user (true) or not (false). Only visible when Customer Portal is enabled."
},
"IsClosed": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether the case is closed (true) or open (false). This field is controlled by the Status field; it can't be set directly. Label is Closed."
},
"IsClosedOnCreate": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether the case was closed at the same time that it was created (true) or not (false). This flag is read-only and is automatically set when a record is created. It can't be set to true unless the IsClosed flag is also true."
},
"IsDeleted": {
"type": "boolean",
"properties": "Defaulted on create, Filter",
"description": "Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted."
},
"IsEscalated": {
"type": "boolean",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "Indicates whether the case has been escalated (true) or not. A case's escalated state does not affect how you can use a case, or whether you can query, delete, or update it. You can set this flag via the API. Label is Escalated."
},
"IsSelfServiceClosed": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether the case is closed for Self-Service users (true) or not (false)."
},
"IsStopped": {
"type": "boolean",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "Indicates whether an entitlement process on a case is stopped (true) or not (false)."
},
"IsVisibleInSelfService": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether the case can be viewed in the Customer Service Portal, Partner Service Portal, and Self-Service Portal (true) or not (false). This field is applied for case visibility in the Partner Relationship Management, Customer Service Portal, and the earlier version of Self Service Portal. The field does not alter sharing and will not prevent usage of a direct URL to a case if a portal user has read or write access."
},
"Language": {
"type": "picklist",
"properties": "Create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
"description": "The language of the case. The Language field is available when you enable Einstein Case Classification in Enterprise, Performance, and Unlimited edition orgs with Service Cloud. By default, only Einstein classification apps use this field."
},
"LastReferencedDate": {
"type": "datetime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp when the current user last accessed this record, a record related to this record, or a list view."
},
"LastViewedDate": {
"type": "datetime",
"properties": "Filter, Nillable, Sort",
"description": "The timestamp when the current user last viewed this record or list view. If this value is null, the user might have only accessed this record or list view (LastReferencedDate) but not viewed it."
},
"MasterRecordId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "If this object was deleted as the result of a merge, this field contains the ID of the record that was kept. If this object was deleted for any other reason, or has not been deleted, the value is null. This is a relationship field.",
"relationship_name": "MasterRecord",
"relationship_type": "Lookup",
"refers_to": "Case"
},
"Origin": {
"type": "picklist",
"properties": "Create, Filter, Group, Nillable,Sort, Update",
"description": "The source of the case, such as Email, Phone, or Web. Label is Case Origin."
},
"OwnerId": {
"type": "reference",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "ID of the contact who owns the case. This is a polymorphic relationship field.",
"relationship_name": "Owner",
"relationship_type": "Lookup",
"refers_to": "Group, User"
},
"ParentId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The ID of the parent case in the hierarchy. The label is Parent Case. This is a relationship field.",
"relationship_name": "Parent",
"relationship_type": "Lookup",
"refers_to": "Case"
},
"Priority": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Sort, Update",
"description": "The importance or urgency of the case, such as High, Medium, or Low."
},
"QuestionId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The question in the answers zone that is associated with the case. This field does not appear if you don't have an answers zone enabled."
},
"Reason": {
"type": "picklist",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The reason why the case was created, such as Instructions not clear, or User didnt attend training."
},
"RecordTypeId": {
"type": "reference",
"properties": "Create, Filter, Nillable, Update",
"description": "ID of the record type assigned to this object."
},
"ServiceContractId": {
"type": "reference",
"properties": "Create, Filter, Nillable, Update",
"description": "ID of the ServiceContract associated with the entitlement. Must be a valid ID.",
"required": true
},
"SlaStartDate": {
"type": "dateTime",
"properties": "Create, Filter, Nillable, Sort, Update",
"description": "Shows the time that the case entered an entitlement process. If you have the Edit permission on cases, you can update or reset the time. This field is available in API version 18.0 and later."
},
"SourceId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The ID of the social post source."
},
"Status": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Sort, Update",
"description": "The status of the case, such as New, Closed, or Escalated. This field directly controls the IsClosed flag. Each predefined Status value implies an IsClosed flag value. For more information, see CaseStatus."
},
"StopStartDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The date and time an entitlement process was stopped on the case.This field is available in API version 18.0 and later."
},
"Subject": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The subject of the case. Limit: 255 characters."
},
"SuppliedCompany": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The company name that was entered when the case was created. Label is Company."
},
"SuppliedEmail": {
"type": "email",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The email address that was entered when the case was created. Label is Email.If your organization has an active auto-response rule, SuppliedEmail is required when creating a case via the API. Auto-response rules use the email in the contact specified by ContactId. If no email address is in the contact record, the email specified here is used."
},
"SuppliedName": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The name that was entered when the case was created. Label is Name."
},
"SuppliedPhone": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The phone number that was entered when the case was created. Label is Phone."
},
"Type": {
"type": "picklist",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The type of case, such as Feature Request or Question."
}
},
"usage": "Use the Case object to manage cases for your organization. Client applications can query, update, and delete Attachment records associated with a case via the API.",
"associated_objects": "This object has the following associated objects. If the API version isnt specified, theyre available in the same API versions as this object. Otherwise, theyre available in the specified API version and later.\n\n- **CaseChangeEvent (API version 44.0)**: Change events are available for the object.\n- **CaseFeed (API version 18.0)**: Feed tracking is available for the object.\n- **CaseHistory**: History is available for tracked fields of the object.\n- **CaseOwnerSharingRule**: Sharing rules are available for the object.\n- **CaseShare**: Sharing is available for the object.",
"wsdl_segment": "```xml\n<complexType name=\"Case\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"Account\" nillable=\"true\" minOccurs=\"0\" type=\"ens:Account\"/>\n <element name=\"AccountId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"ActivityHistories\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ApprovalSubmissions\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ApprovalWorkItems\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Asset\" nillable=\"true\" minOccurs=\"0\" type=\"ens:Asset\"/>\n <element name=\"AssetId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"AttachedContentDocuments\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Attachments\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"CaseComments\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"CaseContactRoles\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"CaseMilestones\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"CaseNumber\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"CaseSolutions\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Cases\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ClosedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"CombinedAttachments\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Comments\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Contact\" nillable=\"true\" minOccurs=\"0\" type=\"ens:Contact\"/>\n <element name=\"ContactEmail\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ContactFax\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ContactId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"ContactMobile\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ContactPhone\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ContactRequests\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ContentDocumentLinks\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\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=\"Description\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"DuplicateRecordItems\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"EmailMessages\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Emails\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"EngineeringReqNumber__c\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Events\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"FeedSubscriptionsForEntity\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Feeds\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"FlowOrchestrationWorkItems\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Histories\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"IsClosed\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"IsDeleted\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"IsEscalated\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\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=\"LastReferencedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"LastViewedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"ListEmails\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"LookedUpFromActivities\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"MasterRecord\" nillable=\"true\" minOccurs=\"0\" type=\"ens:Case\"/>\n <element name=\"MasterRecordId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"MessagingSessions\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"OpenActivities\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Origin\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Owner\" nillable=\"true\" minOccurs=\"0\" type=\"ens:sObject\"/>\n <element name=\"OwnerId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"Parent\" nillable=\"true\" minOccurs=\"0\" type=\"ens:Case\"/>\n <element name=\"ParentId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"ParentRecords\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"PotentialLiability__c\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Priority\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ProcessExceptions\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ProcessInstances\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ProcessSteps\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ProductRequestLineItems\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ProductRequests\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Product__c\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Reason\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"RecordActionHistories\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"RecordActions\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"RecordAssociatedGroups\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"ReturnOrders\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"SLAViolation__c\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ServiceAppointments\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Shares\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Solutions\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Status\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Subject\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"SuppliedCompany\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"SuppliedEmail\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"SuppliedName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"SuppliedPhone\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"SwarmMembers\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Swarms\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"Tasks\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"TeamMembers\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"TeamTemplateRecords\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"TopicAssignments\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"Type\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"UserDefinedLabelAssignments\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\n <element name=\"UserRecordAccess\" nillable=\"true\" minOccurs=\"0\" type=\"ens:UserRecordAccess\"/>\n <element name=\"WorkOrders\" nillable=\"true\" minOccurs=\"0\" type=\"tns:QueryResult\"/>\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<simpleType name=\"QueryLocator\">\n <restriction base=\"xsd:string\"/>\n</simpleType>\n<complexType name=\"QueryResult\">\n <sequence>\n <element name=\"done\" type=\"xsd:boolean\"/>\n <element name=\"queryLocator\" type=\"tns:QueryLocator\" nillable=\"true\"/>\n <element name=\"records\" type=\"ens:sObject\" nillable=\"true\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\n <element name=\"size\" type=\"xsd:int\"/>\n </sequence>\n</complexType>\n```",
"field_reference": {
"AccountId": {
"field_label": "Account ID",
"type": "reference",
"length": "18"
},
"AssetId": {
"field_label": "Asset ID",
"type": "reference",
"length": "18"
},
"BusinessHoursId": {
"field_label": "Business Hours ID",
"type": "reference",
"length": "18"
},
"CaseNumber": {
"field_label": "Case Number",
"type": "string",
"length": "30"
},
"ClosedDate": {
"field_label": "Closed Date",
"type": "datetime"
},
"Comments": {
"field_label": "Internal Comments",
"type": "textarea",
"length": "4000"
},
"ContactEmail": {
"field_label": "Contact Email",
"type": "email",
"length": "80"
},
"ContactFax": {
"field_label": "Contact Fax",
"type": "phone",
"length": "40"
},
"ContactId": {
"field_label": "Contact ID",
"type": "reference",
"length": "18"
},
"ContactMobile": {
"field_label": "Contact Mobile",
"type": "phone",
"length": "40"
},
"ContactPhone": {
"field_label": "Contact Phone",
"type": "phone",
"length": "40"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CurrencyIsoCode": {
"field_label": "Case Currency",
"type": "picklist",
"length": "3"
},
"Description": {
"field_label": "Description",
"type": "textarea",
"length": "32000"
},
"EngineeringReqNumber__c": {
"field_label": "Engineering Req Number",
"type": "string",
"length": "12"
},
"Id": {
"field_label": "Case ID",
"type": "id",
"length": "18"
},
"IsClosed": {
"field_label": "Closed",
"type": "boolean"
},
"IsClosedOnCreate": {
"field_label": "Closed When Created",
"type": "boolean"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"IsEscalated": {
"field_label": "Escalated",
"type": "boolean"
},
"Issue__c": {
"field_label": "Issue",
"type": "textarea",
"length": "32768"
},
"Language": {
"field_label": "Language",
"type": "picklist",
"length": "40"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"LastReferencedDate": {
"field_label": "Last Referenced Date",
"type": "datetime"
},
"LastViewedDate": {
"field_label": "Last Viewed Date",
"type": "datetime"
},
"MasterRecordId": {
"field_label": "Master Record ID",
"type": "reference",
"length": "18"
},
"Origin": {
"field_label": "Case Origin",
"type": "picklist",
"length": "255"
},
"OwnerId": {
"field_label": "Owner ID",
"type": "reference",
"length": "18"
},
"ParentId": {
"field_label": "Parent Case ID",
"type": "reference",
"length": "18"
},
"PotentialLiability__c": {
"field_label": "Potential Liability",
"type": "picklist",
"length": "255"
},
"Priority": {
"field_label": "Priority",
"type": "picklist",
"length": "255"
},
"Product__c": {
"field_label": "Product",
"type": "picklist",
"length": "255"
},
"Reason": {
"field_label": "Case Reason",
"type": "picklist",
"length": "255"
},
"Resolution__c": {
"field_label": "Resolution",
"type": "textarea",
"length": "32768"
},
"SLAViolation__c": {
"field_label": "SLA Violation",
"type": "picklist",
"length": "255"
},
"SourceId": {
"field_label": "Case Source ID",
"type": "reference",
"length": "18"
},
"Status": {
"field_label": "Status",
"type": "picklist",
"length": "255"
},
"Subject": {
"field_label": "Subject",
"type": "string",
"length": "255"
},
"Summary__c": {
"field_label": "Summary",
"type": "textarea",
"length": "32768"
},
"SuppliedCompany": {
"field_label": "Company",
"type": "string",
"length": "80"
},
"SuppliedEmail": {
"field_label": "Email Address",
"type": "email",
"length": "80"
},
"SuppliedName": {
"field_label": "Name",
"type": "string",
"length": "80"
},
"SuppliedPhone": {
"field_label": "Phone",
"type": "string",
"length": "40"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"Type": {
"field_label": "Case Type",
"type": "picklist",
"length": "255"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}