Skip to main content
Version: 6.1.0

SalesforceOpportunity

This page supports schema for Salesforce Datatype SalesforceOpportunity.

{
"properties": {
"AccountId": {
"x-dataType": "SalesforceAccount",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "AccountId",
"ko": "계정 ID"
}
},
"ContactId": {
"x-dataType": "SalesforceContact",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "ContactId",
"ko": "연락처 ID"
}
},
"CreatedById": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "CreatedById",
"ko": "작성자 ID"
}
},
"DeliveryInstallationStatus__c": {
"enum": [
"In progress",
"Yet to begin",
"Completed"
],
"type": "string",
"x-label": {
"ko": "Delivery/Installation Status"
}
},
"ForecastCategory": {
"enum": [
"Omitted",
"Pipeline",
"BestCase",
"MostLikely",
"Forecast",
"Closed"
],
"type": "string",
"x-label": {
"ko": "예측 범주"
}
},
"ForecastCategoryName": {
"enum": [
"Omitted",
"Pipeline",
"Best Case",
"Commit",
"Closed"
],
"type": "string",
"x-label": {
"ko": "예측 범주"
}
},
"LastModifiedById": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "LastModifiedById",
"ko": "최종 수정자 ID"
}
},
"LeadSource": {
"enum": [
"Web",
"Phone Inquiry",
"Partner Referral",
"Purchased List",
"Other"
],
"type": "string",
"x-label": {
"ko": "리드 소스"
}
},
"OwnerId": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "OwnerId",
"ko": "소유자 ID"
}
},
"StageName": {
"enum": [
"Prospecting",
"Qualification",
"Needs Analysis",
"Value Proposition",
"Id. Decision Makers",
"Perception Analysis",
"Proposal/Price Quote",
"Negotiation/Review",
"Closed Won",
"Closed Lost"
],
"type": "string",
"x-label": {
"ko": "단계"
}
},
"Type": {
"enum": [
"Existing Customer - Upgrade",
"Existing Customer - Replacement",
"Existing Customer - Downgrade",
"New Customer"
],
"type": "string",
"x-label": {
"ko": "기회 유형"
}
}
},
"type": "object"
}

Input Schema

{
"properties": {
"title": "SalesforceCase",
"x-dataType": "SalesforceCase",
"x-dataTypeVersion": "1.0.0"
},
"type": "object"
}