Skip to main content
Version: 6.0.4

SalesforceCase

This page supports schema for Salesforce Datatype SalesforceCase.

{
"properties": {
"AccountId": {
"x-dataType": "SalesforceAccount",
"x-dataTypeVersion": "0",
"x-label": {
"en": "AccountId",
"ko": "계정 ID"
}
},
"ContactId": {
"x-dataType": "SalesforceContact",
"x-dataTypeVersion": "0",
"x-label": {
"en": "ContactId",
"ko": "연락처 ID"
}
},
"CreatedById": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "0",
"x-label": {
"en": "CreatedById",
"ko": "작성자 ID"
}
},
"LastModifiedById": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "0",
"x-label": {
"en": "LastModifiedById",
"ko": "최종 수정자 ID"
}
},
"MasterRecordId": {
"x-dataType": "SalesforceCase",
"x-dataTypeVersion": "0",
"x-label": {
"en": "MasterRecordId",
"ko": "마스터 레코드 ID"
}
},
"Origin": {
"enum": [
"Phone",
"Email",
"Web"
],
"type": "string",
"x-label": {
"ko": "사례 접수경로"
}
},
"ParentId": {
"x-dataType": "SalesforceCase",
"x-dataTypeVersion": "0",
"x-label": {
"en": "ParentId",
"ko": "상위 사례 ID"
}
},
"PotentialLiability__c": {
"enum": [
"No",
"Yes"
],
"type": "string",
"x-label": {
"ko": "Potential Liability"
}
},
"Priority": {
"enum": [
"High",
"Medium",
"Low"
],
"type": "string",
"x-label": {
"ko": "중요도"
}
},
"Product__c": {
"enum": [
"GC1040",
"GC1060",
"GC3020",
"GC3040",
"GC3060",
"GC5020",
"GC5040",
"GC5060",
"GC1020"
],
"type": "string",
"x-label": {
"ko": "Product"
}
},
"Reason": {
"enum": [
"Installation",
"Equipment Complexity",
"Performance",
"Breakdown",
"Equipment Design",
"Feedback",
"Other"
],
"type": "string",
"x-label": {
"ko": "사례 이유"
}
},
"SLAViolation__c": {
"enum": [
"No",
"Yes"
],
"type": "string",
"x-label": {
"ko": "SLA Violation"
}
},
"Status": {
"enum": [
"New",
"Working",
"Escalated",
"Closed"
],
"type": "string",
"x-label": {
"ko": "상태"
}
},
"Type": {
"enum": [
"Mechanical",
"Electrical",
"Electronic",
"Structural",
"Other"
],
"type": "string",
"x-label": {
"ko": "사례 유형"
}
}
},
"required": [],
"type": "object"
}