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

86 lines
3.4 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"usage",
"wsdl_segment",
"field_reference"
],
"title": "CaseSolution - Data API",
"description": "Represents the association between a Case and a Solution.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"CaseId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the Case associated with the Solution. This is a relationship field.",
"relationship_name": "Case",
"relationship_type": "Lookup",
"refers_to": "Case",
"required": 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."
},
"SolutionId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the Solution associated with the case. This is a relationship field.",
"relationship_name": "Solution",
"relationship_type": "Lookup",
"refers_to": "Solution",
"required": true
}
},
"usage": "You can't update this object via the API. If you attempt to create a record that matches an existing record, the request simply returns the existing record.",
"wsdl_segment": "```xml\n<complexType name=\"CaseSolution\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"Case\" nillable=\"true\" minOccurs=\"0\" type=\"ens:Case\"/>\n <element name=\"CaseId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\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=\"IsDeleted\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"Solution\" nillable=\"true\" minOccurs=\"0\" type=\"ens:Solution\"/>\n <element name=\"SolutionId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\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": {
"CaseId": {
"field_label": "Case ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Case Solution ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"SolutionId": {
"field_label": "Solution ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}