From 8a4acfb3849df54131998bc2501aecebaa6f3583 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Fri, 10 Jul 2020 10:38:43 +0200 Subject: [PATCH] Include yAxis info in CRM & Service Cloud configs --- provision/compose/src/1200_charts_crm.yaml | 108 ++++++++++++++++-- .../src/1200_charts_service-cloud.yaml | 27 +++++ provision/compose/static.go | 2 +- 3 files changed, 129 insertions(+), 8 deletions(-) diff --git a/provision/compose/src/1200_charts_crm.yaml b/provision/compose/src/1200_charts_crm.yaml index 14db9e718..c404b8007 100644 --- a/provision/compose/src/1200_charts_crm.yaml +++ b/provision/compose/src/1200_charts_crm.yaml @@ -21,6 +21,8 @@ charts: type: line module: Account renderer: {} + yAxis: + label: Accounts AccountsByType: name: Accounts by type config: @@ -63,9 +65,9 @@ charts: field: Type meta: steps: - - value: "300000" - - value: "1000000" - - value: "2000000" + - value: "15000" + - value: "30000" + - value: "60000" modifier: (no grouping / buckets) filter: AmountAllOpportunities IS NOT NULL metrics: @@ -83,9 +85,9 @@ charts: field: Type meta: steps: - - value: "150000" - - value: "500000" - - value: "1000000" + - value: "10000" + - value: "20000" + - value: "40000" modifier: (no grouping / buckets) filter: AmountWonOpportunities IS NOT NULL metrics: @@ -104,7 +106,7 @@ charts: meta: {} modifier: (no grouping / buckets) skipMissing: true - filter: "" + filter: ActualCost IS NOT NULL metrics: - aggregate: SUM field: BudgetedCost @@ -128,6 +130,31 @@ charts: type: bar module: Campaigns renderer: {} + yAxis: + beginAtZero: true + label: Euro + CampaignCosts: + name: Campaign costs + config: + reports: + - dimensions: + - conditions: {} + field: Name + meta: {} + modifier: (no grouping / buckets) + filter: recordID = ${recordID} + metrics: + - aggregate: SUM + field: NumberOfLeads + type: bar + - aggregate: SUM + field: NumberOfOpportunities + type: bar + module: Campaigns + renderer: {} + yAxis: + beginAtZero: true + label: Value CasesByOrigin: name: Cases by origin config: @@ -212,6 +239,9 @@ charts: type: line module: Case renderer: {} + yAxis: + beginAtZero: true + label: Cases ContactsPerCountry: name: Contacts per country config: @@ -231,6 +261,9 @@ charts: type: line module: Contact renderer: {} + yAxis: + beginAtZero: true + label: Contacts ContactsPerSeniorLeveltitle: name: Contacts per senior level title config: @@ -290,6 +323,9 @@ charts: type: line module: Contract renderer: {} + yAxis: + beginAtZero: true + label: Activated contracts Dealsize: name: Dealsize config: @@ -320,6 +356,9 @@ charts: type: line module: Opportunity renderer: {} + yAxis: + beginAtZero: true + label: Euro EventsPerMonth: name: Events per month config: @@ -338,6 +377,9 @@ charts: type: line module: Event renderer: {} + yAxis: + beginAtZero: true + label: Events EventsPerType: name: Events per type config: @@ -396,6 +438,10 @@ charts: type: line module: Lead renderer: {} + yAxis: + axisType: linear + beginAtZero: true + label: Leads per country LeadsByRating: name: Leads by rating config: @@ -475,6 +521,9 @@ charts: type: line module: Lead renderer: {} + yAxis: + beginAtZero: true + label: Leads MonthlySales: name: Monthly sales config: @@ -504,6 +553,10 @@ charts: type: line module: Opportunity renderer: {} + yAxis: + beginAtZero: true + label: Euro + max: "" NumberOfOpportunitiesVsTarget: name: Number of opportunities vs target config: @@ -547,6 +600,28 @@ charts: type: bar module: Opportunity renderer: {} + yAxis: + beginAtZero: true + label: Opportunities + OpportunityLineItemsValue: + name: Opportunity line items value + config: + reports: + - dimensions: + - conditions: {} + field: Name + meta: {} + modifier: (no grouping / buckets) + filter: OpportunityId = ${recordID} + metrics: + - aggregate: SUM + field: TotalPrice + type: bar + module: OpportunityLineItem + renderer: {} + yAxis: + beginAtZero: true + label: value OpportunitySalesPipeline: name: Opportunity sales pipeline config: @@ -618,6 +693,9 @@ charts: type: line module: PricebookEntry renderer: {} + yAxis: + beginAtZero: true + label: Price book entries PriceBooksCreatedPerMonth: name: Price books created per month config: @@ -636,6 +714,9 @@ charts: type: line module: Pricebook renderer: {} + yAxis: + beginAtZero: true + label: Price books ProductsAddedPerMonth: name: Products added per month config: @@ -653,6 +734,9 @@ charts: type: line module: Product renderer: {} + yAxis: + beginAtZero: true + label: Products ProductsPerFamily: name: Products per family config: @@ -678,6 +762,7 @@ charts: field: Status meta: {} modifier: (no grouping / buckets) + skipMissing: true filter: "" metrics: - field: count @@ -709,6 +794,9 @@ charts: type: line module: Quote renderer: {} + yAxis: + beginAtZero: true + label: Quotes SalesVsTarget: name: Sales vs target config: @@ -783,6 +871,9 @@ charts: type: line module: Solution renderer: {} + yAxis: + beginAtZero: true + label: Solutions TasksByStatus: name: Tasks by status config: @@ -818,3 +909,6 @@ charts: type: line module: Task renderer: {} + yAxis: + beginAtZero: true + label: Tasks diff --git a/provision/compose/src/1200_charts_service-cloud.yaml b/provision/compose/src/1200_charts_service-cloud.yaml index 829866323..25400e220 100644 --- a/provision/compose/src/1200_charts_service-cloud.yaml +++ b/provision/compose/src/1200_charts_service-cloud.yaml @@ -132,6 +132,9 @@ charts: type: line module: Case renderer: {} + yAxis: + beginAtZero: true + label: Cases CostPerCategory: name: Total cost per category config: @@ -151,6 +154,9 @@ charts: type: bar module: Case renderer: {} + yAxis: + beginAtZero: true + label: $ CostPerProductFamily: name: Cost per product family config: @@ -169,6 +175,9 @@ charts: type: bar module: Product renderer: {} + yAxis: + beginAtZero: true + label: $ CostsPerAccount: name: Total costs per account config: @@ -187,6 +196,9 @@ charts: type: bar module: Account renderer: {} + yAxis: + beginAtZero: true + label: $ KnowledgeBaseArticlesPerType: name: Knowledge Base articles per type config: @@ -224,6 +236,9 @@ charts: type: line module: KnowledgeBase renderer: {} + yAxis: + beginAtZero: true + label: KB Items NewCasesByMonth: name: New cases per month config: @@ -245,6 +260,9 @@ charts: type: line module: Case renderer: {} + yAxis: + beginAtZero: true + label: Cases TimePerAccount: name: Total time spend per account config: @@ -305,6 +323,9 @@ charts: type: bar module: Department renderer: {} + yAxis: + beginAtZero: true + label: $ TotalCostPerMonth: name: Total cost per month config: @@ -322,6 +343,9 @@ charts: type: bar module: Update renderer: {} + yAxis: + beginAtZero: true + label: $ TotalTimeSpentPerCategory: name: 'Total time spent per category ' config: @@ -380,3 +404,6 @@ charts: type: bar module: Update renderer: {} + yAxis: + beginAtZero: true + label: Hours diff --git a/provision/compose/static.go b/provision/compose/static.go index eda2de8e6..6c60786a9 100644 --- a/provision/compose/static.go +++ b/provision/compose/static.go @@ -3,4 +3,4 @@ // Package contains static assets. package compose -var Asset = "PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x18\x00 \x000000_access_control.yamlUT\x05\x00\x01\x80Cm8allow:\n everyone:\n compose:\n - access\n\n compose:namespace:\n - read\n\n compose:module:\n - read\n\n compose:page:\n - read\n\n compose:chart:\n - read\n\n admins:\n compose:\n - access\n - grant\n - settings.read\n - settings.manage\n - namespace.create\n\n compose:namespace:\n - read\n - update\n - delete\n - manage\n - page.create\n - module.create\n - chart.create\n\n compose:module:\n - read\n - update\n - delete\n - record.create\n - record.read\n - record.update\n - record.delete\n\n compose:chart:\n - read\n - update\n - delete\n\n compose:page:\n - read\n - update\n - delete\nPK\x07\x08O\x85\xf3\xd3\xd7\x02\x00\x00\xd7\x02\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x12\x00 \x000100_settings.yamlUT\x05\x00\x01\x80Cm8settings:\n ui.namespace-switcher.enabled: false\n\n record.attachments.max-size: 10\n record.attachments.mimetypes: []\n\n page.attachments.max-size: 10\n page.attachments.mimetypes: []\nPK\x07\x08\x12\xb2K=\xb9\x00\x00\x00\xb9\x00\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x17\x00 \x001000_namespace_crm.yamlUT\x05\x00\x01\x80Cm8namespaces:\n crm:\n name: CRM\n allow:\n everyone:\n - module.create\n - read\n deny:\n everyone:\n - delete\nPK\x07\x08\xe8\x0c\x08\xf3\x88\x00\x00\x00\x88\x00\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\x00 \x001000_namespace_service-cloud.yamlUT\x05\x00\x01\x80Cm8namespaces:\n service-cloud:\n name: Service Cloud\nPK\x07\x08\x8c~U\x925\x00\x00\x005\x00\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15\x00 \x001100_modules_crm.yamlUT\x05\x00\x01\x80Cm8namespace: crm\nmodules:\n Account:\n name: Account\n fields:\n AccountName:\n label: Account Name\n kind: String\n required: true\n OwnerId:\n label: Account Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n AccountSource:\n label: Account Source\n kind: Select\n options:\n options:\n - text: Customer Referral\n value: Customer Referral\n - text: Direct\n value: Direct\n - text: Employee Referral\n value: Employee Referral\n - text: Event\n value: Event\n - text: Existing Customer\n value: Existing Customer\n - text: Inbound Call\n value: Inbound Call\n - text: Outbound List\n value: Outbound List\n - text: Partner Referral\n value: Partner Referral\n - text: Seminar\n value: Seminar\n - text: Social Media\n value: Social Media\n - text: Webinar\n value: Webinar\n - text: Website (Organic)\n value: Website (Organic)\n - text: Website (PPC)\n value: Website (PPC)\n - text: Word of Mouth\n value: Word of Mouth\n - text: Other\n value: Other\n selectType: default\n BillingStreet:\n label: Billing Street\n kind: String\n BillingCity:\n label: Billing City\n kind: String\n BillingState:\n label: Billing State\n kind: String\n BillingPostalCode:\n label: Billing Postal Code\n kind: String\n BillingCountry:\n label: Billing Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n NumberOfEmployees:\n label: Employees\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Fax:\n label: Fax\n kind: String\n Industry:\n label: Industry\n kind: Select\n options:\n options:\n - text: \"\"\n value: \"\"\n - text: Agriculture\n value: Agriculture\n - text: Apparel\n value: Apparel\n - text: Banking\n value: Banking\n - text: Biotechnology\n value: Biotechnology\n - text: Chemicals\n value: Chemicals\n - text: Communications\n value: Communications\n - text: Construction\n value: Construction\n - text: Consulting\n value: Consulting\n - text: Education\n value: Education\n - text: Electronics\n value: Electronics\n - text: Energy\n value: Energy\n - text: Engineering\n value: Engineering\n - text: Entertainment\n value: Entertainment\n - text: Environmental\n value: Environmental\n - text: Finance\n value: Finance\n - text: Food & Beverage\n value: Food & Beverage\n - text: Government\n value: Government\n - text: Healthcare\n value: Healthcare\n - text: Hospitality\n value: Hospitality\n - text: Insurance\n value: Insurance\n - text: Machinery\n value: Machinery\n - text: Manufacturing\n value: Manufacturing\n - text: Media\n value: Media\n - text: Not For Profit\n value: Not For Profit\n - text: Other\n value: Other\n - text: Recreation\n value: Recreation\n - text: Retail\n value: Retail\n - text: Shipping\n value: Shipping\n - text: Technology\n value: Technology\n - text: Telecommunications\n value: Telecommunications\n - text: Transportation\n value: Transportation\n - text: Utilities\n value: Utilities\n selectType: default\n Ownership:\n label: Ownership\n kind: Select\n options:\n options:\n - text: Public\n value: Public\n - text: Private\n value: Private\n selectType: default\n ParentId:\n label: Parent Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n Phone:\n label: Phone\n kind: String\n Rating:\n label: Rating\n kind: Select\n options:\n options:\n - text: \xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\n selectType: default\n Sic:\n label: SIC Code\n kind: String\n SicDesc:\n label: SIC Description\n kind: String\n ShippingStreet:\n label: Shipping Street\n kind: String\n ShippingCity:\n label: Shipping City\n kind: String\n ShippingState:\n label: Shipping State\n kind: String\n ShippingPostalCode:\n label: Shipping Postal Code\n kind: String\n ShippingCountry:\n label: Shipping Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Channel Partner / Reseller\n value: Channel Partner / Reseller\n - text: Customer - Channel\n value: Customer - Channel\n - text: Customer - Direct\n value: Customer - Direct\n - text: Installation Partner\n value: Installation Partner\n - text: Pending\n value: Pending\n - text: Prospect\n value: Prospect\n - text: Technology Partner\n value: Technology Partner\n - text: Other\n value: Other\n selectType: default\n AnnualRevenue:\n label: Annual Revenue\n kind: Select\n options:\n options:\n - text: Less Than 500,000\n value: Less Than 500,000\n - text: 500,000 To 1 Million\n value: 500,000 To 1 Million\n - text: 1 To 2.5 Million\n value: 1 To 2.5 Million\n - text: 2.5 To 5 Million\n value: 2.5 To 5 Million\n - text: 5 To 10 Million\n value: 5 To 10 Million\n - text: 10 To 20 Million\n value: 10 To 20 Million\n - text: 20 To 50 Million\n value: 20 To 50 Million\n - text: 50 To 100 Million\n value: 50 To 100 Million\n - text: 100 To 500 Million\n value: 100 To 500 Million\n selectType: default\n Website:\n label: Website\n kind: Url\n multi: true\n Twitter:\n label: Twitter\n kind: Url\n LinkedIn:\n label: LinkedIn\n kind: Url\n Facebook:\n label: Facebook\n kind: Url\n CampaignId:\n label: Campaign\n kind: Record\n options:\n labelField: Name\n module: Campaigns\n queryFields:\n - Name\n selectType: multiple\n multi: true\n AccountContactRole:\n name: AccountContactRole\n fields:\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: MasterRecordId\n module: Contact\n queryFields:\n - AccountId\n - MasterRecordId\n selectType: \"\"\n IsPrimary:\n label: Primary\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Role:\n label: Role\n kind: Select\n options:\n options:\n - text: Business User\n value: Business User\n - text: Decision Maker\n value: Decision Maker\n - text: Economic Buyer\n value: Economic Buyer\n - text: Economic Decision Maker\n value: Economic Decision Maker\n - text: Evaluator\n value: Evaluator\n - text: Executive Sponsor\n value: Executive Sponsor\n - text: Gatekeeper\n value: Gatekeeper\n - text: Influencer\n value: Influencer\n - text: Project Manager\n value: Project Manager\n - text: Technical Buyer\n value: Technical Buyer\n - text: Other\n value: Other\n selectType: default\n Campaigns:\n name: Campaigns\n fields:\n IsActive:\n label: Active\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ActualCost:\n label: Actual Cost\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n BudgetedCost:\n label: Budgeted Cost\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Name:\n label: Campaign Name\n kind: String\n NumberOfConvertedLeads:\n label: Converted Leads in Campaign\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n EndDate:\n label: End Date\n kind: DateTime\n options:\n onlyDate: true\n ExpectedResponse:\n label: Expected Response (%)\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: '%'\n ExpectedRevenue:\n label: Expected Revenue\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n NumberOfLeads:\n label: Leads in Campaign\n kind: Number\n options:\n format: \"0\"\n precision: 0\n NumberOfOpportunities:\n label: Opportunities in Campaign\n kind: Number\n options:\n format: \"0\"\n precision: 0\n ParentId:\n label: Parent Campaign\n kind: Record\n options:\n labelField: \"\"\n module: Campaigns\n queryFields:\n - Name\n selectType: \"\"\n NumberOfResponses:\n label: Responses in Campaign\n kind: Number\n options:\n format: \"0\"\n precision: 0\n StartDate:\n label: Start Date\n kind: DateTime\n options:\n onlyDate: true\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Aborted\n value: Aborted\n - text: Completed\n value: Completed\n - text: In Progress\n value: In Progress\n - text: Planned\n value: Planned\n - text: Tentative\n value: Tentative\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Lead Generation - Direct Mail\n value: Lead Generation - Direct Mail\n - text: Lead Generation - Conference\n value: Lead Generation - Conference\n - text: Lead Generation - Email Blast\n value: Lead Generation - Email Blast\n - text: Lead Generation - PPC\n value: Lead Generation - PPC\n - text: Lead Generation - Seminar\n value: Lead Generation - Seminar\n - text: Lead Generation - Trade Show\n value: Lead Generation - Trade Show\n - text: Lead Generation - Webinar\n value: Lead Generation - Webinar\n - text: Lead Generation - Website\n value: Lead Generation - Website\n - text: Brand Building - Print advertisement\n value: Brand Building - Print advertisement\n - text: Brand Building - Radio advertisement\n value: Brand Building - Radio advertisement\n - text: Brand Building - TV advertisement\n value: Brand Building - TV advertisement\n - text: Brand Building - Sponsoring\n value: Brand Building - Sponsoring\n - text: Brand Building - Social Media\n value: Brand Building - Social Media\n - text: Lead Generation - Contacting personal network\n value: Lead Generation - Contacting personal network\n selectType: default\n AmountAllOpportunities:\n label: Value Opportunities in Campaign\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n AmountWonOpportunities:\n label: Value Won Opportunities in Campaign\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n NumberOfWonOpportunities:\n label: Won Opportunities in Campaign\n kind: Number\n options:\n format: \"0\"\n precision: 0\n NumberOfAccounts:\n label: Accounts in Campaign\n kind: Number\n options:\n format: \"\"\n precision: 0\n NumberOfContacts:\n label: Contacts in Campaign\n kind: Number\n options:\n format: \"\"\n precision: 0\n Case:\n name: Case\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n CaseNumber:\n label: Case Number\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n Origin:\n label: Case Origin\n kind: Select\n options:\n options:\n - text: Email\n value: Email\n - text: Messaging\n value: Messaging\n - text: Phone\n value: Phone\n - text: Web\n value: Web\n - text: Other\n value: Other\n selectType: default\n Reason:\n label: Case Reason\n kind: Select\n options:\n options:\n - text: Documentation unclear\n value: Documentation unclear\n - text: Software bug\n value: Software bug\n - text: User didn't attend training\n value: User didn't attend training\n - text: Other\n value: Other\n selectType: default\n IsClosed:\n label: Closed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n IsClosedOnCreate:\n label: Closed When Created\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ContactId:\n label: Contact Name\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n ClosedDate:\n label: Date/Time Closed\n kind: DateTime\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n IsEscalated:\n label: Escalated\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ParentId:\n label: Parent Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n selectType: \"\"\n Priority:\n label: Priority\n kind: Select\n options:\n options:\n - text: Low\n value: Low\n - text: Medium\n value: Medium\n - text: High\n value: High\n selectType: default\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: New\n value: New\n - text: Working\n value: Working\n - text: Escalated\n value: Escalated\n - text: Closed\n value: Closed\n selectType: default\n Subject:\n label: Subject\n kind: String\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Bug\n value: Bug\n - text: Feature Request\n value: Feature Request\n - text: Question\n value: Question\n - text: Other\n value: Other\n selectType: default\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n SolutionId:\n label: Solution Record\n kind: Record\n options:\n labelField: SolutionName\n module: Solution\n queryFields:\n - SolutionNote\n - SolutionNumber\n - SolutionName\n selectType: \"\"\n File:\n label: File(s)\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n maxSize: 0\n mode: list\n multi: true\n SolutionName:\n label: Solution Title\n kind: String\n SolutionNote:\n label: Solution Details\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n SolutionFile:\n label: Solution File(s)\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n maxSize: 0\n mode: list\n multi: true\n SubmitAsSolution:\n label: Submit as Solution Record when Case is Closed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n OwnerId:\n label: Case Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n CaseUpdate:\n name: CaseUpdate\n fields:\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Email\n - Call\n - Fax\n - Letter\n - Visit\n File:\n label: File\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n mode: list\n IsSolution:\n label: Marked as solution\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Contact:\n name: Contact\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields: []\n selectType: default\n AssistantName:\n label: Assistant\n kind: String\n AssistantPhone:\n label: Asst. Phone\n kind: String\n Birthdate:\n label: Birthdate\n kind: DateTime\n private: true\n MasterRecordId:\n label: Contact\n kind: Record\n options:\n labelField: Email\n module: Contact\n queryFields: []\n selectType: default\n Department:\n label: Department\n kind: String\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n DoNotCall:\n label: Do Not Call\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Email:\n label: Email\n kind: Email\n private: true\n HasOptedOutOfEmail:\n label: Email Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Fax:\n label: Fax\n kind: String\n private: true\n HasOptedOutOfFax:\n label: Fax Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n HomePhone:\n label: Home Phone\n kind: String\n private: true\n LeadSource:\n label: Lead Source\n kind: Select\n options:\n options:\n - text: Customer Referral\n value: Customer Referral\n - text: Direct\n value: Direct\n - text: Employee Referral\n value: Employee Referral\n - text: Event\n value: Event\n - text: Existing Customer\n value: Existing Customer\n - text: Inbound Call\n value: Inbound Call\n - text: Outbound List\n value: Outbound List\n - text: Partner Referral\n value: Partner Referral\n - text: Seminar\n value: Seminar\n - text: Social Media\n value: Social Media\n - text: Webinar\n value: Webinar\n - text: Website (Organic)\n value: Website (Organic)\n - text: Website (PPC)\n value: Website (PPC)\n - text: Word of Mouth\n value: Word of Mouth\n - text: Other\n value: Other\n selectType: default\n MailingStreet:\n label: Mailing Street\n kind: String\n private: true\n MailingCity:\n label: Mailing City\n kind: String\n private: true\n MailingState:\n label: Mailing State\n kind: String\n private: true\n MailingPostalCode:\n label: Mailing Postal Code\n kind: String\n private: true\n MailingCountry:\n label: Mailing Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n private: true\n MobilePhone:\n label: Mobile\n kind: String\n private: true\n Salutation:\n label: Salutation\n kind: String\n private: true\n FirstName:\n label: First Name\n kind: String\n private: true\n LastName:\n label: Last Name\n kind: String\n private: true\n OtherStreet:\n label: Other Street\n kind: String\n private: true\n OtherCity:\n label: Other City\n kind: String\n private: true\n OtherState:\n label: Other State\n kind: String\n private: true\n OtherPostalCode:\n label: Other Postal Code\n kind: String\n private: true\n OtherCountry:\n label: Other Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n private: true\n OtherPhone:\n label: Other Phone\n kind: String\n private: true\n Phone:\n label: Phone\n kind: String\n private: true\n ReportsToId:\n label: Reports To\n kind: Record\n options:\n labelField: Email\n module: Contact\n queryFields:\n - AccountId\n - Email\n - FirstName\n - LastName\n selectType: default\n Title:\n label: Title\n kind: String\n private: true\n Twitter:\n label: Twitter\n kind: Url\n private: true\n Facebook:\n label: Facebook\n kind: Url\n private: true\n LinkedIn:\n label: LinkedIn\n kind: Url\n private: true\n IsPrimary:\n label: Primary contact for account\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n RecordLabel:\n label: Record Label\n kind: String\n private: true\n OwnerId:\n label: Contact Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n Photo:\n label: Photo\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: single\n private: true\n CampaignId:\n label: Campaign\n kind: Record\n options:\n labelField: Name\n module: Campaigns\n queryFields:\n - Name\n selectType: multiple\n multi: true\n Contract:\n name: Contract\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n ActivatedById:\n label: Activated By\n kind: Record\n options:\n labelField: Email\n module: Contact\n queryFields:\n - AccountId\n - Email\n - FirstName\n - LastName\n selectType: \"\"\n ActivatedDate:\n label: Activated Date\n kind: DateTime\n BillingStreet:\n label: Billing Street\n kind: String\n private: true\n BillingCity:\n label: Billing City\n kind: String\n private: true\n BillingState:\n label: Billing State\n kind: String\n private: true\n BillingPostalCode:\n label: Billing Postal Code\n kind: String\n private: true\n BillingCountry:\n label: Billing Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n private: true\n CompanySignedId:\n label: Company Signed By\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n CompanySignedDate:\n label: Company Signed Date\n kind: DateTime\n EndDate:\n label: End Date\n kind: DateTime\n options:\n onlyDate: true\n Name:\n label: Contract Name\n kind: String\n ContractNumber:\n label: Contract Number\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n OwnerId:\n label: Contract Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n StartDate:\n label: Start Date\n kind: DateTime\n options:\n onlyDate: true\n ContractTerm:\n label: Term (months)\n kind: Number\n options:\n format: \"0\"\n precision: 0\n CustomerSignedId:\n label: Customer Signed By\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n CustomerSignedDate:\n label: Customer Signed Date\n kind: DateTime\n CustomerSignedTitle:\n label: Customer Signed Title\n kind: String\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n LastApprovedDate:\n label: Last Approved Date\n kind: DateTime\n OwnerExpirationNotice:\n label: Owner Expiration Notice\n kind: Select\n options:\n options:\n - text: 3 Days\n value: 3 Days\n - text: 5 Days\n value: 5 Days\n - text: 7 Days\n value: 7 Days\n - text: 14 Days\n value: 14 Days\n - text: 30 Days\n value: 30 Days\n - text: 45 Days\n value: 45 Days\n - text: 60 Days\n value: 60 Days\n - text: 75 Days\n value: 75 Days\n - text: 90 Days\n value: 90 Days\n - text: 120 Days\n value: 120 Days\n - text: 180 Days\n value: 180 Days\n - text: 240 Days\n value: 240 Days\n - text: 300 Days\n value: 300 Days\n - text: 365 Days\n value: 365 Days\n selectType: default\n ShippingStreet:\n label: Shipping Street\n kind: String\n private: true\n ShippingCity:\n label: Shipping City\n kind: String\n private: true\n ShippingState:\n label: Shipping State\n kind: String\n private: true\n ShippingPostalCode:\n label: Shipping Postal Code\n kind: String\n private: true\n ShippingCountry:\n label: Shipping Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n private: true\n SpecialTerms:\n label: Special Terms\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Draft\n value: Draft\n - text: Activated\n value: Activated\n - text: In Approval Process\n value: In Approval Process\n - text: Inactive (Expired)\n value: Inactive (Expired)\n - text: Inactive (Deactivated)\n value: Inactive (Deactivated)\n selectType: default\n RecordLabel:\n label: Record Label\n kind: String\n Files:\n label: Files\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: list\n multi: true\n ContractContactRole:\n name: ContractContactRole\n fields:\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - AccountId\n - Email\n - FirstName\n - LastName\n selectType: \"\"\n ContractId:\n label: Contract\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: \"\"\n IsPrimary:\n label: Primary\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Role:\n label: Role\n kind: Select\n options:\n options:\n - text: Business User\n value: Business User\n - text: Decision Maker\n value: Decision Maker\n - text: Economic Buyer\n value: Economic Buyer\n - text: Economic Decision Maker\n value: Economic Decision Maker\n - text: Evaluator\n value: Evaluator\n - text: Executive Sponsor\n value: Executive Sponsor\n - text: Gatekeeper\n value: Gatekeeper\n - text: Influencer\n value: Influencer\n - text: Project Manager\n value: Project Manager\n - text: Technical Buyer\n value: Technical Buyer\n - text: Other\n value: Other\n selectType: default\n ContractLineItem:\n name: ContractLineItem\n fields:\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n Discount:\n label: Discount\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n prefix: $\n EndDate:\n label: End Date\n kind: DateTime\n options:\n onlyDate: true\n LineItemNumber:\n label: Line Item Number\n kind: Number\n options:\n multiLine: false\n useRichTextEditor: false\n ListPrice:\n label: List Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n PricebookEntryId:\n label: Price Book Entry\n kind: Record\n options:\n labelField: Name\n module: PricebookEntry\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n Quantity:\n label: Quantity\n kind: Number\n options:\n format: \"0\"\n precision: 0\n UnitPrice:\n label: Sales Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n StartDate:\n label: Start Date\n kind: DateTime\n options:\n onlyDate: true\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Active\n value: Active\n - text: Expired\n value: Expired\n - text: Inactive\n value: Inactive\n selectType: default\n Subtotal:\n label: 'Subtotal '\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n TotalPrice:\n label: Total Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n ContractId:\n label: 'Contract '\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: \"\"\n required: true\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - Name\n selectType: default\n Order:\n label: Order\n kind: Number\n options:\n multiLine: false\n useRichTextEditor: false\n EmailTemplate:\n name: EmailTemplate\n fields:\n IsActive:\n label: Available For Use\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n Body:\n label: Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Name:\n label: Email Template Name\n kind: String\n Subject:\n label: Subject\n kind: String\n Markup:\n label: Markup\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n TemplateStyle:\n label: Style\n kind: Select\n options:\n options:\n - text: \"\"\n value: \"\"\n selectType: default\n TemplateType:\n label: Template Type\n kind: Select\n options:\n options:\n - text: \"\"\n value: \"\"\n selectType: default\n DeveloperName:\n label: Template Unique Name\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Entitlement:\n name: Entitlement\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n CasesPerEntitlement:\n label: Cases Per Entitlement\n kind: Number\n options:\n format: \"0\"\n precision: 0\n ContractLineItemId:\n label: Contract Line Item\n kind: Record\n options:\n labelField: ContractId\n module: ContractLineItem\n queryFields:\n - Description\n - LineItemNumber\n - ContractId\n selectType: \"\"\n EndDate:\n label: End Date\n kind: DateTime\n Name:\n label: Entitlement Name\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n EntitlementProcess:\n label: Entitlement Process\n kind: String\n IsPerIncident:\n label: Per Incident\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n RemainingCases:\n label: Remaining Cases\n kind: Number\n options:\n format: \"0\"\n precision: 0\n StartDate:\n label: Start Date\n kind: DateTime\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Active\n value: Active\n - text: Expired\n value: Expired\n - text: Inactive\n value: Inactive\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Web Support\n value: Web Support\n - text: Phone Support\n value: Phone Support\n - text: Email Support\n value: Email Support\n - text: Dedicated Support\n value: Dedicated Support\n selectType: default\n EntitlementContact:\n name: EntitlementContact\n fields:\n ContactId:\n label: Contact Name\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n Name:\n label: Entitlement Contact\n kind: String\n options:\n multiLine: true\n EntitlementId:\n label: Entitlement Name\n kind: Record\n options:\n labelField: Name\n module: Entitlement\n queryFields:\n - AccountId\n - Name\n selectType: \"\"\n EntitlementTemplate:\n name: EntitlementTemplate\n fields:\n BusinessHours:\n label: Business Hours\n kind: String\n CasesPerEntitlement:\n label: Cases Per Entitlement\n kind: Number\n options:\n format: 0\n precision: 0\n Name:\n label: Entitlement Template Name\n kind: String\n IsPerIncident:\n label: Per Incident\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Term:\n label: Term (Days)\n kind: Number\n options:\n format: 0\n precision: 0\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Email\n - Messaging\n - Phone\n - Web\n Event:\n name: Event\n fields:\n IsAllDayEvent:\n label: All-Day Event\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n IsArchived:\n label: Archived\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n OwnerId:\n label: Assigned To\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n ActivityDate:\n label: Start\n kind: DateTime\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n DurationInMinutes:\n label: Duration\n kind: Number\n options:\n format: \"0\"\n precision: 0\n EndDateTime:\n label: End\n kind: DateTime\n Location:\n label: Location\n kind: String\n IsPrivate:\n label: Private\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ReminderDateTime:\n label: Reminder Date/Time\n kind: DateTime\n IsReminderSet:\n label: Reminder Set\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Subject:\n label: Subject\n kind: String\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Call\n value: Call\n - text: Email\n value: Email\n - text: Meeting\n value: Meeting\n - text: Send Letter / Quote\n value: Send Letter / Quote\n - text: Other\n value: Other\n selectType: default\n LeadId:\n label: Lead\n kind: Record\n options:\n labelField: RecordLabel\n module: Lead\n queryFields:\n - RecordLabel\n selectType: \"\"\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: RecordLabel\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n selectType: \"\"\n QuoteId:\n label: Quote\n kind: Record\n options:\n labelField: Name\n module: Quote\n queryFields:\n - AccountId\n - Name\n - QuoteNumber\n selectType: \"\"\n ContractId:\n label: Contract\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: \"\"\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n selectType: \"\"\n Idea:\n name: Idea\n fields:\n Categories:\n label: Categories\n kind: Select\n options:\n options:\n - text: Ecosystem\n value: Ecosystem\n - text: Human Resources\n value: Human Resources\n - text: Marketing\n value: Marketing\n - text: Product\n value: Product\n - text: Sales\n value: Sales\n - text: Services\n value: Services\n - text: Support\n value: Support\n selectType: default\n Body:\n label: Idea Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n CreatorName:\n label: Name of Creator\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n ParentIdeaId:\n label: Parent Idea\n kind: Record\n options:\n labelField: Title\n module: Idea\n queryFields:\n - Title\n selectType: \"\"\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: New\n value: New\n - text: Under Consideration\n value: Under Consideration\n - text: Accepted\n value: Accepted\n - text: Implemented\n value: Implemented\n - text: Duplicate\n value: Duplicate\n selectType: default\n Title:\n label: Title\n kind: String\n VoteScore:\n label: Vote Score\n kind: Number\n options:\n format: \"0\"\n precision: 0\n VoteTotal:\n label: Vote Total\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Lead:\n name: Lead\n fields:\n Street:\n label: Address Street\n kind: String\n private: true\n City:\n label: Address City\n kind: String\n private: true\n State:\n label: Address State\n kind: String\n private: true\n PostalCode:\n label: Address Postal Code\n kind: String\n private: true\n Country:\n label: Address Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n private: true\n AnnualRevenue:\n label: Annual Revenue\n kind: Select\n options:\n options:\n - text: Less Than 500,000\n value: Less Than 500,000\n - text: 500,000 To 1 Million\n value: 500,000 To 1 Million\n - text: 1 To 2.5 Million\n value: 1 To 2.5 Million\n - text: 2.5 To 5 Million\n value: 2.5 To 5 Million\n - text: 5 To 10 Million\n value: 5 To 10 Million\n - text: 10 To 20 Million\n value: 10 To 20 Million\n - text: 20 To 50 Million\n value: 20 To 50 Million\n - text: 50 To 100 Million\n value: 50 To 100 Million\n - text: 100 To 500 Million\n value: 100 To 500 Million\n selectType: default\n Company:\n label: Company\n kind: String\n required: true\n IsConverted:\n label: Converted\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ConvertedAccountId:\n label: Converted Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: each\n ConvertedContactId:\n label: Converted Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: each\n ConvertedDate:\n label: Converted Date\n kind: DateTime\n ConvertedOpportunityId:\n label: Converted Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId,Name\n selectType: default\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n DoNotCall:\n label: Do Not Call\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Email:\n label: Email\n kind: String\n private: true\n HasOptedOutOfEmail:\n label: Email Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Fax:\n label: Fax\n kind: String\n private: true\n HasOptedOutOfFax:\n label: Fax Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Industry:\n label: Industry\n kind: Select\n options:\n options:\n - text: \"\"\n value: \"\"\n - text: Agriculture\n value: Agriculture\n - text: Apparel\n value: Apparel\n - text: Banking\n value: Banking\n - text: Biotechnology\n value: Biotechnology\n - text: Chemicals\n value: Chemicals\n - text: Communications\n value: Communications\n - text: Construction\n value: Construction\n - text: Consulting\n value: Consulting\n - text: Education\n value: Education\n - text: Electronics\n value: Electronics\n - text: Energy\n value: Energy\n - text: Engineering\n value: Engineering\n - text: Entertainment\n value: Entertainment\n - text: Environmental\n value: Environmental\n - text: Finance\n value: Finance\n - text: Food & Beverage\n value: Food & Beverage\n - text: Government\n value: Government\n - text: Healthcare\n value: Healthcare\n - text: Hospitality\n value: Hospitality\n - text: Insurance\n value: Insurance\n - text: Machinery\n value: Machinery\n - text: Manufacturing\n value: Manufacturing\n - text: Media\n value: Media\n - text: Not For Profit\n value: Not For Profit\n - text: Other\n value: Other\n - text: Recreation\n value: Recreation\n - text: Retail\n value: Retail\n - text: Shipping\n value: Shipping\n - text: Technology\n value: Technology\n - text: Telecommunications\n value: Telecommunications\n - text: Transportation\n value: Transportation\n - text: Utilities\n value: Utilities\n selectType: default\n MasterRecordId:\n label: Lead\n kind: Record\n options:\n labelField: RecordLabel\n module: Lead\n queryFields:\n - RecordLabel\n selectType: default\n OwnerId:\n label: Lead Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: each\n LeadSource:\n label: Lead Source\n kind: Select\n options:\n options:\n - text: Customer Referral\n value: Customer Referral\n - text: Direct\n value: Direct\n - text: Employee Referral\n value: Employee Referral\n - text: Event\n value: Event\n - text: Existing Customer\n value: Existing Customer\n - text: Inbound Call\n value: Inbound Call\n - text: Outbound List\n value: Outbound List\n - text: Partner Referral\n value: Partner Referral\n - text: Seminar\n value: Seminar\n - text: Social Media\n value: Social Media\n - text: Webinar\n value: Webinar\n - text: Website (Organic)\n value: Website (Organic)\n - text: Website (PPC)\n value: Website (PPC)\n - text: Word of Mouth\n value: Word of Mouth\n - text: Other\n value: Other\n selectType: default\n Status:\n label: Lead Status\n kind: Select\n options:\n options:\n - text: New\n value: New\n - text: Assigned\n value: Assigned\n - text: In Progress\n value: In Progress\n - text: Converted\n value: Converted\n - text: Recycled\n value: Recycled\n - text: Dead\n value: Dead\n selectType: default\n MobilePhone:\n label: Mobile\n kind: String\n Salutation:\n label: Salutation\n kind: String\n FirstName:\n label: First Name\n kind: String\n private: true\n LastName:\n label: Last Name\n kind: String\n private: true\n required: true\n NumberOfEmployees:\n label: No. of Employees (exact)\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Phone:\n label: Phone\n kind: String\n private: true\n Rating:\n label: Rating\n kind: Select\n options:\n options:\n - text: \xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\n selectType: default\n Title:\n label: Title\n kind: String\n IsUnreadByOwner:\n label: Unread By Owner\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Website:\n label: Website\n kind: Url\n Twitter:\n label: Twitter\n kind: Url\n private: true\n Facebook:\n label: Facebook\n kind: Url\n private: true\n LinkedIn:\n label: LinkedIn\n kind: Url\n private: true\n NumberOfEmployeesRange:\n label: No. of Employees (range)\n kind: Select\n options:\n options:\n - text: 1 - 9\n value: 1 - 9\n - text: 10 - 24\n value: 10 - 24\n - text: 25 - 49\n value: 25 - 49\n - text: 50 - 99\n value: 50 - 99\n - text: 100 - 249\n value: 100 - 249\n - text: 250 - 499\n value: 250 - 499\n - text: 500 - 999\n value: 500 - 999\n - text: 1000 - 2499\n value: 1000 - 2499\n - text: 2500 - 4999\n value: 2500 - 4999\n - text: 5000 - 9999\n value: 5000 - 9999\n - text: Over 10000\n value: Over 10000\n selectType: default\n SICCode:\n label: SIC Code\n kind: Number\n options:\n format: \"0\"\n precision: 0\n RecordLabel:\n label: Record Label\n kind: String\n private: true\n CampaignId:\n label: Campaign\n kind: Record\n options:\n labelField: Name\n module: Campaigns\n queryFields:\n - Name\n selectType: multiple\n multi: true\n Note:\n name: Note\n fields:\n Body:\n label: Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n IsPrivate:\n label: Private\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Title:\n label: Title\n kind: String\n AccountContactRoleId:\n label: Account Contact Role\n kind: Record\n options:\n labelField: Role\n module: AccountContactRole\n queryFields:\n - AccountId\n - ContactId\n - Role\n selectType: \"\"\n ContractContactRoleId:\n label: Contract Contact Role\n kind: Record\n options:\n labelField: ContactId\n module: ContractContactRole\n queryFields:\n - ContactId\n - ContractId\n selectType: \"\"\n ContractId:\n label: Contract\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: \"\"\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n CampaignId:\n label: Campaign\n kind: Record\n options:\n labelField: Name\n module: Campaigns\n queryFields:\n - Name\n selectType: \"\"\n EntitlementId:\n label: Entitlement\n kind: Record\n options:\n labelField: Name\n module: Entitlement\n queryFields:\n - Name\n selectType: \"\"\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n selectType: \"\"\n EventId:\n label: Event\n kind: Record\n options:\n labelField: Subject\n module: Event\n queryFields:\n - Subject\n selectType: \"\"\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n selectType: \"\"\n EmailTemplateId:\n label: Email Template\n kind: Record\n options:\n labelField: Subject\n module: EmailTemplate\n queryFields:\n - Subject\n selectType: \"\"\n ContractLineItemId:\n label: Contract Line Item\n kind: Record\n options:\n labelField: PricebookEntryId\n module: ContractLineItem\n queryFields:\n - PricebookEntryId\n selectType: \"\"\n EntitlementTemplateId:\n label: Entitlement Template\n kind: Record\n options:\n labelField: Name\n module: EntitlementTemplate\n queryFields:\n - Name\n selectType: \"\"\n LeadId:\n label: Lead\n kind: Record\n options:\n labelField: RecordLabel\n module: Lead\n queryFields:\n - RecordLabel\n selectType: \"\"\n OpportunityCompetitorId:\n label: Opportunity Competitor\n kind: Record\n options:\n labelField: CompetitorName\n module: OpportunityCompetitor\n queryFields:\n - CompetitorName\n selectType: \"\"\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n PricebookEntryId:\n label: Pricebook Entry\n kind: Record\n options:\n labelField: Name\n module: PricebookEntry\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n PricebookId:\n label: Pricebook\n kind: Record\n options:\n labelField: Name\n module: Pricebook\n queryFields:\n - Name\n selectType: \"\"\n OpportunityLineItemId:\n label: Opportunity Line Item\n kind: Record\n options:\n labelField: ProductId\n module: OpportunityLineItem\n queryFields:\n - Description\n - Name\n - ProductId\n selectType: \"\"\n OpportunityContactRoleId:\n label: Opportunity Contact Role\n kind: Record\n options:\n labelField: ContactId\n module: OpportunityContactRole\n queryFields:\n - ContactId\n - Role\n selectType: \"\"\n TaskId:\n label: Task\n kind: Record\n options:\n labelField: Subject\n module: Task\n queryFields:\n - Subject\n selectType: \"\"\n QuoteId:\n label: Quote\n kind: Record\n options:\n labelField: Name\n module: Quote\n queryFields:\n - AccountId\n - Name\n - QuoteNumber\n selectType: \"\"\n Files:\n label: Files\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: list\n multi: true\n Opportunity:\n name: Opportunity\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: each\n Amount:\n label: Amount\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n CloseDate:\n label: Close Date\n kind: DateTime\n IsClosed:\n label: Closed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ContractId:\n label: Contract\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: default\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n ExpectedRevenue:\n label: Expected Revenue\n kind: Number\n options:\n format: \"0\"\n precision: 2\n suffix: \xe2\x82\xac\n FiscalYear:\n label: Fiscal Period\n kind: Number\n options:\n format: \"0\"\n precision: 0\n FiscalQuarter:\n label: Fiscal Period\n kind: Number\n options:\n format: \"0\"\n precision: 0\n ForecastCategory:\n label: Forecast Category\n kind: Select\n options:\n options:\n - text: Pipeline\n value: Pipeline\n - text: Best Case\n value: Best Case\n - text: Commit\n value: Commit\n selectType: default\n HasOpportunityLineItem:\n label: Has Line Item\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n LeadSource:\n label: Lead Source\n kind: Select\n options:\n options:\n - text: Customer Referral\n value: Customer Referral\n - text: Direct\n value: Direct\n - text: Employee Referral\n value: Employee Referral\n - text: Event\n value: Event\n - text: Existing Customer\n value: Existing Customer\n - text: Inbound Call\n value: Inbound Call\n - text: Outbound List\n value: Outbound List\n - text: Partner Referral\n value: Partner Referral\n - text: Seminar\n value: Seminar\n - text: Social Media\n value: Social Media\n - text: Webinar\n value: Webinar\n - text: Website (Organic)\n value: Website (Organic)\n - text: Website (PPC)\n value: Website (PPC)\n - text: Word of Mouth\n value: Word of Mouth\n - text: Other\n value: Other\n selectType: default\n multi: true\n NextStep:\n label: Next Step\n kind: String\n Name:\n label: Opportunity Name\n kind: String\n OwnerId:\n label: Opportunity Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n PricebookId:\n label: Price Book\n kind: Record\n options:\n labelField: Name\n module: Pricebook\n queryFields:\n - Name\n selectType: default\n CampaignId:\n label: Primary Campaign Source\n kind: Record\n options:\n labelField: Name\n module: Campaigns\n queryFields:\n - Name\n selectType: default\n IsPrivate:\n label: Private\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Probability:\n label: Probability (%)\n kind: Number\n options:\n format: \"0\"\n precision: 0\n suffix: '%'\n TotalOpportunityQuantity:\n label: Quantity\n kind: Number\n options:\n format: \"0\"\n precision: 0\n StageName:\n label: Stage\n kind: Select\n options:\n options:\n - text: Qualification\n value: Qualification\n - text: Need Analysis\n value: Need Analysis\n - text: Proposal\n value: Proposal\n - text: Negotiation\n value: Negotiation\n - text: Closed Won\n value: Closed Won\n - text: Closed Lost\n value: Closed Lost\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Exisiting Business\n value: Exisiting Business\n - text: New Business\n value: New Business\n selectType: default\n IsWon:\n label: Won\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Budget:\n label: Budget\n kind: String\n options:\n multiLine: true\n Authority:\n label: Authority\n kind: String\n options:\n multiLine: true\n Need:\n label: Need\n kind: String\n options:\n multiLine: true\n Timeline:\n label: Timeline\n kind: String\n options:\n multiLine: true\n Competition:\n label: Competition\n kind: String\n options:\n multiLine: true\n RecordLabel:\n label: Record Label\n kind: String\n Files:\n label: Files\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: list\n multi: true\n OpportunityCompetitor:\n name: OpportunityCompetitor\n fields:\n CompetitorName:\n label: Competitor Name\n kind: String\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n Strengths:\n label: Strengths\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Weaknesses:\n label: Weaknesses\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n OpportunityContactRole:\n name: OpportunityContactRole\n fields:\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields: []\n IsPrimary:\n label: Primary\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Role:\n label: Role\n kind: Select\n options:\n options:\n - Business User\n - Decision Maker\n - Economic Buyer\n - Economic Decision Maker\n - Evaluator\n - Executive Sponsor\n - Gatekeeper\n - Influencer\n - Project Manager\n - Technical Buyer\n - Other\n OpportunityLineItem:\n name: OpportunityLineItem\n fields:\n ServiceDate:\n label: Date\n kind: DateTime\n Discount:\n label: Discount\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Description:\n label: Line Description\n kind: String\n ListPrice:\n label: List Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n selectType: \"\"\n Name:\n label: Opportunity Product Name\n kind: String\n PricebookEntryId:\n label: Price Book Entry\n kind: Record\n options:\n labelField: Name\n module: PricebookEntry\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields: []\n selectType: \"\"\n ProductCode:\n label: Product Code\n kind: String\n Quantity:\n label: Quantity\n kind: Number\n options:\n format: \"0\"\n precision: 0\n UnitPrice:\n label: Sales Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n SortOrder:\n label: Sort Order\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Subtotal:\n label: Subtotal\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n TotalPrice:\n label: Total Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Pricebook:\n name: Pricebook\n fields:\n IsActive:\n label: Active\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n IsStandard:\n label: Is Standard Price Book\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Name:\n label: Price Book Name\n kind: String\n PricebookEntry:\n name: PricebookEntry\n fields:\n IsActive:\n label: Active\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n UnitPrice:\n label: List Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n PricebookId:\n label: Price Book\n kind: Record\n options:\n labelField: Name\n module: Pricebook\n queryFields:\n - Name\n selectType: \"\"\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n ProductCode:\n label: Product Code\n kind: String\n Name:\n label: Product Name\n kind: String\n UseStandardPrice:\n label: Use Standard Price\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Order:\n label: Order\n kind: Number\n options:\n multiLine: false\n useRichTextEditor: false\n Product:\n name: Product\n fields:\n IsActive:\n label: Active\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ProductCode:\n label: Product Code\n kind: String\n Description:\n label: Product Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Family:\n label: Product Family\n kind: Select\n options:\n options:\n - text: Services\n value: Services\n - text: Products\n value: Products\n selectType: default\n Name:\n label: Product Name\n kind: String\n Photo:\n label: Photo\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: single\n File:\n label: Files\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: list\n multi: true\n EntitlementTemplateId:\n label: EntitlementTemplateId\n kind: Record\n options:\n labelField: Name\n module: EntitlementTemplate\n queryFields:\n - Name\n selectType: default\n Question:\n name: Question\n fields:\n BestReplyId:\n label: Best Reply\n kind: Record\n options:\n labelField: Name\n module: Reply\n queryFields:\n - Name\n NumReplies:\n label: Number of Replies\n kind: Number\n options:\n format: 0\n precision: 0\n Body:\n label: Question Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Title:\n label: Question Title\n kind: String\n UpVotes:\n label: Up Votes\n kind: Number\n options:\n format: 0\n precision: 0\n VoteScore:\n label: Vote Score\n kind: Number\n options:\n format: 0\n precision: 0\n Quote:\n name: Quote\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n AdditionalStreet:\n label: Additional To Street\n kind: String\n AdditionalCity:\n label: Additional To City\n kind: String\n AdditionalState:\n label: Additional To State\n kind: String\n AdditionalPostalCode:\n label: Additional To Postal Code\n kind: String\n AdditionalCountry:\n label: Additional To Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n AdditionalName:\n label: Additional To Name\n kind: String\n BillingStreet:\n label: Bill To Street\n kind: String\n BillingCity:\n label: Bill To City\n kind: String\n BillingState:\n label: Bill To State\n kind: String\n BillingPostalCode:\n label: Bill To Postal Code\n kind: String\n BillingCountry:\n label: Bill To Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n BillingName:\n label: Bill To Name\n kind: String\n ContactId:\n label: Contact Name\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n Discount:\n label: Additional Discount\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Email:\n label: Email\n kind: Email\n ExpirationDate:\n label: Expiration Date\n kind: DateTime\n Fax:\n label: Fax\n kind: String\n GrandTotal:\n label: Grand Total (calculated)\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n LineItemCount:\n label: Line Items\n kind: Number\n options:\n format: \"0\"\n precision: 0\n OpportunityId:\n label: Opportunity Name\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n selectType: \"\"\n Phone:\n label: Phone\n kind: String\n PricebookId:\n label: Pricebook\n kind: Record\n options:\n labelField: Name\n module: Pricebook\n queryFields:\n - Name\n selectType: \"\"\n Name:\n label: Quote Name\n kind: String\n QuoteNumber:\n label: Quote Number\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n QuoteToStreet:\n label: Quote To Street\n kind: String\n QuoteToCity:\n label: Quote To City\n kind: String\n QuoteToState:\n label: Quote To State\n kind: String\n QuoteToPostalCode:\n label: Quote To Postal Code\n kind: String\n QuoteToCountry:\n label: Quote To Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n QuoteToName:\n label: Quote To Name\n kind: String\n ShippingStreet:\n label: Ship To Street\n kind: String\n ShippingCity:\n label: Ship To City\n kind: String\n ShippingState:\n label: Ship To State\n kind: String\n ShippingPostalCode:\n label: Ship To Postal Code\n kind: String\n ShippingCountry:\n label: Ship To Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n ShippingName:\n label: Ship To Name\n kind: String\n ShippingHandling:\n label: Shipping and Handling\n kind: Number\n options:\n format: \"0\"\n precision: 2\n suffix: \xe2\x82\xac\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Draft\n value: Draft\n - text: Needs Review\n value: Needs Review\n - text: In Review\n value: In Review\n - text: Approved\n value: Approved\n - text: Rejected\n value: Rejected\n - text: Presented\n value: Presented\n - text: Accepted\n value: Accepted\n - text: Denied\n value: Denied\n selectType: default\n Subtotal:\n label: Subtotal (calculated)\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Tax:\n label: Tax\n kind: Number\n options:\n format: \"0.00\"\n precision: \"2\"\n suffix: '%'\n TotalPrice:\n label: Total Price (calculated)\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n RecordLabel:\n label: Record Label\n kind: String\n QuoteLineItem:\n name: QuoteLineItem\n fields:\n ServiceDate:\n label: Date\n kind: DateTime\n Discount:\n label: Discount\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Description:\n label: Line Description\n kind: String\n ListPrice:\n label: List Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n QuoteId:\n label: Quote\n kind: Record\n options:\n labelField: Name\n module: Quote\n queryFields:\n - AccountId\n - Name\n - QuoteNumber\n selectType: \"\"\n PricebookEntryId:\n label: Price Book Entry\n kind: Record\n options:\n labelField: Name\n module: PricebookEntry\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n ProductCode:\n label: Product Code\n kind: String\n Quantity:\n label: Quantity\n kind: Number\n options:\n format: \"0\"\n precision: 0\n UnitPrice:\n label: Sales Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n SortOrder:\n label: Sort Order\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Subtotal:\n label: Subtotal\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n TotalPrice:\n label: Total Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n LineItemNumber:\n label: Line Item Number\n kind: String\n LineItemDescription:\n label: Line Item Description\n kind: String\n options:\n multiLine: true\n Reply:\n name: Reply\n fields:\n DownVotes:\n label: Down Votes\n kind: Number\n options:\n format: 0\n precision: 0\n Name:\n label: Name\n kind: String\n QuestionId:\n label: Question\n kind: Record\n options:\n labelField: Title\n module: Question\n queryFields:\n - Title\n Body:\n label: Reply Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n UpVotes:\n label: Up Votes\n kind: Number\n options:\n format: 0\n precision: 0\n VoteTotal:\n label: Vote Total\n kind: Number\n options:\n format: 0\n precision: 0\n IdeaId:\n label: Idea\n kind: Record\n options:\n labelField: Title\n module: Idea\n queryFields:\n - Title\n Settings:\n name: Settings\n fields:\n QuoteExpirationDays:\n label: Days for a quote to expire\n kind: Number\n options:\n format: \"0\"\n precision: 0\n QuoteNextNumber:\n label: Next number for a quote (updates after saving a new quote)\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n OpportunityCloseDateDays:\n label: Days for an opportunity to close\n kind: Number\n options:\n format: \"0\"\n precision: 0\n OpportunityProbability:\n label: Probability\n kind: Number\n options:\n format: \"0\"\n precision: 0\n suffix: '%'\n OpportunityForecaseCategory:\n label: Forecast Category\n kind: String\n OpportunityStagename:\n label: Stage\n kind: String\n ContractNextNumber:\n label: Next number for a contract (updates after saving a new contract)\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n ContractDefaultTime:\n label: Default time for a contract (in months)\n kind: Number\n options:\n format: \"0\"\n precision: 0\n CaseNextNumber:\n label: Next number for a case (updates after saving a new case)\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n SolutionNextNumber:\n label: Next number for a solution (updates after saving a new solution)\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n ScoreBudget:\n label: Budget\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreAuthority:\n label: Authority\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreNeed:\n label: Need\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreTimescale:\n label: Timescale\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreTurnover:\n label: Turnover\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreYearsInBusiness:\n label: Yrs in Business\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreSource:\n label: Source\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreProductKnowlege:\n label: Product Knowlege\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreTechnicalDepth:\n label: Technical Depth\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreCompetition:\n label: Competition\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreCriticality:\n label: Criticality\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreRepeatPurchase:\n label: Repeat Purchase\n kind: Number\n options:\n format: \"0\"\n precision: 2\n Solution:\n name: Solution\n fields:\n IsPublished:\n label: Public\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n IsReviewed:\n label: Reviewed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n SolutionNote:\n label: Solution Details\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n SolutionNumber:\n label: Solution Number\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n SolutionName:\n label: Solution Title\n kind: String\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: New\n value: New\n - text: Pending review\n value: Pending review\n - text: Accepted\n value: Accepted\n - text: Obsolete\n value: Obsolete\n - text: Duplicate\n value: Duplicate\n selectType: default\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n selectType: \"\"\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n File:\n label: File(s)\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n maxSize: 0\n mode: list\n multi: true\n Task:\n name: Task\n fields:\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n OwnerId:\n label: Assigned To\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n CallDurationInSeconds:\n label: Call Duration\n kind: Number\n options:\n format: \"0\"\n precision: 0\n CallObject:\n label: Call Object Identifier\n kind: String\n CallDisposition:\n label: Call Result\n kind: String\n CallType:\n label: Call Type\n kind: Select\n options:\n options:\n - text: Internal\n value: Internal\n - text: Inbound\n value: Inbound\n - text: Outbound\n value: Outbound\n selectType: default\n IsClosed:\n label: Closed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Description:\n label: Comments\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n ActivityDate:\n label: Due Date\n kind: DateTime\n Priority:\n label: Priority\n kind: Select\n options:\n options:\n - text: High\n value: High\n - text: Normal\n value: Normal\n - text: Low\n value: Low\n selectType: default\n ReminderDateTime:\n label: Reminder Date/Time\n kind: DateTime\n IsReminderSet:\n label: Reminder Set\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Open\n value: Open\n - text: Completed\n value: Completed\n selectType: default\n Subject:\n label: Subject\n kind: String\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Call\n value: Call\n - text: Email\n value: Email\n - text: Send letter\n value: Send letter\n - text: Send Quote\n value: Send Quote\n - text: Send Message\n value: Send Message\n - text: Other\n value: Other\n selectType: default\n LeadId:\n label: Lead\n kind: Record\n options:\n labelField: RecordLabel\n module: Lead\n queryFields:\n - RecordLabel\n selectType: default\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n selectType: default\n QuoteId:\n label: Quote\n kind: Record\n options:\n labelField: Name\n module: Quote\n queryFields:\n - AccountId\n - Name\n - QuoteNumber\n selectType: default\n ContractId:\n label: Contract\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: default\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n selectType: default\n Vote:\n name: Vote\n fields:\n IdeaId:\n label: Idea\n kind: Record\n options:\n labelField: Title\n module: Idea\n queryFields:\n - Title\n selectType: \"\"\n ReplyId:\n label: Reply\n kind: Record\n options:\n labelField: Name\n module: Reply\n queryFields:\n - Name\n selectType: \"\"\n QuestionId:\n label: Question\n kind: Record\n options:\n labelField: Title\n module: Question\n queryFields:\n - Title\n selectType: \"\"\n Score:\n label: Score\n kind: Number\n options:\n format: \"0\"\n precision: 0\nPK\x07\x08\x9a\x94\xbd\x7fM\xdf\x03\x00M\xdf\x03\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1f\x00 \x001100_modules_service-cloud.yamlUT\x05\x00\x01\x80Cm8namespace: service-cloud\nmodules:\n Account:\n name: Account\n fields:\n AccountName:\n label: Account Name\n kind: String\n required: true\n OwnerId:\n label: Account Owner\n kind: User\n options:\n presetWithAuthenticated: false\n selectType: default\n AccountSource:\n label: Account Source\n kind: Select\n options:\n options:\n - Customer Referral\n - Direct\n - Employee Referral\n - Event\n - Existing Customer\n - Inbound Call\n - Outbound List\n - Partner Referral\n - Seminar\n - Social Media\n - Webinar\n - Website (Organic)\n - Website (PPC)\n - Word of Mouth\n - Other\n selectType: default\n AnnualRevenue:\n label: Annual Revenue\n kind: Number\n options:\n format: 0\n precision: 0\n BillingStreet:\n label: Billing Street\n kind: String\n BillingCity:\n label: Billing City\n kind: String\n BillingState:\n label: Billing State\n kind: String\n BillingPostalCode:\n label: Billing Postal Code\n kind: String\n BillingCountry:\n label: Billing Country\n kind: Select\n options:\n options:\n - Afghanistan\n - \xc3\x85land Islands\n - Albania\n - Algeria\n - American Samoa\n - Andorra\n - Angola\n - Anguilla\n - Antarctica\n - Antigua And Barbuda\n - Argentina\n - Armenia\n - Aruba\n - Australia\n - Austria\n - Azerbaijan\n - Bahamas\n - Bahrain\n - Bangladesh\n - Barbados\n - Belarus\n - Belgium\n - Belize\n - Benin\n - Bermuda\n - Bhutan\n - Bolivia\n - Bosnia And Herzegovina\n - Botswana\n - Bouvet Island\n - Brazil\n - British Indian Ocean Territory\n - Brunei Darussalam\n - Bulgaria\n - Burkina Faso\n - Burundi\n - Cambodia\n - Cameroon\n - Canada\n - Cape Verde\n - Cayman Islands\n - Central African Republic\n - Chad\n - Chile\n - China\n - Christmas Island\n - Cocos (Keeling) Islands\n - Colombia\n - Comoros\n - Congo\n - Congo; The Democratic Republic Of The\n - Cook Islands\n - Costa Rica\n - Cote D'ivoire\n - Croatia\n - Cuba\n - Cyprus\n - Czechia\n - Denmark\n - Djibouti\n - Dominica\n - Dominican Republic\n - Ecuador\n - Egypt\n - El Salvador\n - Equatorial Guinea\n - Eritrea\n - Estonia\n - Ethiopia\n - Falkland Islands (Malvinas)\n - Faroe Islands\n - Fiji\n - Finland\n - France\n - French Guiana\n - French Polynesia\n - French Southern Territories\n - Gabon\n - Gambia\n - Georgia\n - Germany\n - Ghana\n - Gibraltar\n - Greece\n - Greenland\n - Grenada\n - Guadeloupe\n - Guam\n - Guatemala\n - Guernsey\n - Guinea\n - Guinea-bissau\n - Guyana\n - Haiti\n - Heard Island And Mcdonald Islands\n - Holy See (Vatican City State)\n - Honduras\n - Hong Kong\n - Hungary\n - Iceland\n - India\n - Indonesia\n - Iran; Islamic Republic Of\n - Iraq\n - Ireland\n - Isle Of Man\n - Israel\n - Italy\n - Jamaica\n - Japan\n - Jersey\n - Jordan\n - Kazakhstan\n - Kenya\n - Kiribati\n - Korea; Democratic People's Republic Of\n - Korea; Republic Of\n - Kuwait\n - Kyrgyzstan\n - Lao People's Democratic Republic\n - Latvia\n - Lebanon\n - Lesotho\n - Liberia\n - Libyan Arab Jamahiriya\n - Liechtenstein\n - Lithuania\n - Luxembourg\n - Macao\n - Macedonia; The Former Yugoslav Republic Of\n - Madagascar\n - Malawi\n - Malaysia\n - Maldives\n - Mali\n - Malta\n - Marshall Islands\n - Martinique\n - Mauritania\n - Mauritius\n - Mayotte\n - Mexico\n - Micronesia; Federated States Of\n - Moldova; Republic Of\n - Monaco\n - Mongolia\n - Montenegro\n - Montserrat\n - Morocco\n - Mozambique\n - Myanmar\n - Namibia\n - Nauru\n - Nepal\n - Netherlands\n - Netherlands Antilles\n - New Caledonia\n - New Zealand\n - Nicaragua\n - Niger\n - Nigeria\n - Niue\n - Norfolk Island\n - Northern Mariana Islands\n - Norway\n - Oman\n - Pakistan\n - Palau\n - Palestinian Territory; Occupied\n - Panama\n - Papua New Guinea\n - Paraguay\n - Peru\n - Philippines\n - Pitcairn\n - Poland\n - Portugal\n - Puerto Rico\n - Qatar\n - Reunion\n - Romania\n - Russian Federation\n - Rwanda\n - Saint Helena\n - Saint Kitts And Nevis\n - Saint Lucia\n - Saint Pierre And Miquelon\n - Saint Vincent And The Grenadines\n - Samoa\n - San Marino\n - Sao Tome And Principe\n - Saudi Arabia\n - Senegal\n - Serbia\n - Seychelles\n - Sierra Leone\n - Singapore\n - Slovakia\n - Slovenia\n - Solomon Islands\n - Somalia\n - South Africa\n - South Georgia And The South Sandwich Islands\n - Spain\n - Sri Lanka\n - Sudan\n - Suriname\n - Svalbard And Jan Mayen\n - Swaziland\n - Sweden\n - Switzerland\n - Syrian Arab Republic\n - Taiwan; Province Of China\n - Tajikistan\n - Tanzania; United Republic Of\n - Thailand\n - Timor-leste\n - Togo\n - Tokelau\n - Tonga\n - Trinidad And Tobago\n - Tunisia\n - Turkey\n - Turkmenistan\n - Turks And Caicos Islands\n - Tuvalu\n - Uganda\n - Ukraine\n - United Arab Emirates\n - United Kingdom\n - United States\n - United States Minor Outlying Islands\n - Uruguay\n - Uzbekistan\n - Vanuatu\n - Venezuela\n - Viet Nam\n - Virgin Islands; British\n - Virgin Islands; U.S.\n - Wallis And Futuna\n - Western Sahara\n - Yemen\n - Zambia\n - Zimbabwe\n selectType: default\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n NumberOfEmployees:\n label: Employees\n kind: Number\n options:\n format: 0\n precision: 0\n Fax:\n label: Fax\n kind: String\n Industry:\n label: Industry\n kind: Select\n options:\n options:\n - \"\"\n - Agriculture\n - Apparel\n - Banking\n - Biotechnology\n - Chemicals\n - Communications\n - Construction\n - Consulting\n - Education\n - Electronics\n - Energy\n - Engineering\n - Entertainment\n - Environmental\n - Finance\n - Food & Beverage\n - Government\n - Healthcare\n - Hospitality\n - Insurance\n - Machinery\n - Manufacturing\n - Media\n - Not For Profit\n - Other\n - Recreation\n - Retail\n - Shipping\n - Technology\n - Telecommunications\n - Transportation\n - Utilities\n selectType: default\n LastViewedDate:\n label: Last Viewed Date\n kind: DateTime\n Ownership:\n label: Ownership\n kind: Select\n options:\n options:\n - Public\n - Private\n selectType: default\n ParentId:\n label: Parent Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n Phone:\n label: Phone\n kind: String\n Rating:\n label: Rating\n kind: Select\n options:\n options:\n - \xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - \xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - \xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\n - \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\n - \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\n selectType: default\n Sic:\n label: SIC Code\n kind: String\n SicDesc:\n label: SIC Description\n kind: String\n ShippingStreet:\n label: Shipping Street\n kind: String\n ShippingCity:\n label: Shipping City\n kind: String\n ShippingState:\n label: Shipping State\n kind: String\n ShippingPostalCode:\n label: Shipping Postal Code\n kind: String\n ShippingCountry:\n label: Shipping Country\n kind: Select\n options:\n options:\n - Afghanistan\n - \xc3\x85land Islands\n - Albania\n - Algeria\n - American Samoa\n - Andorra\n - Angola\n - Anguilla\n - Antarctica\n - Antigua And Barbuda\n - Argentina\n - Armenia\n - Aruba\n - Australia\n - Austria\n - Azerbaijan\n - Bahamas\n - Bahrain\n - Bangladesh\n - Barbados\n - Belarus\n - Belgium\n - Belize\n - Benin\n - Bermuda\n - Bhutan\n - Bolivia\n - Bosnia And Herzegovina\n - Botswana\n - Bouvet Island\n - Brazil\n - British Indian Ocean Territory\n - Brunei Darussalam\n - Bulgaria\n - Burkina Faso\n - Burundi\n - Cambodia\n - Cameroon\n - Canada\n - Cape Verde\n - Cayman Islands\n - Central African Republic\n - Chad\n - Chile\n - China\n - Christmas Island\n - Cocos (Keeling) Islands\n - Colombia\n - Comoros\n - Congo\n - Congo; The Democratic Republic Of The\n - Cook Islands\n - Costa Rica\n - Cote D'ivoire\n - Croatia\n - Cuba\n - Cyprus\n - Czechia\n - Denmark\n - Djibouti\n - Dominica\n - Dominican Republic\n - Ecuador\n - Egypt\n - El Salvador\n - Equatorial Guinea\n - Eritrea\n - Estonia\n - Ethiopia\n - Falkland Islands (Malvinas)\n - Faroe Islands\n - Fiji\n - Finland\n - France\n - French Guiana\n - French Polynesia\n - French Southern Territories\n - Gabon\n - Gambia\n - Georgia\n - Germany\n - Ghana\n - Gibraltar\n - Greece\n - Greenland\n - Grenada\n - Guadeloupe\n - Guam\n - Guatemala\n - Guernsey\n - Guinea\n - Guinea-bissau\n - Guyana\n - Haiti\n - Heard Island And Mcdonald Islands\n - Holy See (Vatican City State)\n - Honduras\n - Hong Kong\n - Hungary\n - Iceland\n - India\n - Indonesia\n - Iran; Islamic Republic Of\n - Iraq\n - Ireland\n - Isle Of Man\n - Israel\n - Italy\n - Jamaica\n - Japan\n - Jersey\n - Jordan\n - Kazakhstan\n - Kenya\n - Kiribati\n - Korea; Democratic People's Republic Of\n - Korea; Republic Of\n - Kuwait\n - Kyrgyzstan\n - Lao People's Democratic Republic\n - Latvia\n - Lebanon\n - Lesotho\n - Liberia\n - Libyan Arab Jamahiriya\n - Liechtenstein\n - Lithuania\n - Luxembourg\n - Macao\n - Macedonia; The Former Yugoslav Republic Of\n - Madagascar\n - Malawi\n - Malaysia\n - Maldives\n - Mali\n - Malta\n - Marshall Islands\n - Martinique\n - Mauritania\n - Mauritius\n - Mayotte\n - Mexico\n - Micronesia; Federated States Of\n - Moldova; Republic Of\n - Monaco\n - Mongolia\n - Montenegro\n - Montserrat\n - Morocco\n - Mozambique\n - Myanmar\n - Namibia\n - Nauru\n - Nepal\n - Netherlands\n - Netherlands Antilles\n - New Caledonia\n - New Zealand\n - Nicaragua\n - Niger\n - Nigeria\n - Niue\n - Norfolk Island\n - Northern Mariana Islands\n - Norway\n - Oman\n - Pakistan\n - Palau\n - Palestinian Territory; Occupied\n - Panama\n - Papua New Guinea\n - Paraguay\n - Peru\n - Philippines\n - Pitcairn\n - Poland\n - Portugal\n - Puerto Rico\n - Qatar\n - Reunion\n - Romania\n - Russian Federation\n - Rwanda\n - Saint Helena\n - Saint Kitts And Nevis\n - Saint Lucia\n - Saint Pierre And Miquelon\n - Saint Vincent And The Grenadines\n - Samoa\n - San Marino\n - Sao Tome And Principe\n - Saudi Arabia\n - Senegal\n - Serbia\n - Seychelles\n - Sierra Leone\n - Singapore\n - Slovakia\n - Slovenia\n - Solomon Islands\n - Somalia\n - South Africa\n - South Georgia And The South Sandwich Islands\n - Spain\n - Sri Lanka\n - Sudan\n - Suriname\n - Svalbard And Jan Mayen\n - Swaziland\n - Sweden\n - Switzerland\n - Syrian Arab Republic\n - Taiwan; Province Of China\n - Tajikistan\n - Tanzania; United Republic Of\n - Thailand\n - Timor-leste\n - Togo\n - Tokelau\n - Tonga\n - Trinidad And Tobago\n - Tunisia\n - Turkey\n - Turkmenistan\n - Turks And Caicos Islands\n - Tuvalu\n - Uganda\n - Ukraine\n - United Arab Emirates\n - United Kingdom\n - United States\n - United States Minor Outlying Islands\n - Uruguay\n - Uzbekistan\n - Vanuatu\n - Venezuela\n - Viet Nam\n - Virgin Islands; British\n - Virgin Islands; U.S.\n - Wallis And Futuna\n - Western Sahara\n - Yemen\n - Zambia\n - Zimbabwe\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Channel Partner / Reseller\n - Customer - Channel\n - Customer - Direct\n - Installation Partner\n - Pending\n - Prospect\n - Technology Partner\n - Other\n selectType: default\n Website:\n label: Website\n kind: String\n Twitter:\n label: Twitter\n kind: String\n LinkedIn:\n label: LinkedIn\n kind: String\n Facebook:\n label: Facebook\n kind: String\n AccountSelect:\n label: Accounts\n kind: Select\n options:\n options: []\n selectType: default\n TotalTime:\n label: Total time of all cases\n kind: Number\n options:\n format: \"\"\n precision: \"2\"\n suffix: ' hour(s)'\n TotalCost:\n label: Total cost of all cases\n kind: Number\n options:\n format: \"\"\n precision: \"2\"\n prefix: $\n Attachement:\n name: Attachement\n fields:\n File:\n label: File\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n mode: list\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Number\n module: Case\n queryFields:\n - ContactName\n - Number\n selectType: default\n Name:\n label: Name\n kind: String\n Case:\n name: Case\n fields:\n Status:\n label: Status\n kind: Select\n options:\n options:\n - New\n - Open\n - Closed\n - Removed\n selectType: default\n ContactName:\n label: Name\n kind: String\n private: true\n ContactTitle:\n label: Title\n kind: String\n private: true\n ContactEmail:\n label: Email\n kind: Email\n private: true\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n Subject:\n label: Subject\n kind: String\n Escalated:\n label: Escalated\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Category:\n label: Category\n kind: Select\n options:\n options:\n - Question\n - Problem\n - Other\n selectType: default\n ParentCase:\n label: ParentCase\n kind: Record\n options:\n labelField: Number\n module: Case\n queryFields:\n - Number\n selectType: default\n CaseOwner:\n label: Case Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: multiple\n multi: true\n CloseDate:\n label: Close Date\n kind: DateTime\n options:\n onlyDate: true\n Priority:\n label: Priority\n kind: Select\n options:\n options:\n - Very low\n - Low\n - Medium\n - High\n - Very high\n selectType: default\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n ContactPhone:\n label: Phone\n kind: String\n private: true\n Solution:\n label: Solution\n kind: Record\n options:\n labelField: Title\n module: KnowledgeBase\n queryFields:\n - Title\n selectType: default\n Number:\n label: Case Number\n kind: String\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: default\n TotalTime:\n label: Total Time\n kind: Number\n options:\n format: 0\n precision: 2\n suffix: ' hour(s)'\n TotalCost:\n label: Total Cost\n kind: Number\n options:\n format: 0\n precision: 2\n prefix: $\n MailingList:\n label: Mailing List\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n multi: true\n PreviousStatus:\n label: PreviousStatus\n kind: String\n Contact:\n name: Contact\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n AssistantName:\n label: Assistant\n kind: String\n AssistantPhone:\n label: Asst. Phone\n kind: String\n Birthdate:\n label: Birthdate\n kind: DateTime\n private: true\n MasterRecordId:\n label: Contact\n kind: Record\n options:\n labelField: MasterRecordId\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n OwnerId:\n label: Contact Owner\n kind: User\n options:\n presetWithAuthenticated: false\n selectType: default\n IsDeleted:\n label: Deleted\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Department:\n label: Department\n kind: String\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n DoNotCall:\n label: Do Not Call\n kind: Bool\n options:\n falseLabel: \"False\"\n trueLabel: Do Not Call\n Email:\n label: Email\n kind: Email\n private: true\n HasOptedOutOfEmail:\n label: Email Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Fax:\n label: Fax\n kind: String\n private: true\n HasOptedOutOfFax:\n label: Fax Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n HomePhone:\n label: Home Phone\n kind: String\n private: true\n LastViewedDate:\n label: Last Viewed Date\n kind: DateTime\n LeadSource:\n label: Lead Source\n kind: Select\n options:\n options:\n - Customer Referral\n - Direct\n - Employee Referral\n - Event\n - Existing Customer\n - Inbound Call\n - Outbound List\n - Partner Referral\n - Seminar\n - Social Media\n - Webinar\n - Website (Organic)\n - Website (PPC)\n - Word of Mouth\n - Other\n selectType: default\n MailingStreet:\n label: Mailing Street\n kind: String\n private: true\n MailingCity:\n label: Mailing City\n kind: String\n private: true\n MailingState:\n label: Mailing State\n kind: String\n private: true\n MailingPostalCode:\n label: Mailing Postal Code\n kind: String\n private: true\n MailingCountry:\n label: Mailing Country\n kind: Select\n options:\n options:\n - Afghanistan\n - \xc3\x85land Islands\n - Albania\n - Algeria\n - American Samoa\n - Andorra\n - Angola\n - Anguilla\n - Antarctica\n - Antigua And Barbuda\n - Argentina\n - Armenia\n - Aruba\n - Australia\n - Austria\n - Azerbaijan\n - Bahamas\n - Bahrain\n - Bangladesh\n - Barbados\n - Belarus\n - Belgium\n - Belize\n - Benin\n - Bermuda\n - Bhutan\n - Bolivia\n - Bosnia And Herzegovina\n - Botswana\n - Bouvet Island\n - Brazil\n - British Indian Ocean Territory\n - Brunei Darussalam\n - Bulgaria\n - Burkina Faso\n - Burundi\n - Cambodia\n - Cameroon\n - Canada\n - Cape Verde\n - Cayman Islands\n - Central African Republic\n - Chad\n - Chile\n - China\n - Christmas Island\n - Cocos (Keeling) Islands\n - Colombia\n - Comoros\n - Congo\n - Congo; The Democratic Republic Of The\n - Cook Islands\n - Costa Rica\n - Cote D'ivoire\n - Croatia\n - Cuba\n - Cyprus\n - Czechia\n - Denmark\n - Djibouti\n - Dominica\n - Dominican Republic\n - Ecuador\n - Egypt\n - El Salvador\n - Equatorial Guinea\n - Eritrea\n - Estonia\n - Ethiopia\n - Falkland Islands (Malvinas)\n - Faroe Islands\n - Fiji\n - Finland\n - France\n - French Guiana\n - French Polynesia\n - French Southern Territories\n - Gabon\n - Gambia\n - Georgia\n - Germany\n - Ghana\n - Gibraltar\n - Greece\n - Greenland\n - Grenada\n - Guadeloupe\n - Guam\n - Guatemala\n - Guernsey\n - Guinea\n - Guinea-bissau\n - Guyana\n - Haiti\n - Heard Island And Mcdonald Islands\n - Holy See (Vatican City State)\n - Honduras\n - Hong Kong\n - Hungary\n - Iceland\n - India\n - Indonesia\n - Iran; Islamic Republic Of\n - Iraq\n - Ireland\n - Isle Of Man\n - Israel\n - Italy\n - Jamaica\n - Japan\n - Jersey\n - Jordan\n - Kazakhstan\n - Kenya\n - Kiribati\n - Korea; Democratic People's Republic Of\n - Korea; Republic Of\n - Kuwait\n - Kyrgyzstan\n - Lao People's Democratic Republic\n - Latvia\n - Lebanon\n - Lesotho\n - Liberia\n - Libyan Arab Jamahiriya\n - Liechtenstein\n - Lithuania\n - Luxembourg\n - Macao\n - Macedonia; The Former Yugoslav Republic Of\n - Madagascar\n - Malawi\n - Malaysia\n - Maldives\n - Mali\n - Malta\n - Marshall Islands\n - Martinique\n - Mauritania\n - Mauritius\n - Mayotte\n - Mexico\n - Micronesia; Federated States Of\n - Moldova; Republic Of\n - Monaco\n - Mongolia\n - Montenegro\n - Montserrat\n - Morocco\n - Mozambique\n - Myanmar\n - Namibia\n - Nauru\n - Nepal\n - Netherlands\n - Netherlands Antilles\n - New Caledonia\n - New Zealand\n - Nicaragua\n - Niger\n - Nigeria\n - Niue\n - Norfolk Island\n - Northern Mariana Islands\n - Norway\n - Oman\n - Pakistan\n - Palau\n - Palestinian Territory; Occupied\n - Panama\n - Papua New Guinea\n - Paraguay\n - Peru\n - Philippines\n - Pitcairn\n - Poland\n - Portugal\n - Puerto Rico\n - Qatar\n - Reunion\n - Romania\n - Russian Federation\n - Rwanda\n - Saint Helena\n - Saint Kitts And Nevis\n - Saint Lucia\n - Saint Pierre And Miquelon\n - Saint Vincent And The Grenadines\n - Samoa\n - San Marino\n - Sao Tome And Principe\n - Saudi Arabia\n - Senegal\n - Serbia\n - Seychelles\n - Sierra Leone\n - Singapore\n - Slovakia\n - Slovenia\n - Solomon Islands\n - Somalia\n - South Africa\n - South Georgia And The South Sandwich Islands\n - Spain\n - Sri Lanka\n - Sudan\n - Suriname\n - Svalbard And Jan Mayen\n - Swaziland\n - Sweden\n - Switzerland\n - Syrian Arab Republic\n - Taiwan; Province Of China\n - Tajikistan\n - Tanzania; United Republic Of\n - Thailand\n - Timor-leste\n - Togo\n - Tokelau\n - Tonga\n - Trinidad And Tobago\n - Tunisia\n - Turkey\n - Turkmenistan\n - Turks And Caicos Islands\n - Tuvalu\n - Uganda\n - Ukraine\n - United Arab Emirates\n - United Kingdom\n - United States\n - United States Minor Outlying Islands\n - Uruguay\n - Uzbekistan\n - Vanuatu\n - Venezuela\n - Viet Nam\n - Virgin Islands; British\n - Virgin Islands; U.S.\n - Wallis And Futuna\n - Western Sahara\n - Yemen\n - Zambia\n - Zimbabwe\n selectType: default\n private: true\n MobilePhone:\n label: Mobile\n kind: String\n private: true\n Salutation:\n label: Salutation\n kind: String\n private: true\n FirstName:\n label: First Name\n kind: String\n private: true\n LastName:\n label: Last Name\n kind: String\n private: true\n OtherStreet:\n label: Other Street\n kind: String\n private: true\n OtherCity:\n label: Other City\n kind: String\n private: true\n OtherState:\n label: Other State\n kind: String\n private: true\n OtherPostalCode:\n label: Other Postal Code\n kind: String\n private: true\n OtherCountry:\n label: Other Country\n kind: Select\n options:\n options:\n - Afghanistan\n - \xc3\x85land Islands\n - Albania\n - Algeria\n - American Samoa\n - Andorra\n - Angola\n - Anguilla\n - Antarctica\n - Antigua And Barbuda\n - Argentina\n - Armenia\n - Aruba\n - Australia\n - Austria\n - Azerbaijan\n - Bahamas\n - Bahrain\n - Bangladesh\n - Barbados\n - Belarus\n - Belgium\n - Belize\n - Benin\n - Bermuda\n - Bhutan\n - Bolivia\n - Bosnia And Herzegovina\n - Botswana\n - Bouvet Island\n - Brazil\n - British Indian Ocean Territory\n - Brunei Darussalam\n - Bulgaria\n - Burkina Faso\n - Burundi\n - Cambodia\n - Cameroon\n - Canada\n - Cape Verde\n - Cayman Islands\n - Central African Republic\n - Chad\n - Chile\n - China\n - Christmas Island\n - Cocos (Keeling) Islands\n - Colombia\n - Comoros\n - Congo\n - Congo; The Democratic Republic Of The\n - Cook Islands\n - Costa Rica\n - Cote D'ivoire\n - Croatia\n - Cuba\n - Cyprus\n - Czechia\n - Denmark\n - Djibouti\n - Dominica\n - Dominican Republic\n - Ecuador\n - Egypt\n - El Salvador\n - Equatorial Guinea\n - Eritrea\n - Estonia\n - Ethiopia\n - Falkland Islands (Malvinas)\n - Faroe Islands\n - Fiji\n - Finland\n - France\n - French Guiana\n - French Polynesia\n - French Southern Territories\n - Gabon\n - Gambia\n - Georgia\n - Germany\n - Ghana\n - Gibraltar\n - Greece\n - Greenland\n - Grenada\n - Guadeloupe\n - Guam\n - Guatemala\n - Guernsey\n - Guinea\n - Guinea-bissau\n - Guyana\n - Haiti\n - Heard Island And Mcdonald Islands\n - Holy See (Vatican City State)\n - Honduras\n - Hong Kong\n - Hungary\n - Iceland\n - India\n - Indonesia\n - Iran; Islamic Republic Of\n - Iraq\n - Ireland\n - Isle Of Man\n - Israel\n - Italy\n - Jamaica\n - Japan\n - Jersey\n - Jordan\n - Kazakhstan\n - Kenya\n - Kiribati\n - Korea; Democratic People's Republic Of\n - Korea; Republic Of\n - Kuwait\n - Kyrgyzstan\n - Lao People's Democratic Republic\n - Latvia\n - Lebanon\n - Lesotho\n - Liberia\n - Libyan Arab Jamahiriya\n - Liechtenstein\n - Lithuania\n - Luxembourg\n - Macao\n - Macedonia; The Former Yugoslav Republic Of\n - Madagascar\n - Malawi\n - Malaysia\n - Maldives\n - Mali\n - Malta\n - Marshall Islands\n - Martinique\n - Mauritania\n - Mauritius\n - Mayotte\n - Mexico\n - Micronesia; Federated States Of\n - Moldova; Republic Of\n - Monaco\n - Mongolia\n - Montenegro\n - Montserrat\n - Morocco\n - Mozambique\n - Myanmar\n - Namibia\n - Nauru\n - Nepal\n - Netherlands\n - Netherlands Antilles\n - New Caledonia\n - New Zealand\n - Nicaragua\n - Niger\n - Nigeria\n - Niue\n - Norfolk Island\n - Northern Mariana Islands\n - Norway\n - Oman\n - Pakistan\n - Palau\n - Palestinian Territory; Occupied\n - Panama\n - Papua New Guinea\n - Paraguay\n - Peru\n - Philippines\n - Pitcairn\n - Poland\n - Portugal\n - Puerto Rico\n - Qatar\n - Reunion\n - Romania\n - Russian Federation\n - Rwanda\n - Saint Helena\n - Saint Kitts And Nevis\n - Saint Lucia\n - Saint Pierre And Miquelon\n - Saint Vincent And The Grenadines\n - Samoa\n - San Marino\n - Sao Tome And Principe\n - Saudi Arabia\n - Senegal\n - Serbia\n - Seychelles\n - Sierra Leone\n - Singapore\n - Slovakia\n - Slovenia\n - Solomon Islands\n - Somalia\n - South Africa\n - South Georgia And The South Sandwich Islands\n - Spain\n - Sri Lanka\n - Sudan\n - Suriname\n - Svalbard And Jan Mayen\n - Swaziland\n - Sweden\n - Switzerland\n - Syrian Arab Republic\n - Taiwan; Province Of China\n - Tajikistan\n - Tanzania; United Republic Of\n - Thailand\n - Timor-leste\n - Togo\n - Tokelau\n - Tonga\n - Trinidad And Tobago\n - Tunisia\n - Turkey\n - Turkmenistan\n - Turks And Caicos Islands\n - Tuvalu\n - Uganda\n - Ukraine\n - United Arab Emirates\n - United Kingdom\n - United States\n - United States Minor Outlying Islands\n - Uruguay\n - Uzbekistan\n - Vanuatu\n - Venezuela\n - Viet Nam\n - Virgin Islands; British\n - Virgin Islands; U.S.\n - Wallis And Futuna\n - Western Sahara\n - Yemen\n - Zambia\n - Zimbabwe\n selectType: default\n private: true\n OtherPhone:\n label: Other Phone\n kind: String\n private: true\n Phone:\n label: Phone\n kind: String\n private: true\n PhotoUrl:\n label: Photo URL\n kind: Url\n private: true\n ReportsToId:\n label: Reports To\n kind: Record\n options:\n labelField: MasterRecordId\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n Title:\n label: Title\n kind: String\n private: true\n Twitter:\n label: Twitter\n kind: Url\n private: true\n Facebook:\n label: Facebook\n kind: Url\n private: true\n LinkedIn:\n label: LinkedIn\n kind: Url\n private: true\n IsPrimary:\n label: Primary contact for account\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n RecordLabel:\n label: Record Label\n kind: String\n private: true\n Department:\n name: Department\n meta: '{}'\n fields:\n Name:\n label: Name\n kind: String\n Employees:\n label: Employees\n kind: User\n options:\n presetWithAuthenticated: false\n selectType: default\n multi: true\n HourCost:\n label: Cost per hour\n kind: Number\n options:\n format: 0\n precision: 2\n prefix: $\n TotalTime:\n label: Total time of all cases\n kind: Number\n options:\n format: 0\n precision: 0\n suffix: ' hour(s)'\n TotalCost:\n label: Total cost of all cases\n kind: Number\n options:\n format: 0\n precision: \"2\"\n prefix: $\n DepartmentSelect:\n label: Departments\n kind: Select\n options:\n multiLine: false\n useRichTextEditor: false\n EmailMessage:\n name: EmailMessage\n meta: '{}'\n fields:\n HtmlBody:\n label: Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n MessageDate:\n label: Message Sent Date\n kind: String\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n Status:\n label: Status\n kind: Select\n options:\n options:\n - Draft\n - Sent\n selectType: default\n ToAddress:\n label: To Address\n kind: Email\n Subject:\n label: Subject\n kind: String\n EmailTemplateId:\n label: Email Template\n kind: Record\n options:\n labelField: Name\n module: EmailTemplate\n queryFields:\n - Name\n selectType: default\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Number\n module: Case\n queryFields:\n - Number\n selectType: default\n EmailTemplate:\n name: EmailTemplate\n meta: '{}'\n fields:\n Name:\n label: Email Template Name\n kind: String\n Subject:\n label: Subject\n kind: String\n Body:\n label: Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n Entitlement:\n name: Entitlement\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - Name\n selectType: default\n Name:\n label: Entitlement Name\n kind: String\n StartDate:\n label: Start Date\n kind: DateTime\n EndDate:\n label: End Date\n kind: DateTime\n Status:\n label: Status\n kind: Select\n options:\n options:\n - Active\n - Expired\n - Inactive\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Web Support\n - Phone Support\n - Email Support\n - Dedicated Support\n selectType: multiple\n multi: true\n Term:\n label: Term\n kind: Number\n options:\n format: 0\n precision: 0\n TermType:\n label: Term Type\n kind: Select\n options:\n options:\n - Day(s)\n - Month(s)\n - Year(s)\n selectType: default\n EntitlementTemplate:\n name: EntitlementTemplate\n fields:\n Name:\n label: Entitlement Name\n kind: String\n Term:\n label: Term\n kind: Number\n options:\n format: 0\n precision: 0\n TermType:\n label: Term type\n kind: Select\n options:\n options:\n - Day(s)\n - Month(s)\n - Year(s)\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Email Support\n - Messaging Support\n - Phone Support\n - Web Support\n selectType: multiple\n multi: true\n KnowledgeBase:\n name: KnowledgeBase\n fields:\n Number:\n label: KB Number\n kind: Number\n options:\n format: \"00000000\"\n precision: 0\n prefix: KB#\n Title:\n label: Title\n kind: String\n Content:\n label: Content\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n IsPublished:\n label: Public\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n IsReviewed:\n label: Reviewed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Status:\n label: Status\n kind: Select\n options:\n options:\n - New\n - Pending review\n - Accepted\n - Obsolete\n - Duplicate\n selectType: default\n File:\n label: File\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n mode: list\n Type:\n label: Type\n kind: Select\n options:\n options:\n - FAQ\n - Solution\n - Tutorial\n - General\n selectType: multiple\n multi: true\n Category:\n label: Category\n kind: Select\n options:\n options:\n - Product\n - Service\n - People Operations\n - Engineering\n - Marketing\n - Sales\n - Finance\n - Legal\n selectType: multiple\n multi: true\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: default\n Product:\n name: Product\n fields:\n IsActive:\n label: Active\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ProductCode:\n label: Product Code\n kind: String\n Description:\n label: Product Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Family:\n label: Product Family\n kind: Select\n options:\n options:\n - Equipment\n - Consumables\n - Accessories\n - Subscription\n - Service\n selectType: default\n Name:\n label: Product Name\n kind: String\n Photo:\n label: Photo\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n mode: single\n Manual:\n label: Manual\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n mode: list\n EntitlementTemplateId:\n label: Entitlement Template\n kind: Record\n options:\n labelField: Name\n module: EntitlementTemplate\n queryFields:\n - Name\n selectType: default\n TotalTime:\n label: Total time of all cases\n kind: Number\n options:\n format: 0\n precision: \"2\"\n suffix: ' hour(s)'\n TotalCost:\n label: Total cost of all cases\n kind: Number\n options:\n format: 0\n precision: 2\n prefix: $\n ProductSelect:\n label: Products\n kind: Select\n options:\n options: []\n selectType: default\n Settings:\n name: Settings\n meta: '{}'\n fields:\n KBNextNumber:\n label: Next number for a KB item\n kind: Number\n options:\n format: \"00000000\"\n precision: 0\n prefix: KB#\n DefaultCostPerHour:\n label: Default cost per hour\n kind: Number\n options:\n format: 0\n precision: 0\n DefaultDepartment:\n label: Default department for new ticket\n kind: Record\n options:\n labelField: Name\n module: Department\n queryFields:\n - Name\n selectType: default\n DefaultTimeUpdate:\n label: Default time for a case update\n kind: Number\n options:\n format: 0\n precision: 2\n suffix: ' hour(s)'\n DefaultSupportChannel:\n label: Default support channel id\n kind: String\n DefaultCaseRecordLink:\n label: Default case link\n kind: String\n DefaultCaseEmailTemplate:\n label: Default case email template\n kind: Record\n options:\n labelField: Name\n module: EmailTemplate\n queryFields:\n - Name\n selectType: default\n Update:\n name: Update\n fields:\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Number\n module: Case\n queryFields:\n - ContactName\n - Number\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Incoming email\n - Outgoing email\n - Call\n - Status change\n - Other\n selectType: default\n Subject:\n label: Subject\n kind: String\n Content:\n label: Content\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n From:\n label: From\n kind: String\n To:\n label: To\n kind: String\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n SendToMailingList:\n label: Send to Case Mailing List after saving\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n SaveInKB:\n label: Store as entry in Knowledge Base\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n TimeSpend:\n label: Time spend\n kind: Number\n options:\n format: 0\n precision: 2\n suffix: ' hour(s)'\n Cost:\n label: Cost\n kind: Number\n options:\n format: 0\n precision: 2\n prefix: $\n Department:\n label: Department\n kind: Record\n options:\n labelField: Name\n module: Department\n queryFields:\n - Name\n selectType: default\n NotificationCaseCreator:\n label: Notification sent to Case Creator\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n NotificationCaseOwner:\n label: Notification sent to Case Owner\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n NotificationCaseMailingList:\n label: Notification sent to Case Mailing List\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\nPK\x07\x08\xf6\xa7W\x12\x06\xbf\x00\x00\x06\xbf\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x14\x00 \x001200_charts_crm.yamlUT\x05\x00\x01\x80Cm8namespace: crm\ncharts:\n AccountsByRating:\n name: Accounts by rating\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Rating\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: AVG\n field: count\n fill: true\n fixTooltips: false\n label: Number of Accounts\n lineTension: 0.4\n type: line\n module: Account\n renderer: {}\n AccountsByType:\n name: Accounts by type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fixTooltips: false\n relativeValue: true\n type: doughnut\n module: Account\n renderer: {}\n ActiveCampaignsByType:\n name: Active campaigns by type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n filter: IsActive = 1\n metrics:\n - field: count\n type: pie\n module: Campaigns\n renderer: {}\n CampaignAmountAllOpportunitiesVsTarget:\n name: Campaign amount all opportunities vs target\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta:\n steps:\n - value: \"300000\"\n - value: \"1000000\"\n - value: \"2000000\"\n modifier: (no grouping / buckets)\n filter: AmountAllOpportunities IS NOT NULL\n metrics:\n - aggregate: SUM\n field: AmountAllOpportunities\n type: gauge\n module: Campaigns\n renderer: {}\n CampaignAmountAllWonOpportunitiesVsTarget:\n name: Campaign amount all won opportunities vs target\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta:\n steps:\n - value: \"150000\"\n - value: \"500000\"\n - value: \"1000000\"\n modifier: (no grouping / buckets)\n filter: AmountWonOpportunities IS NOT NULL\n metrics:\n - aggregate: SUM\n field: AmountWonOpportunities\n type: gauge\n module: Campaigns\n renderer: {}\n CampaignCostVsRevenue:\n name: Campaign cost vs revenue\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: BudgetedCost\n label: Budgeted Cost\n type: bar\n - aggregate: SUM\n field: ActualCost\n label: Actual Cost\n type: bar\n - aggregate: SUM\n field: ExpectedRevenue\n label: Expected Revenue\n type: bar\n - aggregate: SUM\n field: AmountAllOpportunities\n label: Amount All Opportunities\n type: bar\n - aggregate: SUM\n field: AmountWonOpportunities\n label: Amount All Won Opportunities\n type: bar\n module: Campaigns\n renderer: {}\n CasesByOrigin:\n name: Cases by origin\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Origin\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: pie\n module: Case\n renderer: {}\n CasesByPriority:\n name: Cases by priority\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Priority\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n type: pie\n module: Case\n renderer: {}\n CasesByStatus:\n name: Cases by status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: pie\n module: Case\n renderer: {}\n CasesByType:\n name: Cases by type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: pie\n module: Case\n renderer: {}\n CasesPerMonth:\n name: Cases per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Cases per month\n lineTension: 0.4\n type: bar\n - field: count\n fill: true\n fx: m?m+n:n\n label: Cumulative number of cases\n type: line\n module: Case\n renderer: {}\n ContactsPerCountry:\n name: Contacts per country\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: MailingCountry\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Contacts per country\n lineTension: 0.4\n type: line\n module: Contact\n renderer: {}\n ContactsPerSeniorLeveltitle:\n name: Contacts per senior level title\n config:\n reports:\n - dimensions:\n - conditions: {}\n default: None\n field: Title\n meta: {}\n modifier: (no grouping / buckets)\n filter: Title = 'CEO' OR Title = 'Owner' OR Title = 'Founder' OR Title\n = 'President' OR Title = 'Director' OR Title = 'CEO' OR Title = 'COO'\n OR Title = 'CFO' OR Title = 'CIO' OR Title = 'CLO' OR Title = 'CHRO'\n OR Title = 'CMO' OR Title = 'CRO' OR Title = 'CCO' OR Title = 'CSO'\n OR Title = 'CIO' OR Title = 'CSO' OR Title = 'CTO' OR Title = 'VP'\n metrics:\n - field: count\n type: doughnut\n module: Contact\n renderer: {}\n ContractsByStatus:\n name: Contracts by Status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Contract\n renderer: {}\n ContractsPerStartingMonth:\n name: Contracts per starting month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: StartDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: Status = 'Activated'\n metrics:\n - field: count\n fill: true\n label: Activated contract per month\n lineTension: 0.4\n type: bar\n - field: count\n fill: true\n fx: m?m+n:n\n label: Cumulative number of contracts\n type: line\n module: Contract\n renderer: {}\n Dealsize:\n name: Dealsize\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: CloseDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: AVG\n field: Amount\n fill: true\n label: Average Dealsize per month\n lineTension: 0.4\n type: line\n - aggregate: MAX\n field: Amount\n label: Max Dealsize\n lineTension: 0.4\n type: line\n - aggregate: MIN\n field: Amount\n label: Min Dealsize\n lineTension: 0.4\n type: line\n module: Opportunity\n renderer: {}\n EventsPerMonth:\n name: Events per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: ActivityDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n lineTension: 0.4\n type: line\n module: Event\n renderer: {}\n EventsPerType:\n name: Events per type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Event\n renderer: {}\n LeadFunnel:\n name: Lead funnel\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta:\n fields:\n - text: New\n value: New\n - text: Assigned\n value: Assigned\n - text: In Progress\n value: In Progress\n - text: Converted\n value: Converted\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: funnel\n module: Lead\n renderer: {}\n LeadsByCountry:\n name: Leads by country\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Country\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n fixTooltips: null\n lineTension: 0.4\n type: line\n module: Lead\n renderer: {}\n LeadsByRating:\n name: Leads by rating\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Rating\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n lineTension: 0.4\n type: line\n module: Lead\n renderer: {}\n LeadsBySource:\n name: Leads by source\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: LeadSource\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fixTooltips: null\n type: doughnut\n module: Lead\n renderer: {}\n LeadsByType:\n name: Leads by type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - backgroundColor: '#31d9dd'\n beginAtZero: true\n field: count\n fixTooltips: false\n label: Number of leads\n relativeValue: true\n type: doughnut\n module: Lead\n renderer: {}\n LeadsPerMonth:\n name: Leads per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n label: Leads per month\n type: bar\n - field: count\n fill: true\n fixTooltips: null\n fx: m?m+n:n\n label: Cumulative number of leads\n lineTension: 0.4\n type: line\n module: Lead\n renderer: {}\n MonthlySales:\n name: Monthly sales\n config:\n reports:\n - dimensions:\n - autoSkip: true\n conditions: {}\n field: CloseDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: StageName = 'Closed Won' and Amount IS NOT NULL\n metrics:\n - aggregate: SUM\n field: Amount\n fill: true\n fixTooltips: null\n fx: \"\"\n label: Monthly Sales\n type: bar\n - aggregate: SUM\n field: Amount\n fill: true\n fx: m?m+n:n\n label: Cumulative Sales\n lineTension: 0.4\n type: line\n module: Opportunity\n renderer: {}\n NumberOfOpportunitiesVsTarget:\n name: Number of opportunities vs target\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: StageName\n meta:\n steps:\n - value: \"20\"\n - value: \"50\"\n - value: \"100\"\n modifier: (no grouping / buckets)\n filter: YEAR(created_at) = YEAR(NOW())\n metrics:\n - field: count\n type: gauge\n module: Opportunity\n renderer: {}\n OpportunitiesCreatedPerMonth:\n name: Opportunities created per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n fx: m?m+n:n\n label: Cumulative number of opportunities\n lineTension: 0.4\n type: line\n - field: count\n fill: false\n label: Opportunities per month\n lineTension: 0.4\n type: bar\n module: Opportunity\n renderer: {}\n OpportunitySalesPipeline:\n name: Opportunity sales pipeline\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: StageName\n meta:\n fields:\n - text: Qualification\n value: Qualification\n - text: Need Analysis\n value: Need Analysis\n - text: Proposal\n value: Proposal\n - text: Negotiation\n value: Negotiation\n - text: Closed Won\n value: Closed Won\n modifier: (no grouping / buckets)\n filter: YEAR(created_at) = YEAR(NOW()) AND Amount IS NOT NULL\n metrics:\n - aggregate: SUM\n field: Amount\n type: funnel\n module: Opportunity\n renderer: {}\n OpportunityStatusFunnel:\n name: Opportunity status funnel\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: StageName\n meta:\n fields:\n - text: Qualification\n value: Qualification\n - text: Need Analysis\n value: Need Analysis\n - text: Proposal\n value: Proposal\n - text: Negotiation\n value: Negotiation\n - text: Closed Won\n value: Closed Won\n modifier: (no grouping / buckets)\n filter: YEAR(created_at) = YEAR(NOW())\n metrics:\n - field: count\n type: funnel\n module: Opportunity\n renderer: {}\n PriceBookEntriesPerMonth:\n name: Price book entries per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Price book entries\n lineTension: 0.4\n type: line\n module: PricebookEntry\n renderer: {}\n PriceBooksCreatedPerMonth:\n name: Price books created per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Number of Price Books\n lineTension: 0.4\n type: line\n module: Pricebook\n renderer: {}\n ProductsAddedPerMonth:\n name: Products added per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n lineTension: 0.4\n type: line\n module: Product\n renderer: {}\n ProductsPerFamily:\n name: Products per family\n config:\n reports:\n - dimensions:\n - conditions: {}\n default: None\n field: Family\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Product\n renderer: {}\n QuotesByStatus:\n name: Quotes by status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Quote\n renderer: {}\n QuotesPerMonth:\n name: Quotes per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Quotes per month\n lineTension: 0.4\n type: bar\n - field: count\n fill: true\n fx: m?m+n:n\n label: Cumulative number of quotes\n lineTension: 0.4\n type: line\n module: Quote\n renderer: {}\n SalesVsTarget:\n name: Sales vs target\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: StageName\n meta:\n steps:\n - value: \"100000\"\n - value: \"250000\"\n - value: \"500000\"\n modifier: (no grouping / buckets)\n filter: YEAR(created_at) = YEAR(NOW()) AND Amount IS NOT NULL\n metrics:\n - aggregate: SUM\n field: Amount\n fx: \"\"\n type: gauge\n module: Opportunity\n renderer: {}\n SalesYTD:\n name: Sales YTD\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: LeadSource\n meta:\n steps:\n - value: \"150000\"\n - value: \"500000\"\n - value: \"1000000\"\n modifier: (no grouping / buckets)\n filter: YEAR(created_at) = YEAR(NOW()) AND Amount IS NOT NULL\n metrics:\n - aggregate: SUM\n field: Amount\n type: gauge\n module: Opportunity\n renderer: {}\n SolutionsByStatus:\n name: Solutions by status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Solution\n renderer: {}\n SolutionsCreatedPerMonth:\n name: Solutions created per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Solutions created per month\n lineTension: 0.4\n type: line\n module: Solution\n renderer: {}\n TasksByStatus:\n name: Tasks by status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Task\n renderer: {}\n TasksPerMonth:\n name: Tasks per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: ActivityDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Tasks per month\n lineTension: 0.4\n type: line\n module: Task\n renderer: {}\nPK\x07\x08\xc1\xc0tv\x1aN\x00\x00\x1aN\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1e\x00 \x001200_charts_service-cloud.yamlUT\x05\x00\x01\x80Cm8namespace: service-cloud\ncharts:\n ActiveEntitlements:\n name: Number of active entitlements\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - backgroundColor: '#11ff57'\n field: count\n fixTooltips: true\n type: pie\n module: Entitlement\n renderer: {}\n AverageTimeSpentPerCase:\n name: Average time spent per case\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - aggregate: AVG\n field: TotalTime\n fixTooltips: null\n label: Average case time (in hours)\n type: bar\n module: Case\n renderer: {}\n CaseUpdatesPerType:\n name: Case updates per type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - backgroundColor: '#b51392'\n field: count\n fixTooltips: true\n relativeValue: true\n type: doughnut\n module: Update\n renderer: {}\n CasesByCategory:\n name: Cases by category\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Category\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - backgroundColor: '#ff0074'\n field: count\n fixTooltips: true\n label: Category\n relativePrecision: \"2\"\n relativeValue: true\n type: doughnut\n module: Case\n renderer: {}\n CasesByPriority:\n name: Cases by priority\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Priority\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - backgroundColor: '#f50d23'\n field: count\n fixTooltips: true\n label: Priority\n relativeValue: true\n type: doughnut\n module: Case\n renderer: {}\n CasesByStatus:\n name: Cases by status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - backgroundColor: '#13b1dc'\n field: count\n fixTooltips: true\n label: Cases by status\n relativeValue: true\n type: doughnut\n module: Case\n renderer: {}\n ClosedCasesPerMonth:\n name: Closed cases per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: CloseDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n fixTooltips: null\n label: Closed cases\n lineTension: 0.4\n type: line\n module: Case\n renderer: {}\n CostPerCategory:\n name: Total cost per category\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Category\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: false\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: TotalCost\n fixTooltips: null\n label: Cost per category (in $)\n type: bar\n module: Case\n renderer: {}\n CostPerProductFamily:\n name: Cost per product family\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Family\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: TotalCost\n fixTooltips: null\n label: Total\n type: bar\n module: Product\n renderer: {}\n CostsPerAccount:\n name: Total costs per account\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: AccountSelect\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: TotalCost\n fixTooltips: null\n label: Total cost\n type: bar\n module: Account\n renderer: {}\n KnowledgeBaseArticlesPerType:\n name: Knowledge Base articles per type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Category\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - backgroundColor: '#ffc623'\n field: count\n fixTooltips: true\n label: Knowledge Base articles per type\n relativeValue: false\n type: pie\n module: KnowledgeBase\n renderer: {}\n KnowledgeBaseItemsCreatedPerDay:\n name: Knowledge Base items created per day\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: DATE\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Total per day\n lineTension: 0.4\n type: line\n module: KnowledgeBase\n renderer: {}\n NewCasesByMonth:\n name: New cases per month\n config:\n reports:\n - dimensions:\n - autoSkip: true\n conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n fixTooltips: null\n label: New cases\n lineTension: 0.2\n type: line\n module: Case\n renderer: {}\n TimePerAccount:\n name: Total time spend per account\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: AccountSelect\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - aggregate: SUM\n backgroundColor: '#41aeee'\n field: TotalTime\n fixTooltips: true\n label: Hours\n type: pie\n module: Account\n renderer: {}\n TimeSpentPerProductFamily:\n name: Time Spent per Product Family\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Family\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - aggregate: SUM\n axisType: null\n backgroundColor: '#03ad3b'\n beginAtZero: true\n field: TotalTime\n fixTooltips: true\n label: Time spent (in hours)\n relativeValue: false\n type: pie\n module: Product\n renderer: {}\n TotalCostPerDepartment:\n name: Total costs per department\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: DepartmentSelect\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: TotalCost\n fixTooltips: null\n label: Total\n type: bar\n module: Department\n renderer: {}\n TotalCostPerMonth:\n name: Total cost per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: Cost\n label: Total cost per month\n type: bar\n module: Update\n renderer: {}\n TotalTimeSpentPerCategory:\n name: 'Total time spent per category '\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Category\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: SUM\n backgroundColor: '#ffac45'\n field: TotalTime\n fixTooltips: true\n label: Total time spent per category (in hours)\n type: pie\n module: Case\n renderer: {}\n TotalTimeSpentPerDepartment:\n name: Total time spent per department\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: DepartmentSelect\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: SUM\n backgroundColor: '#bf94ff'\n field: TotalTime\n fixTooltips: true\n label: Total\n type: pie\n module: Department\n renderer: {}\n TotalTimeSpentPerMonth:\n name: Total time spent per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: TimeSpend\n fixTooltips: null\n label: Total time spent (in hours)\n type: bar\n module: Update\n renderer: {}\nPK\x07\x08\x00\xc6\xf2zM$\x00\x00M$\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x13\x00 \x001400_pages_crm.yamlUT\x05\x00\x01\x80Cm8namespace: crm\npages:\n - handle: Home\n title: Home\n blocks:\n - title: My New Leads\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Company\n - name: Rating\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Lead\n perPage: 20\n prefilter: OwnerId = ${userID} AND Status = 'New'\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 11, 4, 9]\n - title: My Key Deals - Recent Opportunities\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: AccountId\n - name: Amount\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Opportunity\n perPage: 20\n prefilter: StageName != 'Closed Won' AND StageName != 'Closed Lost' AND\n OwnerId = ${userID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 11, 4, 9]\n - title: My Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Subject\n - name: Priority\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: OwnerId = ${userID} AND Status != 'Completed'\n presort: Priority ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 11, 4, 9]\n - title: Sales vs. Target\n options:\n chart: SalesVsTarget\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 0, 2, 4]\n - title: New Leads\n options:\n metrics:\n - filter: Status = 'New'\n label: \"\"\n labelStyle: {}\n metricField: count\n module: Lead\n valueStyle:\n color: '#379cd3'\n fontSize: \"120\"\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Metric\n xywh: [0, 0, 2, 4]\n - title: Converted Leads\n options:\n metrics:\n - filter: Status = 'Converted'\n labelStyle: {}\n metricField: count\n module: Lead\n valueStyle:\n color: '#379cd3'\n fontSize: \"120\"\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Metric\n xywh: [2, 0, 2, 4]\n - title: Total Pipeline \xe2\x82\xac\n options:\n metrics:\n - filter: StageName != 'Closed Won' AND StageName != 'Closed Lost' AND\n Amount IS NOT NULL\n labelStyle: {}\n metricField: Amount\n module: Opportunity\n numberFormat: \"0.0\"\n operation: sum\n prefix: \"\"\n suffix: k\n transformFx: v=v/1000\n valueStyle:\n color: '#379cd3'\n fontSize: \"60\"\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Metric\n xywh: [4, 0, 2, 4]\n - title: Leads per Month\n options:\n chart: LeadsPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 4, 4, 7]\n - title: Monthly Sales\n options:\n chart: MonthlySales\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [4, 4, 4, 7]\n - title: My Calendar\n options:\n defaultView: dayGridMonth\n feeds:\n - allDay: false\n endField: EndDateTime\n options:\n color: '#5680a6'\n module: Event\n prefilter: Type = 'Call'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#e38e3f'\n module: Event\n prefilter: Type = 'Email'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#ce6462'\n module: Event\n prefilter: Type = 'Meeting'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#88b5b2'\n module: Event\n prefilter: Type = 'Send Letter / Quote'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#70974d'\n module: Event\n prefilter: Type = 'Other'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#e9c153'\n module: Event\n prefilter: Type IS NULL\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n header:\n views:\n - dayGridMonth\n - timeGridWeek\n - timeGridDay\n - listMonth\n locale: en-gb\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Calendar\n xywh: [8, 0, 4, 11]\n visible: true\n - handle: Leads\n title: Leads\n blocks:\n - title: Leads by type\n options:\n chart: LeadsByType\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: New Leads Per Month\n options:\n chart: LeadsPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n - title: Leads\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Email\n - name: Company\n - name: Rating\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Lead\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n pages:\n - handle: RecordPageForModuleLead\n module: Lead\n title: Record page for module \"Lead\"\n blocks:\n - title: Personal Data\n options:\n fields:\n - name: FirstName\n - name: LastName\n - name: Salutation\n - name: Title\n - name: Phone\n - name: MobilePhone\n - name: Email\n - name: Website\n - name: Twitter\n - name: LinkedIn\n - name: Facebook\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 15]\n - title: Twitter feed\n options:\n profileSourceField: Twitter\n profileUrl: \"\"\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: SocialFeed\n xywh: [9, 0, 3, 31]\n - title: Company Data\n options:\n fields:\n - name: Company\n - name: Industry\n - name: AnnualRevenue\n - name: NumberOfEmployees\n - name: NumberOfEmployeesRange\n - name: Country\n - name: City\n - name: Street\n - name: State\n - name: PostalCode\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 15]\n - title: Other Information\n options:\n fields:\n - name: Rating\n - name: CampaignId\n - name: Status\n - name: LeadSource\n - name: OwnerId\n - name: Description\n - name: ConvertedAccountId\n - name: ConvertedContactId\n - name: ConvertedOpportunityId\n - name: ConvertedDate\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 15]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: LeadId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 15, 6, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: LeadId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 23, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: LeadId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 23, 5, 8]\n - title: Lead Actions\n options:\n buttons:\n - enabled: true\n label: Convert this Lead into an Account\n resourceType: compose:record\n script: /client-scripts/compose/crm/Lead/ToAccount.js:default\n - enabled: true\n label: Convert this Lead into an Account and Opportunity\n resourceType: compose:record\n script: /client-scripts/compose/crm/Lead/ToAccountAndOpportunity.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [6, 15, 3, 8]\n visible: true\n - handle: MyLeads\n title: My Leads\n blocks:\n - title: My Leads\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Email\n - name: Rating\n - name: Company\n - name: Country\n - name: LeadSource\n - name: Status\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Lead\n perPage: 20\n prefilter: OwnerId = ${userID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 17]\n visible: true\n - handle: AllNewLeads\n title: All New Leads\n blocks:\n - title: New Leads\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Email\n - name: Rating\n - name: Company\n - name: Country\n - name: LeadSource\n - name: Status\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Lead\n perPage: 20\n prefilter: Status = 'New' OR Status = 'Assigned'\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n visible: true\n visible: true\n - handle: Accounts\n title: Accounts\n blocks:\n - title: All accounts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: AccountName\n - name: Type\n - name: Rating\n - name: Industry\n - name: AccountSource\n - name: OwnerId\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Account\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Account by Type\n options:\n chart: AccountsByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Accounts by Rating\n options:\n chart: AccountsByRating\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleAccount\n module: Account\n title: Record page for module \"Account\"\n blocks:\n - title: Account Detail\n options:\n fields:\n - name: AccountName\n - name: Type\n - name: Industry\n - name: NumberOfEmployees\n - name: AnnualRevenue\n - name: Twitter\n - name: LinkedIn\n - name: Facebook\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 12]\n - title: Account Address\n options:\n fields:\n - name: BillingStreet\n - name: BillingCity\n - name: BillingState\n - name: BillingPostalCode\n - name: BillingCountry\n - name: Phone\n - name: Website\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 12]\n - title: Other Information\n options:\n fields:\n - name: Rating\n - name: CampaignId\n - name: ParentId\n - name: AccountSource\n - name: OwnerId\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 12]\n - title: Company Twitter Feed\n options:\n profileSourceField: Twitter\n profileUrl: \"\"\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: SocialFeed\n xywh: [9, 0, 3, 12]\n - title: Opportunities\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: StageName\n - name: Amount\n - name: CloseDate\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Opportunity\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 17, 9, 7]\n - title: Contacts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Title\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contact\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: LastName ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 24, 4, 8]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 32, 4, 8]\n - title: Cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: CaseNumber\n - name: Subject\n - name: Status\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 24, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 32, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 32, 4, 8]\n - title: Contracts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: StartDate\n - name: EndDate\n - name: Status\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contract\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 24, 4, 8]\n - title: Account Actions\n options:\n buttons:\n - enabled: true\n label: Create new Opportunity from this Account\n resourceType: compose:record\n script: /client-scripts/compose/crm/Account/CreateNewOpportunity.js:default\n - enabled: true\n label: Create new Contract from this Account\n resourceType: compose:record\n script: /client-scripts/compose/crm/Account/CreateNewContract.js:default\n - enabled: true\n label: Create new Case from this Account\n resourceType: compose:record\n script: /client-scripts/compose/crm/Account/CreateNewCase.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [9, 17, 3, 7]\n pages:\n - handle: RecordPageForModuleAccountContactRole\n module: AccountContactRole\n title: Record page for module \"AccountContactRole\"\n blocks:\n - title: Account Contact Role Details\n options:\n fields:\n - name: AccountId\n - name: ContactId\n - name: Role\n - name: IsPrimary\n kind: Record\n xywh: [0, 0, 5, 15]\n visible: false\n visible: true\n visible: true\n - handle: Contacts\n title: Contacts\n blocks:\n - title: List of Contacts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: AccountId\n - name: Phone\n - name: Email\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contact\n perPage: 20\n prefilter: \"\"\n presort: RecordLabel ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Number of Contacts with Senior Title\n options:\n chart: ContactsPerSeniorLeveltitle\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Contacts per Country\n options:\n chart: ContactsPerCountry\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleContact\n module: Contact\n title: Record page for module \"Contact\"\n blocks:\n - title: Personal Data\n options:\n fields:\n - name: FirstName\n - name: LastName\n - name: Salutation\n - name: Title\n - name: Phone\n - name: Email\n - name: Twitter\n - name: Facebook\n - name: LinkedIn\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 13]\n - title: Contact Address\n options:\n fields:\n - name: AccountId\n - name: IsPrimary\n - name: MailingStreet\n - name: MailingCity\n - name: MailingState\n - name: MailingPostalCode\n - name: MailingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 13]\n - title: Other Information\n options:\n fields:\n - name: ownedBy\n - name: CampaignId\n - name: DoNotCall\n - name: HasOptedOutOfEmail\n - name: ContactSource\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 13]\n - title: Contact Twitter Feed\n options:\n profileSourceField: Twitter\n profileUrl: \"\"\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: SocialFeed\n xywh: [9, 0, 3, 21]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: LastModifiedDate\n - name: CreatedById\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 21, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 21, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 21, 4, 8]\n - title: Cases related with this Contact\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: CaseNumber\n - name: Status\n - name: Subject\n - name: createdAt\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 13, 6, 8]\n - title: Contact Actions\n options:\n buttons:\n - enabled: true\n label: Create a new Case for this Contact and Account\n resourceType: compose:record\n script: /client-scripts/compose/crm/Contact/CreateNewCase.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [6, 13, 3, 8]\n visible: false\n visible: true\n - handle: Opportunities\n title: Opportunities\n blocks:\n - title: List of Opportunities\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Amount\n - name: AccountId\n - name: StageName\n - name: createdAt\n - name: CloseDate\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Opportunity\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n kind: RecordList\n xywh: [0, 0, 8, 16]\n - title: Opportunity Pipeline\n options:\n chart: OpportunitySalesPipeline\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 6, 4, 10]\n - title: Sales vs. Target\n options:\n chart: SalesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 0, 2, 6]\n - title: Opportunities vs. Target\n options:\n chart: NumberOfOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 0, 2, 6]\n pages:\n - handle: RecordPageForModuleOpportunity\n module: Opportunity\n title: Record page for module \"Opportunity\"\n blocks:\n - title: Opportunity Detail\n options:\n fields:\n - name: Name\n - name: AccountId\n - name: PricebookId\n - name: Probability\n - name: Amount\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 10]\n - title: Additional Information\n options:\n fields:\n - name: OwnerId\n - name: CampaignId\n - name: ForecastCategory\n - name: Type\n - name: createdAt\n - name: Files\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 10]\n - title: Contact Roles\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: ContactId\n - name: IsPrimary\n - name: Role\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: OpportunityContactRole\n perPage: 20\n prefilter: OpportunityId = ${recordID}\n presort: IsPrimary DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [6, 26, 6, 8]\n - title: Stage\n options:\n fields:\n - name: StageName\n - name: LeadSource\n - name: NextStep\n - name: CloseDate\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 10]\n - title: Products\n options:\n allowExport: true\n draggable: true\n editFields:\n - name: ProductId\n - name: Quantity\n - name: UnitPrice\n - name: Discount\n editable: true\n fields:\n - name: ProductId\n - name: ProductCode\n - name: ListPrice\n - name: UnitPrice\n - name: Quantity\n - name: Subtotal\n - name: Discount\n - name: TotalPrice\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n hideSorting: true\n module: OpportunityLineItem\n perPage: 20\n positionField: SortOrder\n prefilter: OpportunityId = ${recordID}\n presort: \"\"\n refField: OpportunityId\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 18, 8, 8]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: OpportunityId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 34, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: OpportunityId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 34, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: OpportunityId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 34, 4, 8]\n - title: Quotes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: QuoteNumber\n - name: Name\n - name: ExpirationDate\n - name: Subtotal\n - name: TotalPrice\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Quote\n perPage: 20\n prefilter: OpportunityId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 26, 6, 8]\n - title: Opportunity Actions\n options:\n buttons:\n - enabled: true\n label: Update prices of Products by applying the selected Price\n Book and inserted discounts\n resourceType: compose:record\n script: /client-scripts/compose/crm/Opportunity/ApplyPriceBook.js:default\n - enabled: true\n label: Create a new Quote for this Opportunity\n resourceType: compose:record\n script: /client-scripts/compose/crm/Opportunity/NewQuote.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [8, 18, 4, 8]\n pages:\n - handle: RecordPageForModuleOpportunityContactRole\n module: OpportunityContactRole\n title: Record page for module \"OpportunityContactRole\"\n blocks:\n - title: Opportunity Contact Role Details\n options:\n fields:\n - name: OpportunityId\n - name: ContactId\n - name: Role\n - name: IsPrimary\n kind: Record\n xywh: [0, 0, 4, 16]\n visible: false\n - handle: RecordPageForModuleOpportunityLineItem\n module: OpportunityLineItem\n title: Record page for module \"OpportunityLineItem\"\n blocks:\n - title: Opportunity Line Item Details\n options:\n fields:\n - name: OpportunityId\n - name: ProductId\n - name: Description\n - name: UnitPrice\n - name: Quantity\n - name: Discount\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 16]\n - title: Automatically inserted values\n options:\n fields:\n - name: ProductCode\n - name: ListPrice\n - name: Subtotal\n - name: TotalPrice\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 16]\n - title: Other Information\n options:\n fields:\n - name: createdAt\n - name: createdBy\n - name: updatedAt\n - name: updatedBy\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 16]\n visible: false\n - handle: RecordPageForModuleOpportunityCompetitor\n module: OpportunityCompetitor\n title: Record page for module \"OpportunityCompetitor\"\n blocks:\n - title: Opportunity Competitor Details\n options:\n fields:\n - name: OpportunityId\n - name: CompetitorName\n - name: Strengths\n - name: Weaknesses\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 5, 17]\n visible: false\n visible: false\n visible: true\n - handle: Quotes\n title: Quotes\n blocks:\n - title: List of Quotes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: QuoteNumber\n - name: OpportunityId\n - name: Discount\n - name: TotalPrice\n - name: Tax\n - name: GrandTotal\n - name: ExpirationDate\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Quote\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Quotes Status\n options:\n chart: QuotesByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Number of Quotes per Month\n options:\n chart: QuotesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleQuote\n module: Quote\n title: Record page for module \"Quote\"\n blocks:\n - title: Quote Information\n options:\n fields:\n - name: QuoteNumber\n - name: Name\n - name: OpportunityId\n - name: ExpirationDate\n - name: Status\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 12]\n - title: Totals\n options:\n fields:\n - name: PricebookId\n - name: Subtotal\n - name: Discount\n - name: ShippingHandling\n - name: TotalPrice\n - name: Tax\n - name: GrandTotal\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 12]\n - title: Primary contact data\n options:\n fields:\n - name: AccountId\n - name: ContactId\n - name: Email\n - name: Phone\n - name: createdBy\n - name: createdAt\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 11]\n - title: Bill To\n options:\n fields:\n - name: BillingName\n - name: BillingStreet\n - name: BillingCity\n - name: BillingState\n - name: BillingPostalCode\n - name: BillingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 20, 4, 9]\n - title: Quote To\n options:\n fields:\n - name: QuoteToName\n - name: QuoteToStreet\n - name: QuoteToCity\n - name: QuoteToState\n - name: QuoteToPostalCode\n - name: QuoteToCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [4, 20, 4, 9]\n - title: Ship To\n options:\n fields:\n - name: ShippingName\n - name: ShippingStreet\n - name: ShippingCity\n - name: ShippingState\n - name: ShippingPostalCode\n - name: ShippingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 20, 4, 9]\n - title: Quote Line Items\n options:\n allowExport: true\n draggable: true\n editFields:\n - name: ProductId\n - name: ListPrice\n - name: UnitPrice\n - name: Quantity\n - name: Subtotal\n - name: Discount\n - name: TotalPrice\n editable: true\n fields:\n - name: ProductId\n - name: ListPrice\n - name: UnitPrice\n - name: Quantity\n - name: Subtotal\n - name: Discount\n - name: TotalPrice\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n hideSorting: true\n module: QuoteLineItem\n perPage: 20\n positionField: SortOrder\n prefilter: QuoteId = ${recordID}\n presort: \"\"\n refField: QuoteId\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 12, 12, 8]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: QuoteId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 29, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: QuoteId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 29, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: QuoteId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 29, 4, 8]\n - options:\n buttons:\n - enabled: true\n label: Send this Quote via email to the primary contact\n resourceType: compose:record\n script: /client-scripts/compose/crm/Quote/SendToPriContact.js:default\n - enabled: true\n label: Send this Quote to a custom email\n resourceType: compose:record\n script: /client-scripts/compose/crm/Quote/SendToCustomEmail.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [4, 11, 4, 1]\n pages:\n - handle: RecordPageForModuleQuoteLineItem\n module: QuoteLineItem\n title: Record page for module \"QuoteLineItem\"\n blocks:\n - title: Quote Line Item Information\n options:\n fields:\n - name: QuoteId\n - name: LineItemNumber\n - name: LineItemDescription\n - name: ProductId\n - name: ListPrice\n - name: UnitPrice\n - name: Quantity\n - name: Subtotal\n - name: Discount\n - name: TotalPrice\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 15]\n visible: false\n visible: false\n visible: true\n - handle: Contracts\n title: Contracts\n blocks:\n - title: List of Contracts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: ContractNumber\n - name: AccountId\n - name: Status\n - name: StartDate\n - name: EndDate\n - name: ContractTerm\n - name: createdBy\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contract\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 18]\n - title: Active Contracts by Strarting Month\n options:\n chart: ContractsPerStartingMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 9, 3, 9]\n - title: Contracts by Status\n options:\n chart: ContractsByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 9]\n pages:\n - handle: RecordPageForModuleContract\n module: Contract\n title: Record page for module \"Contract\"\n blocks:\n - title: Contract Details\n options:\n fields:\n - name: AccountId\n - name: ContractNumber\n - name: Status\n - name: StartDate\n - name: EndDate\n - name: ContractTerm\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 10]\n - title: Contract Billing Address\n options:\n fields:\n - name: BillingStreet\n - name: BillingCity\n - name: BillingState\n - name: BillingPostalCode\n - name: BillingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 10]\n - title: Contract Description and Special Terms\n options:\n fields:\n - name: OwnerId\n - name: Description\n - name: SpecialTerms\n - name: Files\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 10]\n - title: Other Information\n options:\n fields:\n - name: createdAt\n - name: createdBy\n - name: updatedAt\n - name: updatedBy\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 10]\n - title: Contract Shipping Address\n options:\n fields:\n - name: ShippingStreet\n - name: ShippingCity\n - name: ShippingState\n - name: ShippingPostalCode\n - name: ShippingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 10, 3, 9]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: ContractId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 19, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: ContractId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 19, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: ContractId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 19, 4, 8]\n - title: Contacts related to the Contract\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: ContactId\n - name: Role\n - name: IsPrimary\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: ContractContactRole\n perPage: 20\n prefilter: ContractId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [6, 10, 3, 9]\n - title: Contract Line Items\n options:\n allowExport: true\n draggable: true\n editFields:\n - name: ProductId\n - name: StartDate\n - name: EndDate\n - name: Status\n - name: Quantity\n - name: UnitPrice\n editable: true\n fields:\n - name: ProductId\n - name: StartDate\n - name: EndDate\n - name: Status\n - name: Quantity\n - name: UnitPrice\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n hideSorting: true\n module: ContractLineItem\n perPage: 20\n positionField: Order\n prefilter: ContractId = ${recordID}\n presort: \"\"\n refField: ContractId\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 10, 6, 9]\n pages:\n - handle: RecordPageForModuleContractContactRole\n module: ContractContactRole\n title: Record page for module \"ContractContactRole\"\n blocks:\n - title: Contract Contact Role Details\n options:\n fields:\n - name: ContractId\n - name: ContactId\n - name: Role\n - name: IsPrimary\n kind: Record\n xywh: [0, 0, 4, 16]\n visible: false\n - handle: RecordPageForModuleEntitlement\n module: Entitlement\n title: Record page for module \"Entitlement\"\n blocks:\n - title: Entitlement Details\n options:\n fields:\n - name: Name\n - name: Entitlement Process\n - name: CasesPerEntitlement\n - name: Type\n - name: RemainingCases\n - name: IsPerIncident\n - name: StartDate\n - name: EndDate\n - name: Status\n kind: Record\n xywh: [0, 0, 4, 13]\n - title: Other Information\n options:\n fields:\n - name: AccountId\n - name: ContractLineItemId\n - name: CreatedById\n - name: CreatedDate\n - name: LastModifiedById\n - name: LastModifiedDate\n kind: Record\n xywh: [4, 0, 4, 13]\n - title: Notes\n options:\n fields:\n - name: Title\n - name: Body\n module: Note\n page: RecordPageForModuleNote\n perPage: 5\n prefilter: EntitlementId = ${recordID}\n kind: RecordList\n xywh: [6, 13, 6, 7]\n - title: Entitlement Templates\n options:\n fields:\n - name: Name\n - name: Type\n - name: CasesPerEntitlement\n - name: IsPerIncident\n - name: Term\n module: EntitlementTemplate\n page: RecordPageForModuleEntitlementTemplate\n perPage: 5\n prefilter: EntitlementId = ${recordID}\n kind: RecordList\n xywh: [0, 13, 6, 7]\n - title: Entitlement Contacts\n options:\n fields:\n - name: ContactId\n - name: Name\n module: EntitlementContact\n page: RecordPageForModuleEntitlementContact\n perPage: 8\n prefilter: EntitlementId = ${recordID}\n kind: RecordList\n xywh: [8, 0, 4, 13]\n pages:\n - handle: RecordPageForModuleEntitlementContact\n module: EntitlementContact\n title: Record page for module \"EntitlementContact\"\n blocks:\n - title: Entitlement Contact Details\n options:\n fields:\n - name: EntitlementId\n - name: ContactId\n - name: Name\n kind: Record\n xywh: [0, 0, 4, 14]\n visible: false\n - handle: RecordPageForModuleEntitlementTemplate\n module: EntitlementTemplate\n title: Record page for module \"EntitlementTemplate\"\n blocks:\n - title: Entitlement Template Details\n options:\n fields:\n - name: Name\n - name: Type\n - name: CasesPerEntitlement\n - name: IsPerIncident\n - name: Term\n - name: BusinessHours\n kind: Record\n xywh: [0, 0, 4, 14]\n visible: false\n visible: false\n - handle: RecordPageForModuleContractLineItem\n module: ContractLineItem\n title: Record page for module \"ContractLineItem\"\n blocks:\n - title: Contract Line Item Details\n options:\n fields:\n - name: LineItemNumber\n - name: Description\n - name: StartDate\n - name: EndDate\n - name: Status\n kind: Record\n xywh: [0, 0, 4, 11]\n - title: Contract Line Item Pricing\n options:\n fields:\n - name: UnitPrice\n - name: Quantity\n - name: Subtotal\n - name: Discount\n - name: TotalPrice\n kind: Record\n xywh: [4, 0, 4, 11]\n - title: Notes\n options:\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n module: Note\n page: RecordPageForModuleNote\n perPage: 5\n prefilter: ContractLineItemId = ${recordID}\n kind: RecordList\n xywh: [8, 0, 4, 11]\n visible: false\n visible: false\n visible: true\n - handle: Campaigns\n title: Campaigns\n blocks:\n - title: List of Campaigns\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Type\n - name: Status\n - name: StartDate\n - name: EndDate\n - name: IsActive\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Campaigns\n perPage: 20\n prefilter: \"\"\n presort: StartDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 4, 8, 12]\n - title: Campaign Costs vs. Revenue\n options:\n chart: CampaignCostVsRevenue\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 4, 4, 7]\n - title: Active Campaigns per Type\n options:\n chart: ActiveCampaignsByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 11, 4, 5]\n - title: Number of Leads in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfLeads\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [0, 0, 2, 4]\n - title: Number of Accounts in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfAccounts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [2, 0, 2, 4]\n - title: Number of Contacts in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfContacts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [4, 0, 2, 4]\n - title: Number of Opp. in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfOpportunities\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [6, 0, 2, 4]\n - title: Campaign Opps. vs. Target\n options:\n chart: CampaignAmountAllOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 0, 2, 4]\n - title: Campaign Won Opps. vs. Target\n options:\n chart: CampaignAmountAllWonOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 0, 2, 4]\n pages:\n - handle: RecordPageForModuleCampaign\n module: Campaigns\n title: Record page for module \"Campaign\"\n blocks:\n - title: Campaign Details\n options:\n fields:\n - name: Name\n - name: IsActive\n - name: ParentId\n - name: Type\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 10]\n - title: Campaign Planning\n options:\n fields:\n - name: BudgetedCost\n - name: ActualCost\n - name: ExpectedRevenue\n - name: Description\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 10]\n - title: Campaign Results\n options:\n fields:\n - name: NumberOfLeads\n - name: NumberOfContacts\n - name: NumberOfAccounts\n - name: NumberOfOpportunities\n - name: NumberOfWonOpportunities\n - name: AmountAllOpportunities\n - name: AmountWonOpportunities\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 10]\n - title: Generated Opportunities\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: StageName\n - name: Amount\n - name: CloseDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Opportunity\n perPage: 20\n prefilter: CampaignId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [6, 19, 6, 9]\n - title: Campaign Status\n options:\n fields:\n - name: ownedBy\n - name: Status\n - name: StartDate\n - name: EndDate\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 10]\n - title: Leads in Campaign\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Email\n - name: Company\n - name: LeadSource\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Lead\n perPage: 20\n prefilter: CampaignId = ${recordID}\n presort: RecordLabel ASC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 10, 6, 9]\n - title: Contacts in Campaign\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: AccountId\n - name: Email\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contact\n perPage: 20\n prefilter: CampaignId = ${recordID}\n presort: RecordLabel ASC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [6, 10, 6, 9]\n - title: Accounts in Campaign\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: AccountName\n - name: Type\n - name: Rating\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Account\n perPage: 20\n prefilter: CampaignId = ${recordID}\n presort: AccountName ASC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 19, 6, 9]\n visible: false\n visible: true\n - handle: Products\n title: Products\n blocks:\n - title: List of Products\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: ProductCode\n - name: Name\n - name: Family\n - name: Photo\n - name: IsActive\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Product\n perPage: 20\n prefilter: \"\"\n presort: Name ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Products per Product Family\n options:\n chart: ProductsPerFamily\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Products added per Month\n options:\n chart: ProductsAddedPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleProduct\n module: Product\n title: Record page for module \"Product\"\n blocks:\n - title: Product Description\n options:\n fields:\n - name: Name\n - name: ProductCode\n - name: Family\n - name: Description\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 10]\n - title: Appears in the following Price Books\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: PricebookId\n - name: UnitPrice\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: PricebookEntry\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 10, 6, 9]\n - title: Related Cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: CaseNumber\n - name: Subject\n - name: Status\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: CaseNumber DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [6, 10, 6, 9]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 19, 12, 9]\n - title: Files\n options:\n fields:\n - name: Photo\n - name: File\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 10]\n - title: Record Information\n options:\n fields:\n - name: IsActive\n - name: createdAt\n - name: createdBy\n - name: updatedAt\n - name: updatedBy\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 10]\n visible: false\n - handle: PriceBook\n title: Price book\n blocks:\n - title: Price Books\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Description\n - name: IsStandard\n - name: IsActive\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Pricebook\n perPage: 20\n prefilter: \"\"\n presort: Name ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Price Books created per Month\n options:\n chart: PriceBooksCreatedPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Price Book Entries per Month\n options:\n chart: PriceBookEntriesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModulePricebook\n module: Pricebook\n title: Record page for module \"Pricebook\"\n blocks:\n - title: Price Book Details\n options:\n fields:\n - name: Name\n - name: Description\n - name: IsStandard\n - name: IsActive\n kind: Record\n xywh: [0, 0, 6, 14]\n - title: Price Book Entries\n options:\n allowExport: true\n draggable: true\n editFields:\n - name: ProductId\n - name: UnitPrice\n editable: true\n fields:\n - name: ProductId\n - name: UnitPrice\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n hideSorting: true\n module: PricebookEntry\n perPage: 20\n positionField: Order\n prefilter: PricebookId = ${recordID}\n presort: \"\"\n refField: PricebookId\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [6, 0, 6, 14]\n - title: Notes\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: PricebookId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n kind: RecordList\n xywh: [0, 14, 12, 8]\n pages:\n - handle: RecordPageForModulePricebookEntry\n module: PricebookEntry\n title: Record page for module \"PricebookEntry\"\n blocks:\n - title: Details\n options:\n fields:\n - name: PricebookId\n - name: ProductId\n - name: UnitPrice\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 15]\n visible: false\n visible: false\n visible: true\n visible: true\n - handle: Events\n title: Events\n blocks:\n - title: List of Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Subject\n - name: ActivityDate\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: \"\"\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 3, 16]\n - title: Events per Type\n options:\n chart: EventsPerType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Events per Month\n options:\n chart: EventsPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n - title: Event Calendar\n options:\n defaultView: dayGridMonth\n feeds:\n - allDay: false\n endField: EndDateTime\n options:\n color: '#5680a6'\n module: Event\n prefilter: Type = 'Call'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#e38e3f'\n module: Event\n prefilter: Type = 'Email'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#ce6462'\n module: Event\n prefilter: Type = 'Meeting'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#88b5b2'\n module: Event\n prefilter: Type = 'Send Letter / Quote'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#70974d'\n module: Event\n prefilter: Type = 'Other'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#e9c153'\n module: Event\n prefilter: Type IS NULL\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n header:\n views:\n - timeGridWeek\n - timeGridDay\n - dayGridMonth\n - listMonth\n locale: en-gb\n style:\n variants: {border: primary, headerText: primary}\n kind: Calendar\n xywh: [3, 0, 6, 16]\n pages:\n - handle: RecordPageForModuleEvent\n module: Event\n title: Record page for module \"Event\"\n blocks:\n - title: Event Data\n options:\n fields:\n - name: Subject\n - name: Type\n - name: Location\n - name: Description\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 16]\n - title: Other Information\n options:\n fields:\n - name: LeadId\n - name: AccountId\n - name: ContactId\n - name: OpportunityId\n - name: QuoteId\n - name: ContractId\n - name: CaseId\n - name: createdAt\n - name: createdBy\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 16]\n - title: Event Date and Time\n options:\n fields:\n - name: ActivityDate\n - name: EndDateTime\n - name: IsAllDayEvent\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 16]\n - title: Assigned To\n options:\n fields:\n - name: OwnerId\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 16]\n visible: false\n visible: true\n - handle: Tasks\n title: Tasks\n blocks:\n - title: List of Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Subject\n - name: Status\n - name: LeadId\n - name: AccountId\n - name: ContactId\n - name: OpportunityId\n - name: ActivityDate\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: \"\"\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Tasks by Status\n options:\n chart: TasksByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Tasks per Month\n options:\n chart: TasksPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleTask\n module: Task\n title: Record page for module \"Task\"\n blocks:\n - title: Task Details\n options:\n fields:\n - name: Subject\n - name: Description\n - name: Type\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 16]\n - title: Related To\n options:\n fields:\n - name: LeadId\n - name: AccountId\n - name: ContactId\n - name: OpportunityId\n - name: QuoteId\n - name: ContractId\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 16]\n - title: Task Status\n options:\n fields:\n - name: Status\n - name: ActivityDate\n - name: Priority\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 16]\n - title: Assigned To\n options:\n fields:\n - name: OwnerId\n - name: createdBy\n - name: createdAt\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 16]\n visible: false\n visible: true\n - handle: Dashboards\n title: Dashboards\n blocks:\n - title: Leads per day\n options:\n chart: LeadsPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 0, 6, 7]\n - title: Leads By Type\n options:\n chart: LeadsByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 0, 3, 7]\n - title: Leads by Country\n options:\n chart: LeadsByCountry\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 7, 6, 7]\n - title: Lead Funnel\n options:\n chart: LeadFunnel\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 7]\n - title: Monthly Sales\n options:\n chart: MonthlySales\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 7, 6, 7]\n - title: Sales Pipeline\n options:\n chart: OpportunityStatusFunnel\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 14, 3, 7]\n - title: Sales vs. Target\n options:\n chart: SalesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 14, 3, 7]\n - title: Number of Opportunities vs. Target\n options:\n chart: NumberOfOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 14, 3, 7]\n - title: Accounts by Rating\n options:\n chart: AccountsByRating\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 14, 3, 7]\n pages:\n - handle: LeadFunnelDashboard\n title: Lead Funnel Dashboard\n blocks:\n - title: Number of Leads in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfLeads\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [0, 0, 3, 4]\n - title: Number of Accounts in Campaigns\n options:\n metrics:\n - label: Number of Accounts in Campaigns\n labelStyle: {}\n metricField: NumberOfAccounts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [3, 0, 3, 4]\n - title: Number of Contacts in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfContacts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [6, 0, 3, 4]\n - title: Number of Opp. in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfOpportunities\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [9, 0, 3, 4]\n - title: Campaign Opps. vs. Target\n options:\n chart: CampaignAmountAllOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 4, 3, 6]\n - title: Campaign Won Opps. vs. Target\n options:\n chart: CampaignAmountAllWonOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 4, 3, 6]\n - title: Active Campaigns per Type\n options:\n chart: ActiveCampaignsByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 4, 3, 6]\n - title: Campaign Costs vs. Revenue\n options:\n chart: CampaignCostVsRevenue\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 10, 6, 8]\n - title: New Leads Per Month\n options:\n chart: LeadsPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 10, 6, 8]\n - title: Leads by type\n options:\n chart: LeadsByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 18, 3, 7]\n - title: Leads by Source\n options:\n chart: LeadsBySource\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 18, 3, 7]\n - title: Lead by Country\n options:\n chart: LeadsByCountry\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 25, 12, 8]\n - title: Lead Funnel\n options:\n chart: LeadFunnel\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 4, 3, 6]\n - title: Leads by Rating\n options:\n chart: LeadsByRating\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 18, 3, 7]\n - title: Accounts by Rating\n options:\n chart: AccountsByRating\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 18, 3, 7]\n visible: true\n - handle: ForecastDashboard\n title: Forecast Dashboard\n blocks:\n - title: Sales YTD\n options:\n chart: SalesYTD\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 0, 3, 6]\n - title: Dealsize\n options:\n chart: Dealsize\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 6, 6, 8]\n - title: Monthly Sales\n options:\n chart: MonthlySales\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 14, 6, 8]\n - title: Opportunity Pipeline\n options:\n chart: OpportunityStatusFunnel\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 6]\n - title: Opportunities vs. Target\n options:\n chart: NumberOfOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 0, 3, 6]\n - title: Sales vs. Target\n options:\n chart: SalesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 0, 3, 6]\n - title: Quotes Per Month\n options:\n chart: QuotesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 14, 6, 8]\n - title: Number of Opportunities per Month\n options:\n chart: OpportunitiesCreatedPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 6, 6, 8]\n visible: true\n - handle: KPIsAndSalesActivitiesDashboard\n title: KPIs and Sales Activities Dashboard\n blocks:\n - title: New Leads\n options:\n metrics:\n - filter: Status = 'New'\n labelStyle: {}\n metricField: count\n module: Lead\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [0, 0, 2, 4]\n - title: Converted Leads\n options:\n metrics:\n - filter: Status = 'Converted'\n labelStyle: {}\n metricField: count\n module: Lead\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [2, 0, 2, 4]\n - title: Open Opportunities\n options:\n metrics:\n - filter: StageName != 'Closed Won' AND StageName != 'Closed Lost'\n labelStyle: {}\n metricField: count\n module: Opportunity\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [4, 0, 2, 4]\n - title: Number of Leads in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfLeads\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [0, 4, 2, 4]\n - title: Number of Accounts in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfAccounts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [2, 4, 2, 4]\n - title: Number of Contacts in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfContacts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [4, 4, 2, 4]\n - title: Number of Opp. in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfOpportunities\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [6, 4, 2, 4]\n - title: Won Opp. YTD\n options:\n metrics:\n - filter: YEAR(created_at) = YEAR(NOW()) AND Amount IS NOT NULL\n labelStyle: {}\n metricField: count\n module: Opportunity\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [6, 0, 2, 4]\n - title: Sales YTD\n options:\n chart: SalesYTD\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 0, 2, 4]\n - title: Sales vs. Target\n options:\n chart: SalesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 0, 2, 4]\n - title: Campaign Opps. vs. Target\n options:\n chart: CampaignAmountAllOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 4, 2, 4]\n - title: Campaign Won Opps. vs. Target\n options:\n chart: CampaignAmountAllWonOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 4, 2, 4]\n - title: Leads per Month\n options:\n chart: LeadsPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 8, 6, 7]\n - title: Sales per Month\n options:\n chart: MonthlySales\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 15, 6, 7]\n - title: Campaign Cost vs. Revenue\n options:\n chart: CampaignCostVsRevenue\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 8, 6, 7]\n - title: Quotes per Month\n options:\n chart: QuotesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 15, 6, 7]\n - title: Contracts Starting per Month\n options:\n chart: ContractsPerStartingMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 22, 6, 7]\n - title: Cases per Month\n options:\n chart: CasesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 22, 6, 7]\n visible: true\n - handle: ExecutiveDailyViewDashboard\n title: Executive Daily View Dashboard\n blocks:\n - title: Sales Pipeline\n options:\n chart: OpportunitySalesPipeline\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 0, 3, 8]\n - title: Key Opportunities\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: AccountId\n - name: Amount\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Opportunity\n perPage: 20\n prefilter: StageName != 'Closed Won' AND StageName != 'Closed Lost'\n presort: Amount DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [3, 0, 6, 8]\n - title: Total Pipeline (\xe2\x82\xac)\n options:\n metrics:\n - filter: StageName != 'Closed Won' AND StageName != 'Closed Lost'\n labelStyle: {}\n metricField: Amount\n module: Opportunity\n numberFormat: \"0.0\"\n operation: sum\n suffix: k\n transformFx: v=v/1000\n valueStyle:\n backgroundColor: '#ffffff'\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [9, 0, 3, 8]\n - title: Activities by Type\n options:\n chart: EventsPerType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 8, 3, 7]\n - title: Activities per Month\n options:\n chart: EventsPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 8, 6, 7]\n - title: Quotes by Status\n options:\n chart: QuotesByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 15, 3, 7]\n - title: Lead Funnel\n options:\n chart: LeadFunnel\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 15, 3, 7]\n - title: Cases by Status\n options:\n chart: CasesByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 15, 3, 7]\n - title: Contract by Status\n options:\n chart: ContractsByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 15, 3, 7]\n - title: Tasks by Status\n options:\n chart: TasksByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 7]\n visible: true\n visible: true\n - handle: More\n title: More\n blocks:\n - title: Additional CRM modules\n options:\n body:


Available in the menu under \"More\".

\n kind: Content\n xywh: [0, 0, 3, 3]\n pages:\n - handle: Notes\n title: Notes\n blocks:\n - title: List of Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: LeadId\n - name: AccountId\n - name: ContactId\n - name: OpportunityId\n - name: createdAt\n - name: createdBy\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n pages:\n - handle: RecordPageForModuleNote\n module: Note\n title: Record page for module \"Note\"\n blocks:\n - title: Note\n options:\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n - name: createdBy\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 20]\n - title: Files\n options:\n fields:\n - name: Files\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 20]\n - title: Related Objects\n options:\n fields:\n - name: LeadId\n - name: AccountId\n - name: ContactId\n - name: OpportunityId\n - name: QuoteId\n - name: ContractId\n - name: CaseId\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 20]\n visible: false\n visible: true\n - handle: Cases\n title: Cases\n blocks:\n - title: List of Cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: CaseNumber\n - name: Subject\n - name: Status\n - name: CreatedDate\n - name: OwnerId\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 8, 17]\n - title: Cases per Month\n options:\n chart: CasesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 11, 4, 6]\n - title: Cases by Status\n options:\n chart: CasesByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 0, 2, 5]\n - title: Cases by Type\n options:\n chart: CasesByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 5, 2, 6]\n - title: Cases by Priority\n options:\n chart: CasesByPriority\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 0, 2, 5]\n - title: Cases by Origin\n options:\n chart: CasesByOrigin\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 5, 2, 6]\n pages:\n - handle: RecordPageForModuleCase\n module: Case\n title: Record page for module \"Case\"\n blocks:\n - title: Case Main Information\n options:\n fields:\n - name: CaseNumber\n - name: Subject\n - name: AccountId\n - name: ContactId\n - name: ProductId\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 12]\n - title: Case Details\n options:\n fields:\n - name: Type\n - name: Description\n - name: File\n - name: Origin\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 12]\n - title: Case Status\n options:\n fields:\n - name: Status\n - name: OwnerId\n - name: CreatedDate\n - name: Priority\n - name: IsEscalated\n - name: IsClosed\n - name: ClosedDate\n - name: Reason\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 12]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 21, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [4, 21, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [8, 21, 4, 8]\n - title: Case Updates\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Description\n - name: File\n - name: createdBy\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: CaseUpdate\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 12, 9, 9]\n - title: Case Actions\n options:\n buttons:\n - enabled: true\n label: Set Case status to Working\n resourceType: compose:record\n script: /client-scripts/compose/crm/Case/SetStatusToWorking.js:default\n - enabled: true\n label: Set Case status to Closed\n resourceType: compose:record\n script: /client-scripts/compose/crm/Case/SetStatusToClosed.js:default\n - enabled: true\n label: Inform the contact via email of the Case solution\n resourceType: compose:record\n script: /client-scripts/compose/crm/Case/InformContact.js:default\n sealed: false\n style:\n variants: {border: primary, headerText: primary}\n kind: Automation\n xywh: [9, 12, 3, 9]\n - title: Case Solution\n options:\n fields:\n - name: SolutionName\n - name: SolutionNote\n - name: SolutionFile\n - name: SolutionId\n - name: SubmitAsSolution\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 12]\n pages:\n - handle: RecordPageForModuleCaseUpdate\n module: CaseUpdate\n title: Record page for module \"CaseUpdate\"\n blocks:\n - title: Case Update\n options:\n fields:\n - name: CaseId\n - name: Description\n - name: Type\n - name: File\n - name: IsSolution\n - name: createdBy\n - name: createdAt\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 15]\n visible: false\n visible: false\n visible: true\n - handle: Solutions\n title: Solutions\n blocks:\n - title: List of Solutions\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: SolutionNumber\n - name: SolutionName\n - name: SolutionNote\n - name: CaseId\n - name: ProductId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Solution\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Solutions by Status\n options:\n chart: SolutionsByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Solutions Created per Month\n options:\n chart: SolutionsCreatedPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleSolution\n module: Solution\n title: Record page for module \"Solution\"\n blocks:\n - title: Solution Details\n options:\n fields:\n - name: SolutionNumber\n - name: SolutionName\n - name: SolutionNote\n - name: File\n - name: CaseId\n - name: ProductId\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 15]\n visible: false\n visible: true\n - handle: DefaultSettings\n title: Default Settings\n description: A list of defaults values which are called upon in automation\n processes.\n blocks:\n - title: Default settings\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: createdAt\n - name: updatedAt\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Settings\n perPage: 20\n prefilter: \"\"\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n kind: RecordList\n xywh: [0, 0, 12, 7]\n pages:\n - handle: RecordPageForModuleDefaultSettings\n module: Settings\n title: Record page for module \"DefaultSettings\"\n blocks:\n - title: Quote Settings\n options:\n fields:\n - name: QuoteNextNumber\n - name: QuoteExpirationDays\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 12]\n - title: Opportunity Settings\n options:\n fields:\n - name: OpportunityCloseDateDays\n - name: OpportunityProbability\n - name: OpportunityForecaseCategory\n - name: OpportunityStagename\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 12]\n - title: Contract Settings\n options:\n fields:\n - name: ContractNextNumber\n - name: ContractDefaultTime\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 12]\n - title: Case Settings\n options:\n fields:\n - name: CaseNextNumber\n - name: SolutionNextNumber\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 12]\n - title: Opportunity Qualification Weights\n options:\n fields:\n - name: ScoreBudget\n - name: ScoreAuthority\n - name: ScoreNeed\n - name: ScoreTimescale\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 12, 3, 8]\n - title: Opportunity Facts Weighting\n options:\n fields:\n - name: ScoreTurnover\n - name: ScoreYearsInBusiness\n - name: ScoreSource\n - name: ScoreProductKnowlege\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 12, 3, 8]\n - title: Opportunity Cutsom Weighting\n options:\n fields:\n - name: ScoreTechnicalDepth\n - name: ScoreCompetition\n - name: ScoreCriticality\n - name: ScoreRepeatPurchase\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 12, 3, 8]\n visible: false\n visible: true\n visible: true\n - handle: UnpublishedModules\n title: Unpublished modules\n blocks:\n - title: Temp\n options:\n body:


\n kind: Content\n xywh: [0, 0, 3, 3]\n pages:\n - handle: RecordPageForModuleQuestion\n module: Question\n title: Record page for module \"Question\"\n blocks:\n - title: Question Details\n options:\n fields:\n - name: Title\n - name: Body\n - name: NumReplies\n - name: BestReplyId\n - name: UpVotes\n - name: VoteScore\n kind: Record\n xywh: [0, 0, 4, 13]\n - title: Replies\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Body\n - name: Name\n - name: UpVotes\n - name: DownVotes\n - name: VoteTotal\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Reply\n perPage: 20\n prefilter: QuestionId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n kind: RecordList\n xywh: [0, 13, 12, 7]\n - title: Votes\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Score\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Vote\n perPage: 20\n prefilter: QuestionId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n kind: RecordList\n xywh: [4, 0, 8, 13]\n pages:\n - handle: RecordPageForModuleReply\n module: Reply\n title: Record page for module \"Reply\"\n blocks:\n - title: Reply Details\n options:\n fields:\n - name: QuestionId\n - name: IdeaId\n - name: Body\n - name: Name\n - name: UpVotes\n - name: DownVotes\n - name: VoteTotal\n kind: Record\n xywh: [0, 0, 6, 20]\n - title: Votes\n options:\n fields:\n - name: Score\n - name: CreatedById\n - name: CreatedDate\n module: Vote\n page: RecordPageForModuleVote\n perPage: 20\n prefilter: ReplyId = ${recordID}\n kind: RecordList\n xywh: [6, 0, 6, 20]\n visible: false\n - handle: RecordPageForModuleVote\n module: Vote\n title: Record page for module \"Vote\"\n blocks:\n - title: Vote Score\n options:\n fields:\n - name: Score\n - name: CreatedById\n - name: CreatedDate\n kind: Record\n xywh: [0, 0, 4, 13]\n - title: Related Object\n options:\n fields:\n - name: IdeaId\n - name: ReplyId\n - name: QuestionId\n kind: Record\n xywh: [4, 0, 4, 13]\n visible: false\n visible: false\n - handle: Ideas\n title: Ideas\n blocks:\n - title: List of Ideas\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Categories\n - name: ParentIdeaId\n - name: VoteScore\n - name: Status\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Idea\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n kind: RecordList\n xywh: [0, 0, 12, 20]\n pages:\n - handle: RecordPageForModuleIdea\n module: Idea\n title: Record page for module \"Idea\"\n blocks:\n - title: Idea Details\n options:\n fields:\n - name: Title\n - name: Body\n - name: Categories\n - name: ParentIdeaId\n - name: CreatorName\n - name: Status\n - name: VoteScore\n - name: VoteTotal\n kind: Record\n xywh: [0, 0, 4, 20]\n - title: Votes\n options:\n fields:\n - name: Score\n - name: CreatedById\n - name: CreatedDate\n module: Vote\n page: RecordPageForModuleVote\n perPage: 20\n prefilter: IdeaId = ${recordID}\n kind: RecordList\n xywh: [8, 0, 4, 20]\n - title: Replies\n options:\n fields:\n - name: Body\n - name: Name\n - name: UpVotes\n - name: DownVotes\n - name: VoteTotal\n module: Reply\n page: RecordPageForModuleReply\n perPage: 20\n prefilter: IdeaId = ${recordID}\n kind: RecordList\n xywh: [4, 0, 4, 20]\n visible: false\n visible: false\n - handle: Emails\n title: Emails\n blocks:\n - title: List of Email Templates\n options:\n fields:\n - name: Name\n - name: IsActive\n - name: createdBy\n module: EmailTemplate\n page: RecordPageForModuleEmailTemplate\n perPage: 20\n presort: createdAt DESC\n kind: RecordList\n xywh: [8, 0, 4, 20]\n pages:\n - handle: RecordPageForModuleEmailTemplate\n module: EmailTemplate\n title: Record page for module \"EmailTemplate\"\n blocks:\n - title: Email Template Details\n options:\n fields:\n - name: Name\n - name: Subject\n - name: Description\n - name: Body\n - name: IsActive\n kind: Record\n xywh: [0, 0, 6, 19]\n visible: false\n visible: false\n - handle: Questions\n title: Questions\n blocks:\n - title: List of Questions\n options:\n fields:\n - name: Title\n - name: CreatedDate\n - name: NumReplies\n module: Question\n page: RecordPageForModuleQuestion\n perPage: 20\n presort: createdAt DESC\n kind: RecordList\n xywh: [0, 0, 12, 20]\n visible: false\n visible: false\nPK\x07\x08F2\xc3\x0bH\x06\x02\x00H\x06\x02\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1d\x00 \x001400_pages_service-cloud.yamlUT\x05\x00\x01\x80Cm8namespace: service-cloud\npages:\n - handle: Home\n title: Home\n blocks:\n - title: All Cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Number\n - name: Subject\n - name: Status\n - name: Priority\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 6, 16]\n - title: New cases per month\n options:\n chart: NewCasesByMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 0, 3, 6]\n - title: Cases by priority\n options:\n chart: CasesByPriority\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 6, 3, 5]\n - title: Cases by category\n options:\n chart: CasesByCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 11, 3, 5]\n - title: Closed cases per month\n options:\n chart: ClosedCasesPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 6]\n - title: Cases by status\n options:\n chart: CasesByStatus\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 6, 3, 5]\n - title: Total cost per case category (in $)\n options:\n chart: CostPerCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 11, 3, 5]\n visible: true\n - handle: Cases\n title: Cases\n blocks:\n - title: All cases\n options:\n allowExport: true\n fields:\n - name: Number\n - name: Subject\n - name: ProductId\n - name: Category\n - name: Status\n - name: Priority\n - name: CaseOwner\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Cases by priority\n options:\n chart: CasesByPriority\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Cases by category\n options:\n chart: CasesByCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleCase\n module: Case\n title: Record page for module \"Case\"\n blocks:\n - title: Case Description\n options:\n fields:\n - name: Number\n - name: Status\n - name: Category\n - name: Description\n - name: Priority\n - name: ProductId\n - name: Solution\n - name: CloseDate\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 11]\n - title: Case Details\n options:\n fields:\n - name: CaseOwner\n - name: Escalated\n - name: AccountId\n - name: ContactId\n - name: MailingList\n - name: TotalTime\n - name: TotalCost\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 11]\n - title: Case Subject\n options:\n fields:\n - name: Subject\n style:\n variants: {bodyBg: white, border: success, headerBg: white, headerText: success}\n kind: Record\n xywh: [3, 0, 6, 3]\n - title: Updates\n options:\n fields:\n - name: Type\n - name: Subject\n - name: Content\n - name: From\n - name: createdAt\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Update\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [3, 5, 6, 13]\n - title: Related Attachments\n options:\n fields:\n - name: File\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Attachement\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 11, 3, 7]\n - title: Search the Knowledge Base\n options:\n fields:\n - name: Number\n - name: Title\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: KnowledgeBase\n perPage: 20\n prefilter: \"\"\n presort: Number ASC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [9, 11, 3, 7]\n - options:\n buttons:\n - enabled: true\n label: Add Update to this Case\n resourceType: compose:record\n script: /client-scripts/compose/service-cloud/Case/AddUpdate.js:default\n - enabled: true\n label: Create email for this Case\n resourceType: compose:record\n script: /client-scripts/compose/service-cloud/Case/CreateEmail.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [3, 3, 6, 2]\n pages:\n - handle: RecordPageForModuleAttachement\n module: Attachement\n title: Record page for module \"Attachement\"\n blocks:\n - title: Attachment Details\n options:\n fields:\n - name: Name\n - name: CaseId\n - name: File\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 5, 18]\n visible: false\n - handle: RecordPageForModuleUpdate\n module: Update\n title: Record page for module \"Update\"\n blocks:\n - title: Content\n options:\n fields:\n - name: CaseId\n - name: Subject\n - name: Content\n - name: Type\n - name: From\n - name: To\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 8, 18]\n - title: Notifications\n options:\n fields:\n - name: ContactId\n - name: NotificationCaseCreator\n - name: NotificationCaseOwner\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 7]\n - title: Other Information\n options:\n fields:\n - name: AccountId\n - name: Department\n - name: TimeSpend\n - name: Cost\n - name: createdAt\n - name: createdBy\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 7, 4, 11]\n visible: false\n visible: false\n - handle: AllMyCases\n title: All my cases\n blocks:\n - title: All my cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Number\n - name: Subject\n - name: Status\n - name: Priority\n - name: CaseOwner\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: ${userID} = CaseOwner\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n visible: true\n - handle: MyNewCases\n title: My new cases\n blocks:\n - title: My new cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Number\n - name: Subject\n - name: Status\n - name: Priority\n - name: CaseOwner\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: ${userID} = CaseOwner AND Status = 'New'\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n visible: true\n visible: true\n - handle: Accounts\n title: Accounts\n blocks:\n - title: Accounts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: AccountName\n - name: BillingCountry\n - name: OwnerId\n - name: Rating\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Account\n perPage: 20\n prefilter: \"\"\n presort: AccountName ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Total time spent on cases per account (in hours)\n options:\n chart: TimePerAccount\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Total costs of cases per account (in $)\n options:\n chart: CostsPerAccount\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleAccount\n module: Account\n title: Record page for module \"Account\"\n blocks:\n - title: Account Detail\n options:\n fields:\n - name: AccountName\n - name: Type\n - name: Industry\n - name: NumberOfEmployees\n - name: AnnualRevenue\n - name: Twitter\n - name: LinkedIn\n - name: Facebook\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 12]\n - title: Account Address\n options:\n fields:\n - name: BillingStreet\n - name: BillingCity\n - name: BillingState\n - name: BillingPostalCode\n - name: BillingCountry\n - name: Phone\n - name: Website\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 12]\n - title: Other Information\n options:\n fields:\n - name: TotalTime\n - name: TotalCost\n - name: Rating\n - name: ParentId\n - name: AccountSource\n - name: OwnerId\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 12]\n - title: Twitter Feed\n options:\n fields: []\n profileSourceField: Twitter\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: SocialFeed\n xywh: [9, 0, 3, 30]\n - title: Cases\n options:\n allowExport: true\n fields:\n - name: Number\n - name: Subject\n - name: Category\n - name: Priority\n - name: Status\n - name: TotalTime\n - name: TotalCost\n - name: createdAt\n module: Case\n page: RecordPageForModuleCase\n perPage: 20\n prefilter: ${recordID} = AccountId\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 12, 9, 9]\n - title: Contacts\n options:\n allowExport: true\n fields:\n - name: RecordLabel\n module: Contact\n page: RecordPageForModuleContact\n perPage: 20\n prefilter: ${recordID} = AccountId\n presort: RecordLabel ASC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [6, 21, 3, 9]\n - title: Entitlements\n options:\n allowExport: true\n fields:\n - name: ProductId\n - name: Name\n - name: StartDate\n - name: EndDate\n - name: Status\n - name: Type\n module: Entitlement\n page: RecordPageForModuleEntitlement\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: EndDate ASC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 21, 6, 9]\n visible: false\n - handle: Contacts\n title: Contacts\n blocks:\n - title: Contacts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Email\n - name: Phone\n - name: AccountId\n - name: OwnerId\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contact\n perPage: 20\n prefilter: \"\"\n presort: RecordLabel ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n pages:\n - handle: RecordPageForModuleContact\n module: Contact\n title: Record page for module \"Contact\"\n blocks:\n - title: Personal Data\n options:\n fields:\n - name: FirstName\n - name: LastName\n - name: Title\n - name: Phone\n - name: Email\n - name: Twitter\n - name: Facebook\n - name: LinkedIn\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 11]\n - title: Contact Address\n options:\n fields:\n - name: AccountId\n - name: IsPrimary\n - name: MailingStreet\n - name: MailingCity\n - name: MailingState\n - name: MailingPostalCode\n - name: MailingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 11]\n - title: Other Information\n options:\n fields:\n - name: OwnerId\n - name: DoNotCall\n - name: HasOptedOutOfEmail\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 11]\n - title: Contact Twitter Feed\n options:\n fields: []\n profileSourceField: Twitter\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: SocialFeed\n xywh: [9, 0, 3, 30]\n - title: Cases related to this Contact\n options:\n allowExport: true\n fields:\n - name: Number\n - name: Status\n - name: Priority\n - name: Subject\n - name: TotalTime\n - name: TotalCost\n - name: createdAt\n module: Case\n page: RecordPageForModuleCase\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 11, 9, 9]\n - title: Emails\n options:\n allowExport: true\n fields:\n - name: ToAddress\n - name: Subject\n - name: HtmlBody\n - name: EmailTemplateId\n - name: Status\n - name: MessageDate\n - name: createdAt\n module: EmailMessage\n page: RecordPageForModuleEmailMessage\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 20, 9, 9]\n pages:\n - handle: RecordPageForModuleEmailMessage\n module: EmailMessage\n title: Record page for module \"Email Message\"\n blocks:\n - title: Message\n options:\n fields:\n - name: Subject\n - name: HtmlBody\n style:\n variants: {bodyBg: white, border: primary, headerBg: white,\n headerText: primary}\n kind: Record\n xywh: [0, 0, 6, 16]\n - title: To\n options:\n fields:\n - name: ContactId\n - name: CaseId\n style:\n variants: {bodyBg: white, border: primary, headerBg: white,\n headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 8]\n - title: Template\n options:\n fields:\n - name: EmailTemplateId\n style:\n variants: {bodyBg: white, border: primary, headerBg: white,\n headerText: primary}\n kind: Record\n xywh: [6, 8, 3, 8]\n - title: Status\n options:\n fields:\n - name: Status\n - name: MessageDate\n - name: createdBy\n - name: createdAt\n style:\n variants: {bodyBg: white, border: primary, headerBg: white,\n headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 8]\n - title: Actions\n options:\n buttons:\n - label: Load selected tempate in to email message\n variant: primary\n - label: Send email to the contact\n variant: success\n style:\n variants: {bodyBg: white, border: primary, headerBg: white,\n headerText: primary}\n kind: Automation\n xywh: [9, 8, 3, 8]\n visible: false\n visible: false\n visible: true\n - handle: Entitlements\n title: Entitlements\n blocks:\n - title: Entitlements\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: AccountId\n - name: ProductId\n - name: Name\n - name: Type\n - name: StartDate\n - name: EndDate\n - name: Status\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Entitlement\n perPage: 20\n prefilter: \"\"\n presort: EndDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n pages:\n - handle: RecordPageForModuleEntitlement\n module: Entitlement\n title: Record page for module \"Entitlement\"\n blocks:\n - title: Product Entitlement\n options:\n fields:\n - name: AccountId\n - name: ProductId\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 15]\n - title: Entitlement Status\n description: The data below is automatically loaded using the data\n on the left, each time when the record is saved. It is not possible\n to overwrite this data manually.\n options:\n fields:\n - name: Status\n - name: StartDate\n - name: EndDate\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 15]\n - title: Entitlement Data\n description: The date below is loaded from the entitlement template\n of the product selected on the left upon record creation. It is\n possible to overwrite this data afterwards.\n options:\n fields:\n - name: Name\n - name: Type\n - name: Term\n - name: TermType\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 15]\n visible: false\n visible: true\n visible: true\n - handle: Products\n title: Products\n blocks:\n - title: Products\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: ProductCode\n - name: Name\n - name: Family\n - name: Photo\n - name: IsActive\n - name: EntitlementTemplateId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Product\n perPage: 20\n prefilter: \"\"\n presort: ProductCode ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Time spent per product family (in hours)\n options:\n chart: TimeSpentPerProductFamily\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Cost per product family (in $)\n options:\n chart: CostPerProductFamily\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleProduct\n module: Product\n title: Record page for module \"Product\"\n blocks:\n - title: Product Description\n options:\n fields:\n - name: ProductCode\n - name: Name\n - name: Family\n - name: EntitlementTemplateId\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 10]\n - title: Other Information\n options:\n fields:\n - name: IsActive\n - name: createdAt\n - name: createdBy\n - name: updatedAt\n - name: updatedBy\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 10]\n - title: Entitlements for this product\n options:\n allowExport: true\n fields:\n - name: AccountId\n - name: ProductId\n - name: Name\n - name: Type\n - name: StartDate\n - name: EndDate\n - name: Status\n module: Entitlement\n page: RecordPageForModuleEntitlement\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: EndDate ASC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 10, 12, 8]\n - title: Cases related to this product\n options:\n fields:\n - name: Number\n - name: Subject\n - name: Status\n - name: Priority\n module: Case\n page: RecordPageForModuleCase\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 18, 6, 7]\n - title: Knowledge Base items related to this product\n options:\n fields:\n - name: Number\n - name: Title\n - name: IsPublished\n module: KnowledgeBase\n page: RecordPageForModuleKnowledgeBase\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: Title ASC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [6, 18, 6, 7]\n - title: Files\n options:\n fields:\n - name: Photo\n - name: Manual\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 10]\n - title: Cases totals\n options:\n fields:\n - name: TotalTime\n - name: TotalCost\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 10]\n visible: false\n - handle: EntitlementTemplates\n title: Entitlement Templates\n blocks:\n - title: Entitlement Templates\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Type\n - name: Term\n - name: TermType\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: EntitlementTemplate\n perPage: 20\n prefilter: \"\"\n presort: Name ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n pages:\n - handle: RecordPageForModuleEntitlementTemplate\n module: EntitlementTemplate\n title: Record page for module \"EntitlementTemplate\"\n blocks:\n - title: Entitlement Template\n options:\n fields:\n - name: Name\n - name: Term\n - name: TermType\n - name: Type\n - name: createdAt\n - name: createdBy\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 6, 16]\n - title: Products that use this entitlements template\n options:\n allowExport: true\n fields:\n - name: ProductCode\n - name: Name\n - name: Family\n - name: Photo\n - name: IsActive\n module: Product\n page: RecordPageForModuleProduct\n perPage: 20\n prefilter: EntitlementTemplateId = ${recordID}\n presort: ProductCode ASC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [6, 0, 6, 16]\n visible: false\n visible: true\n visible: true\n - handle: KnowledgeBase\n title: Knowledge Base\n blocks:\n - title: Knowledge Base\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Number\n - name: Title\n - name: IsPublished\n - name: IsReviewed\n - name: Status\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: KnowledgeBase\n perPage: 20\n prefilter: \"\"\n presort: Number ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: KB articles per type\n options:\n chart: KnowledgeBaseArticlesPerType\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: KB articles created per day\n options:\n chart: KnowledgeBaseItemsCreatedPerDay\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleKnowledgeBase\n module: KnowledgeBase\n title: Record page for module \"Knowledge Base\"\n blocks:\n - title: Details\n options:\n fields:\n - name: Content\n - name: File\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 5, 6, 15]\n - title: Cases with this KB Item as Solution\n options:\n fields:\n - name: Number\n - name: Subject\n - name: createdAt\n module: Case\n page: RecordPageForModuleCase\n perPage: 20\n prefilter: Solution = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [9, 0, 3, 20]\n - title: Title\n options:\n fields:\n - name: Title\n - name: Number\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: success}\n kind: Record\n xywh: [3, 0, 6, 5]\n - title: Details\n options:\n fields:\n - name: Type\n - name: Category\n - name: ProductId\n - name: Status\n - name: IsReviewed\n - name: IsPublished\n - name: createdAt\n - name: createdBy\n - name: updatedAt\n - name: updatedBy\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 20]\n visible: false\n visible: true\n - handle: Departments\n title: Departments\n blocks:\n - title: Departments\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Employees\n - name: HourCost\n - name: TotalTime\n - name: TotalCost\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Department\n perPage: 20\n prefilter: \"\"\n presort: Name ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Total time spent per department (in hours)\n options:\n chart: TotalTimeSpentPerDepartment\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Total case costs per department (in $)\n options:\n chart: TotalCostPerDepartment\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleDepartment\n module: Department\n title: Record page for module \"Department\"\n blocks:\n - title: Department details\n options:\n fields:\n - name: Name\n - name: Employees\n - name: HourCost\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 6, 6]\n - title: Total time and cost of department related to work on cases\n options:\n fields:\n - name: TotalTime\n - name: TotalCost\n - name: DepartmentSelect\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 6, 6]\n - title: Case updates related to the department\n options:\n allowExport: true\n fields:\n - name: CaseId\n - name: AccountId\n - name: ContactId\n - name: Type\n - name: Subject\n - name: TimeSpend\n - name: Cost\n - name: createdAt\n module: Update\n page: RecordPageForModuleUpdate\n perPage: 20\n prefilter: Department = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 6, 12, 10]\n visible: false\n visible: true\n - handle: Dashboard\n title: Dashboard\n blocks:\n - title: Cases by category\n options:\n chart: CasesByCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [3, 18, 3, 6]\n - title: Cases by priority\n options:\n chart: CasesByPriority\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 18, 3, 6]\n - title: New cases per month\n options:\n chart: NewCasesByMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 0, 3, 6]\n - title: Number of active entitlements\n options:\n chart: ActiveEntitlements\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 18, 3, 6]\n - title: Knowledge base articles per type\n options:\n chart: KnowledgeBaseArticlesPerType\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 24, 3, 6]\n - title: Closed cases per month\n options:\n chart: ClosedCasesPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [3, 0, 3, 6]\n - title: Average time spent per case (in hours)\n options:\n chart: AverageTimeSpentPerCase\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 18, 3, 6]\n - title: Total time spent per month (in hours)\n options:\n chart: TotalTimeSpentPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 0, 3, 6]\n - title: Total cost per case category (in $)\n options:\n chart: CostPerCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 6, 3, 6]\n - title: Total cost per month (in $)\n options:\n chart: TotalCostPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 6]\n - title: Case updates per type\n options:\n chart: CaseUpdatesPerType\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [3, 24, 3, 6]\n - title: Total time spent per category (in hours)\n options:\n chart: TotalTimeSpentPerCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 6, 3, 6]\n - title: Cases by status\n options:\n chart: CasesByStatus\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 24, 3, 6]\n - title: Total time spent per account (in hours)\n options:\n chart: TimePerAccount\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 12, 3, 6]\n - title: Total costs per account (in $)\n options:\n chart: CostsPerAccount\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 12, 3, 6]\n - title: Time spent per product family (in hours)\n options:\n chart: TimeSpentPerProductFamily\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 12, 3, 6]\n - title: Total costs per product family (in $)\n options:\n chart: CostPerProductFamily\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [3, 12, 3, 6]\n - title: Total time spent per department (in hours)\n options:\n chart: TotalTimeSpentPerDepartment\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 6, 3, 6]\n - title: Total cost per department (in $)\n options:\n chart: TotalCostPerDepartment\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [3, 6, 3, 6]\n - title: KB articles created per day\n options:\n chart: KnowledgeBaseItemsCreatedPerDay\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 24, 3, 6]\n visible: true\n - handle: Settings\n title: Settings\n blocks:\n - title: Settings\n options:\n fields:\n - name: KBNextNumber\n - name: DefaultCostPerHour\n - name: DefaultDepartment\n - name: DefaultTimeUpdate\n - name: DefaultSupportChannel\n - name: DefaultCaseRecordLink\n - name: DefaultCaseEmailTemplate\n hideAddButton: true\n hidePaging: true\n hideSearch: true\n hideSorting: true\n module: Settings\n page: RecordPageForModuleSettings\n perPage: 20\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 5]\n pages:\n - handle: RecordPageForModuleSettings\n module: Settings\n title: Record page for module \"Settings\"\n blocks:\n - title: Settings\n options:\n fields:\n - name: KBNextNumber\n - name: DefaultCostPerHour\n - name: DefaultDepartment\n - name: DefaultTimeUpdate\n - name: DefaultSupportChannel\n - name: DefaultCaseRecordLink\n - name: DefaultCaseEmailTemplate\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 6, 17]\n visible: false\n - handle: EmailTemplates\n title: Email Templates\n blocks:\n - title: Email Templates\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Subject\n - name: Description\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: EmailTemplate\n perPage: 20\n prefilter: \"\"\n presort: Name ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n pages:\n - handle: RecordPageForModuleEmailTemplate\n module: EmailTemplate\n title: Record page for module \"Email Template\"\n blocks:\n - title: Template\n options:\n fields:\n - name: Name\n - name: Description\n - name: Subject\n - name: Body\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 8, 12]\n - title: Other Information\n options:\n fields:\n - name: createdBy\n - name: createdAt\n - name: updatedBy\n - name: updatedAt\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 12]\n - title: Template is used in following emails\n options:\n allowExport: true\n fields:\n - name: Subject\n - name: CaseId\n - name: ContactId\n - name: ToAddress\n - name: Status\n - name: MessageDate\n module: EmailMessage\n page: RecordPageForModuleEmailMessage\n perPage: 20\n prefilter: EmailTemplateId = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 12, 12, 10]\n visible: false\n visible: true\n visible: true\nPK\x07\x08>\x08\xeaV\xb9\xba\x00\x00\xb9\xba\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1d\x00 \x001500_record_settings_crm.yamlUT\x05\x00\x01\x80Cm8namespace: crm\nrecords:\n Settings:\n - values:\n QuoteExpirationDays: \"30\"\n QuoteNextNumber: \"1\"\n OpportunityCloseDateDays: \"30\"\n OpportunityProbability: \"10\"\n OpportunityForecaseCategory: \"Pipeline\"\n OpportunityStagename: \"Qualification\"\n ContractNextNumber: \"1\"\n ContractDefaultTime: \"12\"\n CaseNextNumber: \"1\"\n SolutionNextNumber: \"1\"\n ScoreBudget: \"1\"\n ScoreAuthority: \"1\"\n ScoreNeed: \"1\"\n ScoreTimescale: \"1\"\n ScoreTurnover: \"0\"\n ScoreYearsInBusiness: \"1\"\n ScoreSource: \"0\"\n ScoreProductKnowlege: \"0\"\n ScoreTechnicalDepth: \"0\"\n ScoreCompetition: \"1\"\n ScoreCriticality: \"1\"\n ScoreRepeatPurchase: \"1\"\nPK\x07\x08\x91\x12\x1bz\xc9\x02\x00\x00\xc9\x02\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'\x00 \x001500_record_settings_service-cloud.yamlUT\x05\x00\x01\x80Cm8namespace: service-cloud\nrecords:\n Department:\n - values:\n Name: \"Service\"\n HourCost: \"50\"\n EmailTemplate:\n - values:\n Name: \"Case Update\"\n Description: \"This is the default case update template\"\n Subject: \"Case: [{{Case.Number}}] {{Case.Subject}}\"\n Body: |-\n

Dear {{Contact.FirstName}},

We are contacting you with regard to the case \"{{Case.Subject}}\".

ADD_REASON_FOR_CONTACT_HERE

You can reply directly to this email. When replying, please make sure the ticket ID is kept in the subject so we can track your replies.

Kind regards,

The service team

\n Settings:\n - values:\n KBNextNumber: \"1\"\n DefaultCostPerHour: \"50\"\n DefaultTimeUpdate: \"0.25\"\nPK\x07\x08M|s\x8fQ\x17\x00\x00Q\x17\x00\x00PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(O\x85\xf3\xd3\xd7\x02\x00\x00\xd7\x02\x00\x00\x18\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x00\x00\x00\x000000_access_control.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x12\xb2K=\xb9\x00\x00\x00\xb9\x00\x00\x00\x12\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81&\x03\x00\x000100_settings.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\xe8\x0c\x08\xf3\x88\x00\x00\x00\x88\x00\x00\x00\x17\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81(\x04\x00\x001000_namespace_crm.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x8c~U\x925\x00\x00\x005\x00\x00\x00!\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\xfe\x04\x00\x001000_namespace_service-cloud.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x9a\x94\xbd\x7fM\xdf\x03\x00M\xdf\x03\x00\x15\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x8b\x05\x00\x001100_modules_crm.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\xf6\xa7W\x12\x06\xbf\x00\x00\x06\xbf\x00\x00\x1f\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81$\xe5\x03\x001100_modules_service-cloud.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\xc1\xc0tv\x1aN\x00\x00\x1aN\x00\x00\x14\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x80\xa4\x04\x001200_charts_crm.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\xc6\xf2zM$\x00\x00M$\x00\x00\x1e\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\xe5\xf2\x04\x001200_charts_service-cloud.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(F2\xc3\x0bH\x06\x02\x00H\x06\x02\x00\x13\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x87\x17\x05\x001400_pages_crm.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(>\x08\xeaV\xb9\xba\x00\x00\xb9\xba\x00\x00\x1d\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x19\x1e\x07\x001400_pages_service-cloud.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x91\x12\x1bz\xc9\x02\x00\x00\xc9\x02\x00\x00\x1d\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81&\xd9\x07\x001500_record_settings_crm.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(M|s\x8fQ\x17\x00\x00Q\x17\x00\x00'\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81C\xdc\x07\x001500_record_settings_service-cloud.yamlUT\x05\x00\x01\x80Cm8PK\x05\x06\x00\x00\x00\x00\x0c\x00\x0c\x00\xd0\x03\x00\x00\xf2\xf3\x07\x00\x00\x00" +var Asset = "PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x18\x00 \x000000_access_control.yamlUT\x05\x00\x01\x80Cm8allow:\n everyone:\n compose:\n - access\n\n compose:namespace:\n - read\n\n compose:module:\n - read\n\n compose:page:\n - read\n\n compose:chart:\n - read\n\n admins:\n compose:\n - access\n - grant\n - settings.read\n - settings.manage\n - namespace.create\n\n compose:namespace:\n - read\n - update\n - delete\n - manage\n - page.create\n - module.create\n - chart.create\n\n compose:module:\n - read\n - update\n - delete\n - record.create\n - record.read\n - record.update\n - record.delete\n\n compose:chart:\n - read\n - update\n - delete\n\n compose:page:\n - read\n - update\n - delete\nPK\x07\x08O\x85\xf3\xd3\xd7\x02\x00\x00\xd7\x02\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x12\x00 \x000100_settings.yamlUT\x05\x00\x01\x80Cm8settings:\n ui.namespace-switcher.enabled: false\n\n record.attachments.max-size: 10\n record.attachments.mimetypes: []\n\n page.attachments.max-size: 10\n page.attachments.mimetypes: []\nPK\x07\x08\x12\xb2K=\xb9\x00\x00\x00\xb9\x00\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x17\x00 \x001000_namespace_crm.yamlUT\x05\x00\x01\x80Cm8namespaces:\n crm:\n name: CRM\n allow:\n everyone:\n - module.create\n - read\n deny:\n everyone:\n - delete\nPK\x07\x08\xe8\x0c\x08\xf3\x88\x00\x00\x00\x88\x00\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\x00 \x001000_namespace_service-cloud.yamlUT\x05\x00\x01\x80Cm8namespaces:\n service-cloud:\n name: Service Cloud\nPK\x07\x08\x8c~U\x925\x00\x00\x005\x00\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15\x00 \x001100_modules_crm.yamlUT\x05\x00\x01\x80Cm8namespace: crm\nmodules:\n Account:\n name: Account\n fields:\n AccountName:\n label: Account Name\n kind: String\n required: true\n OwnerId:\n label: Account Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n AccountSource:\n label: Account Source\n kind: Select\n options:\n options:\n - text: Customer Referral\n value: Customer Referral\n - text: Direct\n value: Direct\n - text: Employee Referral\n value: Employee Referral\n - text: Event\n value: Event\n - text: Existing Customer\n value: Existing Customer\n - text: Inbound Call\n value: Inbound Call\n - text: Outbound List\n value: Outbound List\n - text: Partner Referral\n value: Partner Referral\n - text: Seminar\n value: Seminar\n - text: Social Media\n value: Social Media\n - text: Webinar\n value: Webinar\n - text: Website (Organic)\n value: Website (Organic)\n - text: Website (PPC)\n value: Website (PPC)\n - text: Word of Mouth\n value: Word of Mouth\n - text: Other\n value: Other\n selectType: default\n BillingStreet:\n label: Billing Street\n kind: String\n BillingCity:\n label: Billing City\n kind: String\n BillingState:\n label: Billing State\n kind: String\n BillingPostalCode:\n label: Billing Postal Code\n kind: String\n BillingCountry:\n label: Billing Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n NumberOfEmployees:\n label: Employees\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Fax:\n label: Fax\n kind: String\n Industry:\n label: Industry\n kind: Select\n options:\n options:\n - text: \"\"\n value: \"\"\n - text: Agriculture\n value: Agriculture\n - text: Apparel\n value: Apparel\n - text: Banking\n value: Banking\n - text: Biotechnology\n value: Biotechnology\n - text: Chemicals\n value: Chemicals\n - text: Communications\n value: Communications\n - text: Construction\n value: Construction\n - text: Consulting\n value: Consulting\n - text: Education\n value: Education\n - text: Electronics\n value: Electronics\n - text: Energy\n value: Energy\n - text: Engineering\n value: Engineering\n - text: Entertainment\n value: Entertainment\n - text: Environmental\n value: Environmental\n - text: Finance\n value: Finance\n - text: Food & Beverage\n value: Food & Beverage\n - text: Government\n value: Government\n - text: Healthcare\n value: Healthcare\n - text: Hospitality\n value: Hospitality\n - text: Insurance\n value: Insurance\n - text: Machinery\n value: Machinery\n - text: Manufacturing\n value: Manufacturing\n - text: Media\n value: Media\n - text: Not For Profit\n value: Not For Profit\n - text: Other\n value: Other\n - text: Recreation\n value: Recreation\n - text: Retail\n value: Retail\n - text: Shipping\n value: Shipping\n - text: Technology\n value: Technology\n - text: Telecommunications\n value: Telecommunications\n - text: Transportation\n value: Transportation\n - text: Utilities\n value: Utilities\n selectType: default\n Ownership:\n label: Ownership\n kind: Select\n options:\n options:\n - text: Public\n value: Public\n - text: Private\n value: Private\n selectType: default\n ParentId:\n label: Parent Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n Phone:\n label: Phone\n kind: String\n Rating:\n label: Rating\n kind: Select\n options:\n options:\n - text: \xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\n selectType: default\n Sic:\n label: SIC Code\n kind: String\n SicDesc:\n label: SIC Description\n kind: String\n ShippingStreet:\n label: Shipping Street\n kind: String\n ShippingCity:\n label: Shipping City\n kind: String\n ShippingState:\n label: Shipping State\n kind: String\n ShippingPostalCode:\n label: Shipping Postal Code\n kind: String\n ShippingCountry:\n label: Shipping Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Channel Partner / Reseller\n value: Channel Partner / Reseller\n - text: Customer - Channel\n value: Customer - Channel\n - text: Customer - Direct\n value: Customer - Direct\n - text: Installation Partner\n value: Installation Partner\n - text: Pending\n value: Pending\n - text: Prospect\n value: Prospect\n - text: Technology Partner\n value: Technology Partner\n - text: Other\n value: Other\n selectType: default\n AnnualRevenue:\n label: Annual Revenue\n kind: Select\n options:\n options:\n - text: Less Than 500,000\n value: Less Than 500,000\n - text: 500,000 To 1 Million\n value: 500,000 To 1 Million\n - text: 1 To 2.5 Million\n value: 1 To 2.5 Million\n - text: 2.5 To 5 Million\n value: 2.5 To 5 Million\n - text: 5 To 10 Million\n value: 5 To 10 Million\n - text: 10 To 20 Million\n value: 10 To 20 Million\n - text: 20 To 50 Million\n value: 20 To 50 Million\n - text: 50 To 100 Million\n value: 50 To 100 Million\n - text: 100 To 500 Million\n value: 100 To 500 Million\n selectType: default\n Website:\n label: Website\n kind: Url\n multi: true\n Twitter:\n label: Twitter\n kind: Url\n LinkedIn:\n label: LinkedIn\n kind: Url\n Facebook:\n label: Facebook\n kind: Url\n CampaignId:\n label: Campaign\n kind: Record\n options:\n labelField: Name\n module: Campaigns\n queryFields:\n - Name\n selectType: multiple\n multi: true\n AccountContactRole:\n name: AccountContactRole\n fields:\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: MasterRecordId\n module: Contact\n queryFields:\n - AccountId\n - MasterRecordId\n selectType: \"\"\n IsPrimary:\n label: Primary\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Role:\n label: Role\n kind: Select\n options:\n options:\n - text: Business User\n value: Business User\n - text: Decision Maker\n value: Decision Maker\n - text: Economic Buyer\n value: Economic Buyer\n - text: Economic Decision Maker\n value: Economic Decision Maker\n - text: Evaluator\n value: Evaluator\n - text: Executive Sponsor\n value: Executive Sponsor\n - text: Gatekeeper\n value: Gatekeeper\n - text: Influencer\n value: Influencer\n - text: Project Manager\n value: Project Manager\n - text: Technical Buyer\n value: Technical Buyer\n - text: Other\n value: Other\n selectType: default\n Campaigns:\n name: Campaigns\n fields:\n IsActive:\n label: Active\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ActualCost:\n label: Actual Cost\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n BudgetedCost:\n label: Budgeted Cost\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Name:\n label: Campaign Name\n kind: String\n NumberOfConvertedLeads:\n label: Converted Leads in Campaign\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n EndDate:\n label: End Date\n kind: DateTime\n options:\n onlyDate: true\n ExpectedResponse:\n label: Expected Response (%)\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: '%'\n ExpectedRevenue:\n label: Expected Revenue\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n NumberOfLeads:\n label: Leads in Campaign\n kind: Number\n options:\n format: \"0\"\n precision: 0\n NumberOfOpportunities:\n label: Opportunities in Campaign\n kind: Number\n options:\n format: \"0\"\n precision: 0\n ParentId:\n label: Parent Campaign\n kind: Record\n options:\n labelField: \"\"\n module: Campaigns\n queryFields:\n - Name\n selectType: \"\"\n NumberOfResponses:\n label: Responses in Campaign\n kind: Number\n options:\n format: \"0\"\n precision: 0\n StartDate:\n label: Start Date\n kind: DateTime\n options:\n onlyDate: true\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Aborted\n value: Aborted\n - text: Completed\n value: Completed\n - text: In Progress\n value: In Progress\n - text: Planned\n value: Planned\n - text: Tentative\n value: Tentative\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Lead Generation - Direct Mail\n value: Lead Generation - Direct Mail\n - text: Lead Generation - Conference\n value: Lead Generation - Conference\n - text: Lead Generation - Email Blast\n value: Lead Generation - Email Blast\n - text: Lead Generation - PPC\n value: Lead Generation - PPC\n - text: Lead Generation - Seminar\n value: Lead Generation - Seminar\n - text: Lead Generation - Trade Show\n value: Lead Generation - Trade Show\n - text: Lead Generation - Webinar\n value: Lead Generation - Webinar\n - text: Lead Generation - Website\n value: Lead Generation - Website\n - text: Brand Building - Print advertisement\n value: Brand Building - Print advertisement\n - text: Brand Building - Radio advertisement\n value: Brand Building - Radio advertisement\n - text: Brand Building - TV advertisement\n value: Brand Building - TV advertisement\n - text: Brand Building - Sponsoring\n value: Brand Building - Sponsoring\n - text: Brand Building - Social Media\n value: Brand Building - Social Media\n - text: Lead Generation - Contacting personal network\n value: Lead Generation - Contacting personal network\n selectType: default\n AmountAllOpportunities:\n label: Value Opportunities in Campaign\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n AmountWonOpportunities:\n label: Value Won Opportunities in Campaign\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n NumberOfWonOpportunities:\n label: Won Opportunities in Campaign\n kind: Number\n options:\n format: \"0\"\n precision: 0\n NumberOfAccounts:\n label: Accounts in Campaign\n kind: Number\n options:\n format: \"\"\n precision: 0\n NumberOfContacts:\n label: Contacts in Campaign\n kind: Number\n options:\n format: \"\"\n precision: 0\n Case:\n name: Case\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n CaseNumber:\n label: Case Number\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n Origin:\n label: Case Origin\n kind: Select\n options:\n options:\n - text: Email\n value: Email\n - text: Messaging\n value: Messaging\n - text: Phone\n value: Phone\n - text: Web\n value: Web\n - text: Other\n value: Other\n selectType: default\n Reason:\n label: Case Reason\n kind: Select\n options:\n options:\n - text: Documentation unclear\n value: Documentation unclear\n - text: Software bug\n value: Software bug\n - text: User didn't attend training\n value: User didn't attend training\n - text: Other\n value: Other\n selectType: default\n IsClosed:\n label: Closed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n IsClosedOnCreate:\n label: Closed When Created\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ContactId:\n label: Contact Name\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n ClosedDate:\n label: Date/Time Closed\n kind: DateTime\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n IsEscalated:\n label: Escalated\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ParentId:\n label: Parent Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n selectType: \"\"\n Priority:\n label: Priority\n kind: Select\n options:\n options:\n - text: Low\n value: Low\n - text: Medium\n value: Medium\n - text: High\n value: High\n selectType: default\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: New\n value: New\n - text: Working\n value: Working\n - text: Escalated\n value: Escalated\n - text: Closed\n value: Closed\n selectType: default\n Subject:\n label: Subject\n kind: String\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Bug\n value: Bug\n - text: Feature Request\n value: Feature Request\n - text: Question\n value: Question\n - text: Other\n value: Other\n selectType: default\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n SolutionId:\n label: Solution Record\n kind: Record\n options:\n labelField: SolutionName\n module: Solution\n queryFields:\n - SolutionNote\n - SolutionNumber\n - SolutionName\n selectType: \"\"\n File:\n label: File(s)\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n maxSize: 0\n mode: list\n multi: true\n SolutionName:\n label: Solution Title\n kind: String\n SolutionNote:\n label: Solution Details\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n SolutionFile:\n label: Solution File(s)\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n maxSize: 0\n mode: list\n multi: true\n SubmitAsSolution:\n label: Submit as Solution Record when Case is Closed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n OwnerId:\n label: Case Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n CaseUpdate:\n name: CaseUpdate\n fields:\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Email\n - Call\n - Fax\n - Letter\n - Visit\n File:\n label: File\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n mode: list\n IsSolution:\n label: Marked as solution\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Contact:\n name: Contact\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields: []\n selectType: default\n AssistantName:\n label: Assistant\n kind: String\n AssistantPhone:\n label: Asst. Phone\n kind: String\n Birthdate:\n label: Birthdate\n kind: DateTime\n private: true\n MasterRecordId:\n label: Contact\n kind: Record\n options:\n labelField: Email\n module: Contact\n queryFields: []\n selectType: default\n Department:\n label: Department\n kind: String\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n DoNotCall:\n label: Do Not Call\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Email:\n label: Email\n kind: Email\n private: true\n HasOptedOutOfEmail:\n label: Email Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Fax:\n label: Fax\n kind: String\n private: true\n HasOptedOutOfFax:\n label: Fax Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n HomePhone:\n label: Home Phone\n kind: String\n private: true\n LeadSource:\n label: Lead Source\n kind: Select\n options:\n options:\n - text: Customer Referral\n value: Customer Referral\n - text: Direct\n value: Direct\n - text: Employee Referral\n value: Employee Referral\n - text: Event\n value: Event\n - text: Existing Customer\n value: Existing Customer\n - text: Inbound Call\n value: Inbound Call\n - text: Outbound List\n value: Outbound List\n - text: Partner Referral\n value: Partner Referral\n - text: Seminar\n value: Seminar\n - text: Social Media\n value: Social Media\n - text: Webinar\n value: Webinar\n - text: Website (Organic)\n value: Website (Organic)\n - text: Website (PPC)\n value: Website (PPC)\n - text: Word of Mouth\n value: Word of Mouth\n - text: Other\n value: Other\n selectType: default\n MailingStreet:\n label: Mailing Street\n kind: String\n private: true\n MailingCity:\n label: Mailing City\n kind: String\n private: true\n MailingState:\n label: Mailing State\n kind: String\n private: true\n MailingPostalCode:\n label: Mailing Postal Code\n kind: String\n private: true\n MailingCountry:\n label: Mailing Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n private: true\n MobilePhone:\n label: Mobile\n kind: String\n private: true\n Salutation:\n label: Salutation\n kind: String\n private: true\n FirstName:\n label: First Name\n kind: String\n private: true\n LastName:\n label: Last Name\n kind: String\n private: true\n OtherStreet:\n label: Other Street\n kind: String\n private: true\n OtherCity:\n label: Other City\n kind: String\n private: true\n OtherState:\n label: Other State\n kind: String\n private: true\n OtherPostalCode:\n label: Other Postal Code\n kind: String\n private: true\n OtherCountry:\n label: Other Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n private: true\n OtherPhone:\n label: Other Phone\n kind: String\n private: true\n Phone:\n label: Phone\n kind: String\n private: true\n ReportsToId:\n label: Reports To\n kind: Record\n options:\n labelField: Email\n module: Contact\n queryFields:\n - AccountId\n - Email\n - FirstName\n - LastName\n selectType: default\n Title:\n label: Title\n kind: String\n private: true\n Twitter:\n label: Twitter\n kind: Url\n private: true\n Facebook:\n label: Facebook\n kind: Url\n private: true\n LinkedIn:\n label: LinkedIn\n kind: Url\n private: true\n IsPrimary:\n label: Primary contact for account\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n RecordLabel:\n label: Record Label\n kind: String\n private: true\n OwnerId:\n label: Contact Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n Photo:\n label: Photo\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: single\n private: true\n CampaignId:\n label: Campaign\n kind: Record\n options:\n labelField: Name\n module: Campaigns\n queryFields:\n - Name\n selectType: multiple\n multi: true\n Contract:\n name: Contract\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n ActivatedById:\n label: Activated By\n kind: Record\n options:\n labelField: Email\n module: Contact\n queryFields:\n - AccountId\n - Email\n - FirstName\n - LastName\n selectType: \"\"\n ActivatedDate:\n label: Activated Date\n kind: DateTime\n BillingStreet:\n label: Billing Street\n kind: String\n private: true\n BillingCity:\n label: Billing City\n kind: String\n private: true\n BillingState:\n label: Billing State\n kind: String\n private: true\n BillingPostalCode:\n label: Billing Postal Code\n kind: String\n private: true\n BillingCountry:\n label: Billing Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n private: true\n CompanySignedId:\n label: Company Signed By\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n CompanySignedDate:\n label: Company Signed Date\n kind: DateTime\n EndDate:\n label: End Date\n kind: DateTime\n options:\n onlyDate: true\n Name:\n label: Contract Name\n kind: String\n ContractNumber:\n label: Contract Number\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n OwnerId:\n label: Contract Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n StartDate:\n label: Start Date\n kind: DateTime\n options:\n onlyDate: true\n ContractTerm:\n label: Term (months)\n kind: Number\n options:\n format: \"0\"\n precision: 0\n CustomerSignedId:\n label: Customer Signed By\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n CustomerSignedDate:\n label: Customer Signed Date\n kind: DateTime\n CustomerSignedTitle:\n label: Customer Signed Title\n kind: String\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n LastApprovedDate:\n label: Last Approved Date\n kind: DateTime\n OwnerExpirationNotice:\n label: Owner Expiration Notice\n kind: Select\n options:\n options:\n - text: 3 Days\n value: 3 Days\n - text: 5 Days\n value: 5 Days\n - text: 7 Days\n value: 7 Days\n - text: 14 Days\n value: 14 Days\n - text: 30 Days\n value: 30 Days\n - text: 45 Days\n value: 45 Days\n - text: 60 Days\n value: 60 Days\n - text: 75 Days\n value: 75 Days\n - text: 90 Days\n value: 90 Days\n - text: 120 Days\n value: 120 Days\n - text: 180 Days\n value: 180 Days\n - text: 240 Days\n value: 240 Days\n - text: 300 Days\n value: 300 Days\n - text: 365 Days\n value: 365 Days\n selectType: default\n ShippingStreet:\n label: Shipping Street\n kind: String\n private: true\n ShippingCity:\n label: Shipping City\n kind: String\n private: true\n ShippingState:\n label: Shipping State\n kind: String\n private: true\n ShippingPostalCode:\n label: Shipping Postal Code\n kind: String\n private: true\n ShippingCountry:\n label: Shipping Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n private: true\n SpecialTerms:\n label: Special Terms\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Draft\n value: Draft\n - text: Activated\n value: Activated\n - text: In Approval Process\n value: In Approval Process\n - text: Inactive (Expired)\n value: Inactive (Expired)\n - text: Inactive (Deactivated)\n value: Inactive (Deactivated)\n selectType: default\n RecordLabel:\n label: Record Label\n kind: String\n Files:\n label: Files\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: list\n multi: true\n ContractContactRole:\n name: ContractContactRole\n fields:\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - AccountId\n - Email\n - FirstName\n - LastName\n selectType: \"\"\n ContractId:\n label: Contract\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: \"\"\n IsPrimary:\n label: Primary\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Role:\n label: Role\n kind: Select\n options:\n options:\n - text: Business User\n value: Business User\n - text: Decision Maker\n value: Decision Maker\n - text: Economic Buyer\n value: Economic Buyer\n - text: Economic Decision Maker\n value: Economic Decision Maker\n - text: Evaluator\n value: Evaluator\n - text: Executive Sponsor\n value: Executive Sponsor\n - text: Gatekeeper\n value: Gatekeeper\n - text: Influencer\n value: Influencer\n - text: Project Manager\n value: Project Manager\n - text: Technical Buyer\n value: Technical Buyer\n - text: Other\n value: Other\n selectType: default\n ContractLineItem:\n name: ContractLineItem\n fields:\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n Discount:\n label: Discount\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n prefix: $\n EndDate:\n label: End Date\n kind: DateTime\n options:\n onlyDate: true\n LineItemNumber:\n label: Line Item Number\n kind: Number\n options:\n multiLine: false\n useRichTextEditor: false\n ListPrice:\n label: List Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n PricebookEntryId:\n label: Price Book Entry\n kind: Record\n options:\n labelField: Name\n module: PricebookEntry\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n Quantity:\n label: Quantity\n kind: Number\n options:\n format: \"0\"\n precision: 0\n UnitPrice:\n label: Sales Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n StartDate:\n label: Start Date\n kind: DateTime\n options:\n onlyDate: true\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Active\n value: Active\n - text: Expired\n value: Expired\n - text: Inactive\n value: Inactive\n selectType: default\n Subtotal:\n label: 'Subtotal '\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n TotalPrice:\n label: Total Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n ContractId:\n label: 'Contract '\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: \"\"\n required: true\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - Name\n selectType: default\n Order:\n label: Order\n kind: Number\n options:\n multiLine: false\n useRichTextEditor: false\n EmailTemplate:\n name: EmailTemplate\n fields:\n IsActive:\n label: Available For Use\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n Body:\n label: Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Name:\n label: Email Template Name\n kind: String\n Subject:\n label: Subject\n kind: String\n Markup:\n label: Markup\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n TemplateStyle:\n label: Style\n kind: Select\n options:\n options:\n - text: \"\"\n value: \"\"\n selectType: default\n TemplateType:\n label: Template Type\n kind: Select\n options:\n options:\n - text: \"\"\n value: \"\"\n selectType: default\n DeveloperName:\n label: Template Unique Name\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Entitlement:\n name: Entitlement\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n CasesPerEntitlement:\n label: Cases Per Entitlement\n kind: Number\n options:\n format: \"0\"\n precision: 0\n ContractLineItemId:\n label: Contract Line Item\n kind: Record\n options:\n labelField: ContractId\n module: ContractLineItem\n queryFields:\n - Description\n - LineItemNumber\n - ContractId\n selectType: \"\"\n EndDate:\n label: End Date\n kind: DateTime\n Name:\n label: Entitlement Name\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n EntitlementProcess:\n label: Entitlement Process\n kind: String\n IsPerIncident:\n label: Per Incident\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n RemainingCases:\n label: Remaining Cases\n kind: Number\n options:\n format: \"0\"\n precision: 0\n StartDate:\n label: Start Date\n kind: DateTime\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Active\n value: Active\n - text: Expired\n value: Expired\n - text: Inactive\n value: Inactive\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Web Support\n value: Web Support\n - text: Phone Support\n value: Phone Support\n - text: Email Support\n value: Email Support\n - text: Dedicated Support\n value: Dedicated Support\n selectType: default\n EntitlementContact:\n name: EntitlementContact\n fields:\n ContactId:\n label: Contact Name\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n Name:\n label: Entitlement Contact\n kind: String\n options:\n multiLine: true\n EntitlementId:\n label: Entitlement Name\n kind: Record\n options:\n labelField: Name\n module: Entitlement\n queryFields:\n - AccountId\n - Name\n selectType: \"\"\n EntitlementTemplate:\n name: EntitlementTemplate\n fields:\n BusinessHours:\n label: Business Hours\n kind: String\n CasesPerEntitlement:\n label: Cases Per Entitlement\n kind: Number\n options:\n format: 0\n precision: 0\n Name:\n label: Entitlement Template Name\n kind: String\n IsPerIncident:\n label: Per Incident\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Term:\n label: Term (Days)\n kind: Number\n options:\n format: 0\n precision: 0\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Email\n - Messaging\n - Phone\n - Web\n Event:\n name: Event\n fields:\n IsAllDayEvent:\n label: All-Day Event\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n IsArchived:\n label: Archived\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n OwnerId:\n label: Assigned To\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n ActivityDate:\n label: Start\n kind: DateTime\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n DurationInMinutes:\n label: Duration\n kind: Number\n options:\n format: \"0\"\n precision: 0\n EndDateTime:\n label: End\n kind: DateTime\n Location:\n label: Location\n kind: String\n IsPrivate:\n label: Private\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ReminderDateTime:\n label: Reminder Date/Time\n kind: DateTime\n IsReminderSet:\n label: Reminder Set\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Subject:\n label: Subject\n kind: String\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Call\n value: Call\n - text: Email\n value: Email\n - text: Meeting\n value: Meeting\n - text: Send Letter / Quote\n value: Send Letter / Quote\n - text: Other\n value: Other\n selectType: default\n LeadId:\n label: Lead\n kind: Record\n options:\n labelField: RecordLabel\n module: Lead\n queryFields:\n - RecordLabel\n selectType: \"\"\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: RecordLabel\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n selectType: \"\"\n QuoteId:\n label: Quote\n kind: Record\n options:\n labelField: Name\n module: Quote\n queryFields:\n - AccountId\n - Name\n - QuoteNumber\n selectType: \"\"\n ContractId:\n label: Contract\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: \"\"\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n selectType: \"\"\n Idea:\n name: Idea\n fields:\n Categories:\n label: Categories\n kind: Select\n options:\n options:\n - text: Ecosystem\n value: Ecosystem\n - text: Human Resources\n value: Human Resources\n - text: Marketing\n value: Marketing\n - text: Product\n value: Product\n - text: Sales\n value: Sales\n - text: Services\n value: Services\n - text: Support\n value: Support\n selectType: default\n Body:\n label: Idea Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n CreatorName:\n label: Name of Creator\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n ParentIdeaId:\n label: Parent Idea\n kind: Record\n options:\n labelField: Title\n module: Idea\n queryFields:\n - Title\n selectType: \"\"\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: New\n value: New\n - text: Under Consideration\n value: Under Consideration\n - text: Accepted\n value: Accepted\n - text: Implemented\n value: Implemented\n - text: Duplicate\n value: Duplicate\n selectType: default\n Title:\n label: Title\n kind: String\n VoteScore:\n label: Vote Score\n kind: Number\n options:\n format: \"0\"\n precision: 0\n VoteTotal:\n label: Vote Total\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Lead:\n name: Lead\n fields:\n Street:\n label: Address Street\n kind: String\n private: true\n City:\n label: Address City\n kind: String\n private: true\n State:\n label: Address State\n kind: String\n private: true\n PostalCode:\n label: Address Postal Code\n kind: String\n private: true\n Country:\n label: Address Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n private: true\n AnnualRevenue:\n label: Annual Revenue\n kind: Select\n options:\n options:\n - text: Less Than 500,000\n value: Less Than 500,000\n - text: 500,000 To 1 Million\n value: 500,000 To 1 Million\n - text: 1 To 2.5 Million\n value: 1 To 2.5 Million\n - text: 2.5 To 5 Million\n value: 2.5 To 5 Million\n - text: 5 To 10 Million\n value: 5 To 10 Million\n - text: 10 To 20 Million\n value: 10 To 20 Million\n - text: 20 To 50 Million\n value: 20 To 50 Million\n - text: 50 To 100 Million\n value: 50 To 100 Million\n - text: 100 To 500 Million\n value: 100 To 500 Million\n selectType: default\n Company:\n label: Company\n kind: String\n required: true\n IsConverted:\n label: Converted\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ConvertedAccountId:\n label: Converted Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: each\n ConvertedContactId:\n label: Converted Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: each\n ConvertedDate:\n label: Converted Date\n kind: DateTime\n ConvertedOpportunityId:\n label: Converted Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId,Name\n selectType: default\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n DoNotCall:\n label: Do Not Call\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Email:\n label: Email\n kind: String\n private: true\n HasOptedOutOfEmail:\n label: Email Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Fax:\n label: Fax\n kind: String\n private: true\n HasOptedOutOfFax:\n label: Fax Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Industry:\n label: Industry\n kind: Select\n options:\n options:\n - text: \"\"\n value: \"\"\n - text: Agriculture\n value: Agriculture\n - text: Apparel\n value: Apparel\n - text: Banking\n value: Banking\n - text: Biotechnology\n value: Biotechnology\n - text: Chemicals\n value: Chemicals\n - text: Communications\n value: Communications\n - text: Construction\n value: Construction\n - text: Consulting\n value: Consulting\n - text: Education\n value: Education\n - text: Electronics\n value: Electronics\n - text: Energy\n value: Energy\n - text: Engineering\n value: Engineering\n - text: Entertainment\n value: Entertainment\n - text: Environmental\n value: Environmental\n - text: Finance\n value: Finance\n - text: Food & Beverage\n value: Food & Beverage\n - text: Government\n value: Government\n - text: Healthcare\n value: Healthcare\n - text: Hospitality\n value: Hospitality\n - text: Insurance\n value: Insurance\n - text: Machinery\n value: Machinery\n - text: Manufacturing\n value: Manufacturing\n - text: Media\n value: Media\n - text: Not For Profit\n value: Not For Profit\n - text: Other\n value: Other\n - text: Recreation\n value: Recreation\n - text: Retail\n value: Retail\n - text: Shipping\n value: Shipping\n - text: Technology\n value: Technology\n - text: Telecommunications\n value: Telecommunications\n - text: Transportation\n value: Transportation\n - text: Utilities\n value: Utilities\n selectType: default\n MasterRecordId:\n label: Lead\n kind: Record\n options:\n labelField: RecordLabel\n module: Lead\n queryFields:\n - RecordLabel\n selectType: default\n OwnerId:\n label: Lead Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: each\n LeadSource:\n label: Lead Source\n kind: Select\n options:\n options:\n - text: Customer Referral\n value: Customer Referral\n - text: Direct\n value: Direct\n - text: Employee Referral\n value: Employee Referral\n - text: Event\n value: Event\n - text: Existing Customer\n value: Existing Customer\n - text: Inbound Call\n value: Inbound Call\n - text: Outbound List\n value: Outbound List\n - text: Partner Referral\n value: Partner Referral\n - text: Seminar\n value: Seminar\n - text: Social Media\n value: Social Media\n - text: Webinar\n value: Webinar\n - text: Website (Organic)\n value: Website (Organic)\n - text: Website (PPC)\n value: Website (PPC)\n - text: Word of Mouth\n value: Word of Mouth\n - text: Other\n value: Other\n selectType: default\n Status:\n label: Lead Status\n kind: Select\n options:\n options:\n - text: New\n value: New\n - text: Assigned\n value: Assigned\n - text: In Progress\n value: In Progress\n - text: Converted\n value: Converted\n - text: Recycled\n value: Recycled\n - text: Dead\n value: Dead\n selectType: default\n MobilePhone:\n label: Mobile\n kind: String\n Salutation:\n label: Salutation\n kind: String\n FirstName:\n label: First Name\n kind: String\n private: true\n LastName:\n label: Last Name\n kind: String\n private: true\n required: true\n NumberOfEmployees:\n label: No. of Employees (exact)\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Phone:\n label: Phone\n kind: String\n private: true\n Rating:\n label: Rating\n kind: Select\n options:\n options:\n - text: \xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\n - text: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\n value: \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\n selectType: default\n Title:\n label: Title\n kind: String\n IsUnreadByOwner:\n label: Unread By Owner\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Website:\n label: Website\n kind: Url\n Twitter:\n label: Twitter\n kind: Url\n private: true\n Facebook:\n label: Facebook\n kind: Url\n private: true\n LinkedIn:\n label: LinkedIn\n kind: Url\n private: true\n NumberOfEmployeesRange:\n label: No. of Employees (range)\n kind: Select\n options:\n options:\n - text: 1 - 9\n value: 1 - 9\n - text: 10 - 24\n value: 10 - 24\n - text: 25 - 49\n value: 25 - 49\n - text: 50 - 99\n value: 50 - 99\n - text: 100 - 249\n value: 100 - 249\n - text: 250 - 499\n value: 250 - 499\n - text: 500 - 999\n value: 500 - 999\n - text: 1000 - 2499\n value: 1000 - 2499\n - text: 2500 - 4999\n value: 2500 - 4999\n - text: 5000 - 9999\n value: 5000 - 9999\n - text: Over 10000\n value: Over 10000\n selectType: default\n SICCode:\n label: SIC Code\n kind: Number\n options:\n format: \"0\"\n precision: 0\n RecordLabel:\n label: Record Label\n kind: String\n private: true\n CampaignId:\n label: Campaign\n kind: Record\n options:\n labelField: Name\n module: Campaigns\n queryFields:\n - Name\n selectType: multiple\n multi: true\n Note:\n name: Note\n fields:\n Body:\n label: Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n IsPrivate:\n label: Private\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Title:\n label: Title\n kind: String\n AccountContactRoleId:\n label: Account Contact Role\n kind: Record\n options:\n labelField: Role\n module: AccountContactRole\n queryFields:\n - AccountId\n - ContactId\n - Role\n selectType: \"\"\n ContractContactRoleId:\n label: Contract Contact Role\n kind: Record\n options:\n labelField: ContactId\n module: ContractContactRole\n queryFields:\n - ContactId\n - ContractId\n selectType: \"\"\n ContractId:\n label: Contract\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: \"\"\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n CampaignId:\n label: Campaign\n kind: Record\n options:\n labelField: Name\n module: Campaigns\n queryFields:\n - Name\n selectType: \"\"\n EntitlementId:\n label: Entitlement\n kind: Record\n options:\n labelField: Name\n module: Entitlement\n queryFields:\n - Name\n selectType: \"\"\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n selectType: \"\"\n EventId:\n label: Event\n kind: Record\n options:\n labelField: Subject\n module: Event\n queryFields:\n - Subject\n selectType: \"\"\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n selectType: \"\"\n EmailTemplateId:\n label: Email Template\n kind: Record\n options:\n labelField: Subject\n module: EmailTemplate\n queryFields:\n - Subject\n selectType: \"\"\n ContractLineItemId:\n label: Contract Line Item\n kind: Record\n options:\n labelField: PricebookEntryId\n module: ContractLineItem\n queryFields:\n - PricebookEntryId\n selectType: \"\"\n EntitlementTemplateId:\n label: Entitlement Template\n kind: Record\n options:\n labelField: Name\n module: EntitlementTemplate\n queryFields:\n - Name\n selectType: \"\"\n LeadId:\n label: Lead\n kind: Record\n options:\n labelField: RecordLabel\n module: Lead\n queryFields:\n - RecordLabel\n selectType: \"\"\n OpportunityCompetitorId:\n label: Opportunity Competitor\n kind: Record\n options:\n labelField: CompetitorName\n module: OpportunityCompetitor\n queryFields:\n - CompetitorName\n selectType: \"\"\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n PricebookEntryId:\n label: Pricebook Entry\n kind: Record\n options:\n labelField: Name\n module: PricebookEntry\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n PricebookId:\n label: Pricebook\n kind: Record\n options:\n labelField: Name\n module: Pricebook\n queryFields:\n - Name\n selectType: \"\"\n OpportunityLineItemId:\n label: Opportunity Line Item\n kind: Record\n options:\n labelField: ProductId\n module: OpportunityLineItem\n queryFields:\n - Description\n - Name\n - ProductId\n selectType: \"\"\n OpportunityContactRoleId:\n label: Opportunity Contact Role\n kind: Record\n options:\n labelField: ContactId\n module: OpportunityContactRole\n queryFields:\n - ContactId\n - Role\n selectType: \"\"\n TaskId:\n label: Task\n kind: Record\n options:\n labelField: Subject\n module: Task\n queryFields:\n - Subject\n selectType: \"\"\n QuoteId:\n label: Quote\n kind: Record\n options:\n labelField: Name\n module: Quote\n queryFields:\n - AccountId\n - Name\n - QuoteNumber\n selectType: \"\"\n Files:\n label: Files\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: list\n multi: true\n Opportunity:\n name: Opportunity\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: each\n Amount:\n label: Amount\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n CloseDate:\n label: Close Date\n kind: DateTime\n IsClosed:\n label: Closed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ContractId:\n label: Contract\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: default\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n ExpectedRevenue:\n label: Expected Revenue\n kind: Number\n options:\n format: \"0\"\n precision: 2\n suffix: \xe2\x82\xac\n FiscalYear:\n label: Fiscal Period\n kind: Number\n options:\n format: \"0\"\n precision: 0\n FiscalQuarter:\n label: Fiscal Period\n kind: Number\n options:\n format: \"0\"\n precision: 0\n ForecastCategory:\n label: Forecast Category\n kind: Select\n options:\n options:\n - text: Pipeline\n value: Pipeline\n - text: Best Case\n value: Best Case\n - text: Commit\n value: Commit\n selectType: default\n HasOpportunityLineItem:\n label: Has Line Item\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n LeadSource:\n label: Lead Source\n kind: Select\n options:\n options:\n - text: Customer Referral\n value: Customer Referral\n - text: Direct\n value: Direct\n - text: Employee Referral\n value: Employee Referral\n - text: Event\n value: Event\n - text: Existing Customer\n value: Existing Customer\n - text: Inbound Call\n value: Inbound Call\n - text: Outbound List\n value: Outbound List\n - text: Partner Referral\n value: Partner Referral\n - text: Seminar\n value: Seminar\n - text: Social Media\n value: Social Media\n - text: Webinar\n value: Webinar\n - text: Website (Organic)\n value: Website (Organic)\n - text: Website (PPC)\n value: Website (PPC)\n - text: Word of Mouth\n value: Word of Mouth\n - text: Other\n value: Other\n selectType: default\n multi: true\n NextStep:\n label: Next Step\n kind: String\n Name:\n label: Opportunity Name\n kind: String\n OwnerId:\n label: Opportunity Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n PricebookId:\n label: Price Book\n kind: Record\n options:\n labelField: Name\n module: Pricebook\n queryFields:\n - Name\n selectType: default\n CampaignId:\n label: Primary Campaign Source\n kind: Record\n options:\n labelField: Name\n module: Campaigns\n queryFields:\n - Name\n selectType: default\n IsPrivate:\n label: Private\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Probability:\n label: Probability (%)\n kind: Number\n options:\n format: \"0\"\n precision: 0\n suffix: '%'\n TotalOpportunityQuantity:\n label: Quantity\n kind: Number\n options:\n format: \"0\"\n precision: 0\n StageName:\n label: Stage\n kind: Select\n options:\n options:\n - text: Qualification\n value: Qualification\n - text: Need Analysis\n value: Need Analysis\n - text: Proposal\n value: Proposal\n - text: Negotiation\n value: Negotiation\n - text: Closed Won\n value: Closed Won\n - text: Closed Lost\n value: Closed Lost\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Exisiting Business\n value: Exisiting Business\n - text: New Business\n value: New Business\n selectType: default\n IsWon:\n label: Won\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Budget:\n label: Budget\n kind: String\n options:\n multiLine: true\n Authority:\n label: Authority\n kind: String\n options:\n multiLine: true\n Need:\n label: Need\n kind: String\n options:\n multiLine: true\n Timeline:\n label: Timeline\n kind: String\n options:\n multiLine: true\n Competition:\n label: Competition\n kind: String\n options:\n multiLine: true\n RecordLabel:\n label: Record Label\n kind: String\n Files:\n label: Files\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: list\n multi: true\n OpportunityCompetitor:\n name: OpportunityCompetitor\n fields:\n CompetitorName:\n label: Competitor Name\n kind: String\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n Strengths:\n label: Strengths\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Weaknesses:\n label: Weaknesses\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n OpportunityContactRole:\n name: OpportunityContactRole\n fields:\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields: []\n IsPrimary:\n label: Primary\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Role:\n label: Role\n kind: Select\n options:\n options:\n - Business User\n - Decision Maker\n - Economic Buyer\n - Economic Decision Maker\n - Evaluator\n - Executive Sponsor\n - Gatekeeper\n - Influencer\n - Project Manager\n - Technical Buyer\n - Other\n OpportunityLineItem:\n name: OpportunityLineItem\n fields:\n ServiceDate:\n label: Date\n kind: DateTime\n Discount:\n label: Discount\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Description:\n label: Line Description\n kind: String\n ListPrice:\n label: List Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n selectType: \"\"\n Name:\n label: Opportunity Product Name\n kind: String\n PricebookEntryId:\n label: Price Book Entry\n kind: Record\n options:\n labelField: Name\n module: PricebookEntry\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields: []\n selectType: \"\"\n ProductCode:\n label: Product Code\n kind: String\n Quantity:\n label: Quantity\n kind: Number\n options:\n format: \"0\"\n precision: 0\n UnitPrice:\n label: Sales Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n SortOrder:\n label: Sort Order\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Subtotal:\n label: Subtotal\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n TotalPrice:\n label: Total Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Pricebook:\n name: Pricebook\n fields:\n IsActive:\n label: Active\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n IsStandard:\n label: Is Standard Price Book\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Name:\n label: Price Book Name\n kind: String\n PricebookEntry:\n name: PricebookEntry\n fields:\n IsActive:\n label: Active\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n UnitPrice:\n label: List Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n PricebookId:\n label: Price Book\n kind: Record\n options:\n labelField: Name\n module: Pricebook\n queryFields:\n - Name\n selectType: \"\"\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n ProductCode:\n label: Product Code\n kind: String\n Name:\n label: Product Name\n kind: String\n UseStandardPrice:\n label: Use Standard Price\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Order:\n label: Order\n kind: Number\n options:\n multiLine: false\n useRichTextEditor: false\n Product:\n name: Product\n fields:\n IsActive:\n label: Active\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ProductCode:\n label: Product Code\n kind: String\n Description:\n label: Product Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Family:\n label: Product Family\n kind: Select\n options:\n options:\n - text: Services\n value: Services\n - text: Products\n value: Products\n selectType: default\n Name:\n label: Product Name\n kind: String\n Photo:\n label: Photo\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: single\n File:\n label: Files\n kind: File\n options:\n allowDocuments: true\n allowImages: true\n maxSize: 0\n mode: list\n multi: true\n EntitlementTemplateId:\n label: EntitlementTemplateId\n kind: Record\n options:\n labelField: Name\n module: EntitlementTemplate\n queryFields:\n - Name\n selectType: default\n Question:\n name: Question\n fields:\n BestReplyId:\n label: Best Reply\n kind: Record\n options:\n labelField: Name\n module: Reply\n queryFields:\n - Name\n NumReplies:\n label: Number of Replies\n kind: Number\n options:\n format: 0\n precision: 0\n Body:\n label: Question Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Title:\n label: Question Title\n kind: String\n UpVotes:\n label: Up Votes\n kind: Number\n options:\n format: 0\n precision: 0\n VoteScore:\n label: Vote Score\n kind: Number\n options:\n format: 0\n precision: 0\n Quote:\n name: Quote\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: \"\"\n AdditionalStreet:\n label: Additional To Street\n kind: String\n AdditionalCity:\n label: Additional To City\n kind: String\n AdditionalState:\n label: Additional To State\n kind: String\n AdditionalPostalCode:\n label: Additional To Postal Code\n kind: String\n AdditionalCountry:\n label: Additional To Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n AdditionalName:\n label: Additional To Name\n kind: String\n BillingStreet:\n label: Bill To Street\n kind: String\n BillingCity:\n label: Bill To City\n kind: String\n BillingState:\n label: Bill To State\n kind: String\n BillingPostalCode:\n label: Bill To Postal Code\n kind: String\n BillingCountry:\n label: Bill To Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n BillingName:\n label: Bill To Name\n kind: String\n ContactId:\n label: Contact Name\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: \"\"\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n Discount:\n label: Additional Discount\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Email:\n label: Email\n kind: Email\n ExpirationDate:\n label: Expiration Date\n kind: DateTime\n Fax:\n label: Fax\n kind: String\n GrandTotal:\n label: Grand Total (calculated)\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n LineItemCount:\n label: Line Items\n kind: Number\n options:\n format: \"0\"\n precision: 0\n OpportunityId:\n label: Opportunity Name\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n selectType: \"\"\n Phone:\n label: Phone\n kind: String\n PricebookId:\n label: Pricebook\n kind: Record\n options:\n labelField: Name\n module: Pricebook\n queryFields:\n - Name\n selectType: \"\"\n Name:\n label: Quote Name\n kind: String\n QuoteNumber:\n label: Quote Number\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n QuoteToStreet:\n label: Quote To Street\n kind: String\n QuoteToCity:\n label: Quote To City\n kind: String\n QuoteToState:\n label: Quote To State\n kind: String\n QuoteToPostalCode:\n label: Quote To Postal Code\n kind: String\n QuoteToCountry:\n label: Quote To Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n QuoteToName:\n label: Quote To Name\n kind: String\n ShippingStreet:\n label: Ship To Street\n kind: String\n ShippingCity:\n label: Ship To City\n kind: String\n ShippingState:\n label: Ship To State\n kind: String\n ShippingPostalCode:\n label: Ship To Postal Code\n kind: String\n ShippingCountry:\n label: Ship To Country\n kind: Select\n options:\n options:\n - text: Afghanistan\n value: Afghanistan\n - text: \xc3\x85land Islands\n value: \xc3\x85land Islands\n - text: Albania\n value: Albania\n - text: Algeria\n value: Algeria\n - text: American Samoa\n value: American Samoa\n - text: Andorra\n value: Andorra\n - text: Angola\n value: Angola\n - text: Anguilla\n value: Anguilla\n - text: Antarctica\n value: Antarctica\n - text: Antigua And Barbuda\n value: Antigua And Barbuda\n - text: Argentina\n value: Argentina\n - text: Armenia\n value: Armenia\n - text: Aruba\n value: Aruba\n - text: Australia\n value: Australia\n - text: Austria\n value: Austria\n - text: Azerbaijan\n value: Azerbaijan\n - text: Bahamas\n value: Bahamas\n - text: Bahrain\n value: Bahrain\n - text: Bangladesh\n value: Bangladesh\n - text: Barbados\n value: Barbados\n - text: Belarus\n value: Belarus\n - text: Belgium\n value: Belgium\n - text: Belize\n value: Belize\n - text: Benin\n value: Benin\n - text: Bermuda\n value: Bermuda\n - text: Bhutan\n value: Bhutan\n - text: Bolivia\n value: Bolivia\n - text: Bosnia And Herzegovina\n value: Bosnia And Herzegovina\n - text: Botswana\n value: Botswana\n - text: Bouvet Island\n value: Bouvet Island\n - text: Brazil\n value: Brazil\n - text: British Indian Ocean Territory\n value: British Indian Ocean Territory\n - text: Brunei Darussalam\n value: Brunei Darussalam\n - text: Bulgaria\n value: Bulgaria\n - text: Burkina Faso\n value: Burkina Faso\n - text: Burundi\n value: Burundi\n - text: Cambodia\n value: Cambodia\n - text: Cameroon\n value: Cameroon\n - text: Canada\n value: Canada\n - text: Cape Verde\n value: Cape Verde\n - text: Cayman Islands\n value: Cayman Islands\n - text: Central African Republic\n value: Central African Republic\n - text: Chad\n value: Chad\n - text: Chile\n value: Chile\n - text: China\n value: China\n - text: Christmas Island\n value: Christmas Island\n - text: Cocos (Keeling) Islands\n value: Cocos (Keeling) Islands\n - text: Colombia\n value: Colombia\n - text: Comoros\n value: Comoros\n - text: Congo\n value: Congo\n - text: Congo; The Democratic Republic Of The\n value: Congo; The Democratic Republic Of The\n - text: Cook Islands\n value: Cook Islands\n - text: Costa Rica\n value: Costa Rica\n - text: Cote D'ivoire\n value: Cote D'ivoire\n - text: Croatia\n value: Croatia\n - text: Cuba\n value: Cuba\n - text: Cyprus\n value: Cyprus\n - text: Czechia\n value: Czechia\n - text: Denmark\n value: Denmark\n - text: Djibouti\n value: Djibouti\n - text: Dominica\n value: Dominica\n - text: Dominican Republic\n value: Dominican Republic\n - text: Ecuador\n value: Ecuador\n - text: Egypt\n value: Egypt\n - text: El Salvador\n value: El Salvador\n - text: Equatorial Guinea\n value: Equatorial Guinea\n - text: Eritrea\n value: Eritrea\n - text: Estonia\n value: Estonia\n - text: Ethiopia\n value: Ethiopia\n - text: Falkland Islands (Malvinas)\n value: Falkland Islands (Malvinas)\n - text: Faroe Islands\n value: Faroe Islands\n - text: Fiji\n value: Fiji\n - text: Finland\n value: Finland\n - text: France\n value: France\n - text: French Guiana\n value: French Guiana\n - text: French Polynesia\n value: French Polynesia\n - text: French Southern Territories\n value: French Southern Territories\n - text: Gabon\n value: Gabon\n - text: Gambia\n value: Gambia\n - text: Georgia\n value: Georgia\n - text: Germany\n value: Germany\n - text: Ghana\n value: Ghana\n - text: Gibraltar\n value: Gibraltar\n - text: Greece\n value: Greece\n - text: Greenland\n value: Greenland\n - text: Grenada\n value: Grenada\n - text: Guadeloupe\n value: Guadeloupe\n - text: Guam\n value: Guam\n - text: Guatemala\n value: Guatemala\n - text: Guernsey\n value: Guernsey\n - text: Guinea\n value: Guinea\n - text: Guinea-bissau\n value: Guinea-bissau\n - text: Guyana\n value: Guyana\n - text: Haiti\n value: Haiti\n - text: Heard Island And Mcdonald Islands\n value: Heard Island And Mcdonald Islands\n - text: Holy See (Vatican City State)\n value: Holy See (Vatican City State)\n - text: Honduras\n value: Honduras\n - text: Hong Kong\n value: Hong Kong\n - text: Hungary\n value: Hungary\n - text: Iceland\n value: Iceland\n - text: India\n value: India\n - text: Indonesia\n value: Indonesia\n - text: Iran; Islamic Republic Of\n value: Iran; Islamic Republic Of\n - text: Iraq\n value: Iraq\n - text: Ireland\n value: Ireland\n - text: Isle Of Man\n value: Isle Of Man\n - text: Israel\n value: Israel\n - text: Italy\n value: Italy\n - text: Jamaica\n value: Jamaica\n - text: Japan\n value: Japan\n - text: Jersey\n value: Jersey\n - text: Jordan\n value: Jordan\n - text: Kazakhstan\n value: Kazakhstan\n - text: Kenya\n value: Kenya\n - text: Kiribati\n value: Kiribati\n - text: Korea; Democratic People's Republic Of\n value: Korea; Democratic People's Republic Of\n - text: Korea; Republic Of\n value: Korea; Republic Of\n - text: Kuwait\n value: Kuwait\n - text: Kyrgyzstan\n value: Kyrgyzstan\n - text: Lao People's Democratic Republic\n value: Lao People's Democratic Republic\n - text: Latvia\n value: Latvia\n - text: Lebanon\n value: Lebanon\n - text: Lesotho\n value: Lesotho\n - text: Liberia\n value: Liberia\n - text: Libyan Arab Jamahiriya\n value: Libyan Arab Jamahiriya\n - text: Liechtenstein\n value: Liechtenstein\n - text: Lithuania\n value: Lithuania\n - text: Luxembourg\n value: Luxembourg\n - text: Macao\n value: Macao\n - text: Macedonia; The Former Yugoslav Republic Of\n value: Macedonia; The Former Yugoslav Republic Of\n - text: Madagascar\n value: Madagascar\n - text: Malawi\n value: Malawi\n - text: Malaysia\n value: Malaysia\n - text: Maldives\n value: Maldives\n - text: Mali\n value: Mali\n - text: Malta\n value: Malta\n - text: Marshall Islands\n value: Marshall Islands\n - text: Martinique\n value: Martinique\n - text: Mauritania\n value: Mauritania\n - text: Mauritius\n value: Mauritius\n - text: Mayotte\n value: Mayotte\n - text: Mexico\n value: Mexico\n - text: Micronesia; Federated States Of\n value: Micronesia; Federated States Of\n - text: Moldova; Republic Of\n value: Moldova; Republic Of\n - text: Monaco\n value: Monaco\n - text: Mongolia\n value: Mongolia\n - text: Montenegro\n value: Montenegro\n - text: Montserrat\n value: Montserrat\n - text: Morocco\n value: Morocco\n - text: Mozambique\n value: Mozambique\n - text: Myanmar\n value: Myanmar\n - text: Namibia\n value: Namibia\n - text: Nauru\n value: Nauru\n - text: Nepal\n value: Nepal\n - text: Netherlands\n value: Netherlands\n - text: Netherlands Antilles\n value: Netherlands Antilles\n - text: New Caledonia\n value: New Caledonia\n - text: New Zealand\n value: New Zealand\n - text: Nicaragua\n value: Nicaragua\n - text: Niger\n value: Niger\n - text: Nigeria\n value: Nigeria\n - text: Niue\n value: Niue\n - text: Norfolk Island\n value: Norfolk Island\n - text: Northern Mariana Islands\n value: Northern Mariana Islands\n - text: Norway\n value: Norway\n - text: Oman\n value: Oman\n - text: Pakistan\n value: Pakistan\n - text: Palau\n value: Palau\n - text: Palestinian Territory; Occupied\n value: Palestinian Territory; Occupied\n - text: Panama\n value: Panama\n - text: Papua New Guinea\n value: Papua New Guinea\n - text: Paraguay\n value: Paraguay\n - text: Peru\n value: Peru\n - text: Philippines\n value: Philippines\n - text: Pitcairn\n value: Pitcairn\n - text: Poland\n value: Poland\n - text: Portugal\n value: Portugal\n - text: Puerto Rico\n value: Puerto Rico\n - text: Qatar\n value: Qatar\n - text: Reunion\n value: Reunion\n - text: Romania\n value: Romania\n - text: Russian Federation\n value: Russian Federation\n - text: Rwanda\n value: Rwanda\n - text: Saint Helena\n value: Saint Helena\n - text: Saint Kitts And Nevis\n value: Saint Kitts And Nevis\n - text: Saint Lucia\n value: Saint Lucia\n - text: Saint Pierre And Miquelon\n value: Saint Pierre And Miquelon\n - text: Saint Vincent And The Grenadines\n value: Saint Vincent And The Grenadines\n - text: Samoa\n value: Samoa\n - text: San Marino\n value: San Marino\n - text: Sao Tome And Principe\n value: Sao Tome And Principe\n - text: Saudi Arabia\n value: Saudi Arabia\n - text: Senegal\n value: Senegal\n - text: Serbia\n value: Serbia\n - text: Seychelles\n value: Seychelles\n - text: Sierra Leone\n value: Sierra Leone\n - text: Singapore\n value: Singapore\n - text: Slovakia\n value: Slovakia\n - text: Slovenia\n value: Slovenia\n - text: Solomon Islands\n value: Solomon Islands\n - text: Somalia\n value: Somalia\n - text: South Africa\n value: South Africa\n - text: South Georgia And The South Sandwich Islands\n value: South Georgia And The South Sandwich Islands\n - text: Spain\n value: Spain\n - text: Sri Lanka\n value: Sri Lanka\n - text: Sudan\n value: Sudan\n - text: Suriname\n value: Suriname\n - text: Svalbard And Jan Mayen\n value: Svalbard And Jan Mayen\n - text: Swaziland\n value: Swaziland\n - text: Sweden\n value: Sweden\n - text: Switzerland\n value: Switzerland\n - text: Syrian Arab Republic\n value: Syrian Arab Republic\n - text: Taiwan; Province Of China\n value: Taiwan; Province Of China\n - text: Tajikistan\n value: Tajikistan\n - text: Tanzania; United Republic Of\n value: Tanzania; United Republic Of\n - text: Thailand\n value: Thailand\n - text: Timor-leste\n value: Timor-leste\n - text: Togo\n value: Togo\n - text: Tokelau\n value: Tokelau\n - text: Tonga\n value: Tonga\n - text: Trinidad And Tobago\n value: Trinidad And Tobago\n - text: Tunisia\n value: Tunisia\n - text: Turkey\n value: Turkey\n - text: Turkmenistan\n value: Turkmenistan\n - text: Turks And Caicos Islands\n value: Turks And Caicos Islands\n - text: Tuvalu\n value: Tuvalu\n - text: Uganda\n value: Uganda\n - text: Ukraine\n value: Ukraine\n - text: United Arab Emirates\n value: United Arab Emirates\n - text: United Kingdom\n value: United Kingdom\n - text: United States\n value: United States\n - text: United States Minor Outlying Islands\n value: United States Minor Outlying Islands\n - text: Uruguay\n value: Uruguay\n - text: Uzbekistan\n value: Uzbekistan\n - text: Vanuatu\n value: Vanuatu\n - text: Venezuela\n value: Venezuela\n - text: Viet Nam\n value: Viet Nam\n - text: Virgin Islands; British\n value: Virgin Islands; British\n - text: Virgin Islands; U.S.\n value: Virgin Islands; U.S.\n - text: Wallis And Futuna\n value: Wallis And Futuna\n - text: Western Sahara\n value: Western Sahara\n - text: Yemen\n value: Yemen\n - text: Zambia\n value: Zambia\n - text: Zimbabwe\n value: Zimbabwe\n selectType: default\n ShippingName:\n label: Ship To Name\n kind: String\n ShippingHandling:\n label: Shipping and Handling\n kind: Number\n options:\n format: \"0\"\n precision: 2\n suffix: \xe2\x82\xac\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Draft\n value: Draft\n - text: Needs Review\n value: Needs Review\n - text: In Review\n value: In Review\n - text: Approved\n value: Approved\n - text: Rejected\n value: Rejected\n - text: Presented\n value: Presented\n - text: Accepted\n value: Accepted\n - text: Denied\n value: Denied\n selectType: default\n Subtotal:\n label: Subtotal (calculated)\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Tax:\n label: Tax\n kind: Number\n options:\n format: \"0.00\"\n precision: \"2\"\n suffix: '%'\n TotalPrice:\n label: Total Price (calculated)\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n RecordLabel:\n label: Record Label\n kind: String\n QuoteLineItem:\n name: QuoteLineItem\n fields:\n ServiceDate:\n label: Date\n kind: DateTime\n Discount:\n label: Discount\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n Description:\n label: Line Description\n kind: String\n ListPrice:\n label: List Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n QuoteId:\n label: Quote\n kind: Record\n options:\n labelField: Name\n module: Quote\n queryFields:\n - AccountId\n - Name\n - QuoteNumber\n selectType: \"\"\n PricebookEntryId:\n label: Price Book Entry\n kind: Record\n options:\n labelField: Name\n module: PricebookEntry\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n ProductCode:\n label: Product Code\n kind: String\n Quantity:\n label: Quantity\n kind: Number\n options:\n format: \"0\"\n precision: 0\n UnitPrice:\n label: Sales Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n SortOrder:\n label: Sort Order\n kind: Number\n options:\n format: \"0\"\n precision: 0\n Subtotal:\n label: Subtotal\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n TotalPrice:\n label: Total Price\n kind: Number\n options:\n format: \"0.00\"\n precision: 2\n suffix: \xe2\x82\xac\n LineItemNumber:\n label: Line Item Number\n kind: String\n LineItemDescription:\n label: Line Item Description\n kind: String\n options:\n multiLine: true\n Reply:\n name: Reply\n fields:\n DownVotes:\n label: Down Votes\n kind: Number\n options:\n format: 0\n precision: 0\n Name:\n label: Name\n kind: String\n QuestionId:\n label: Question\n kind: Record\n options:\n labelField: Title\n module: Question\n queryFields:\n - Title\n Body:\n label: Reply Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n UpVotes:\n label: Up Votes\n kind: Number\n options:\n format: 0\n precision: 0\n VoteTotal:\n label: Vote Total\n kind: Number\n options:\n format: 0\n precision: 0\n IdeaId:\n label: Idea\n kind: Record\n options:\n labelField: Title\n module: Idea\n queryFields:\n - Title\n Settings:\n name: Settings\n fields:\n QuoteExpirationDays:\n label: Days for a quote to expire\n kind: Number\n options:\n format: \"0\"\n precision: 0\n QuoteNextNumber:\n label: Next number for a quote (updates after saving a new quote)\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n OpportunityCloseDateDays:\n label: Days for an opportunity to close\n kind: Number\n options:\n format: \"0\"\n precision: 0\n OpportunityProbability:\n label: Probability\n kind: Number\n options:\n format: \"0\"\n precision: 0\n suffix: '%'\n OpportunityForecaseCategory:\n label: Forecast Category\n kind: String\n OpportunityStagename:\n label: Stage\n kind: String\n ContractNextNumber:\n label: Next number for a contract (updates after saving a new contract)\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n ContractDefaultTime:\n label: Default time for a contract (in months)\n kind: Number\n options:\n format: \"0\"\n precision: 0\n CaseNextNumber:\n label: Next number for a case (updates after saving a new case)\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n SolutionNextNumber:\n label: Next number for a solution (updates after saving a new solution)\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n ScoreBudget:\n label: Budget\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreAuthority:\n label: Authority\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreNeed:\n label: Need\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreTimescale:\n label: Timescale\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreTurnover:\n label: Turnover\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreYearsInBusiness:\n label: Yrs in Business\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreSource:\n label: Source\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreProductKnowlege:\n label: Product Knowlege\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreTechnicalDepth:\n label: Technical Depth\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreCompetition:\n label: Competition\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreCriticality:\n label: Criticality\n kind: Number\n options:\n format: \"0\"\n precision: 2\n ScoreRepeatPurchase:\n label: Repeat Purchase\n kind: Number\n options:\n format: \"0\"\n precision: 2\n Solution:\n name: Solution\n fields:\n IsPublished:\n label: Public\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n IsReviewed:\n label: Reviewed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n SolutionNote:\n label: Solution Details\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n SolutionNumber:\n label: Solution Number\n kind: Number\n options:\n format: \"0000000\"\n precision: 0\n SolutionName:\n label: Solution Title\n kind: String\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: New\n value: New\n - text: Pending review\n value: Pending review\n - text: Accepted\n value: Accepted\n - text: Obsolete\n value: Obsolete\n - text: Duplicate\n value: Duplicate\n selectType: default\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n selectType: \"\"\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: \"\"\n File:\n label: File(s)\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n maxSize: 0\n mode: list\n multi: true\n Task:\n name: Task\n fields:\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n OwnerId:\n label: Assigned To\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: default\n CallDurationInSeconds:\n label: Call Duration\n kind: Number\n options:\n format: \"0\"\n precision: 0\n CallObject:\n label: Call Object Identifier\n kind: String\n CallDisposition:\n label: Call Result\n kind: String\n CallType:\n label: Call Type\n kind: Select\n options:\n options:\n - text: Internal\n value: Internal\n - text: Inbound\n value: Inbound\n - text: Outbound\n value: Outbound\n selectType: default\n IsClosed:\n label: Closed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Description:\n label: Comments\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n ActivityDate:\n label: Due Date\n kind: DateTime\n Priority:\n label: Priority\n kind: Select\n options:\n options:\n - text: High\n value: High\n - text: Normal\n value: Normal\n - text: Low\n value: Low\n selectType: default\n ReminderDateTime:\n label: Reminder Date/Time\n kind: DateTime\n IsReminderSet:\n label: Reminder Set\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Status:\n label: Status\n kind: Select\n options:\n options:\n - text: Open\n value: Open\n - text: Completed\n value: Completed\n selectType: default\n Subject:\n label: Subject\n kind: String\n Type:\n label: Type\n kind: Select\n options:\n options:\n - text: Call\n value: Call\n - text: Email\n value: Email\n - text: Send letter\n value: Send letter\n - text: Send Quote\n value: Send Quote\n - text: Send Message\n value: Send Message\n - text: Other\n value: Other\n selectType: default\n LeadId:\n label: Lead\n kind: Record\n options:\n labelField: RecordLabel\n module: Lead\n queryFields:\n - RecordLabel\n selectType: default\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n OpportunityId:\n label: Opportunity\n kind: Record\n options:\n labelField: Name\n module: Opportunity\n queryFields:\n - AccountId\n - Name\n selectType: default\n QuoteId:\n label: Quote\n kind: Record\n options:\n labelField: Name\n module: Quote\n queryFields:\n - AccountId\n - Name\n - QuoteNumber\n selectType: default\n ContractId:\n label: Contract\n kind: Record\n options:\n labelField: Name\n module: Contract\n queryFields:\n - AccountId\n - Name\n - ContractNumber\n selectType: default\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Subject\n module: Case\n queryFields:\n - AccountId\n - CaseNumber\n - Subject\n selectType: default\n Vote:\n name: Vote\n fields:\n IdeaId:\n label: Idea\n kind: Record\n options:\n labelField: Title\n module: Idea\n queryFields:\n - Title\n selectType: \"\"\n ReplyId:\n label: Reply\n kind: Record\n options:\n labelField: Name\n module: Reply\n queryFields:\n - Name\n selectType: \"\"\n QuestionId:\n label: Question\n kind: Record\n options:\n labelField: Title\n module: Question\n queryFields:\n - Title\n selectType: \"\"\n Score:\n label: Score\n kind: Number\n options:\n format: \"0\"\n precision: 0\nPK\x07\x08\x9a\x94\xbd\x7fM\xdf\x03\x00M\xdf\x03\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1f\x00 \x001100_modules_service-cloud.yamlUT\x05\x00\x01\x80Cm8namespace: service-cloud\nmodules:\n Account:\n name: Account\n fields:\n AccountName:\n label: Account Name\n kind: String\n required: true\n OwnerId:\n label: Account Owner\n kind: User\n options:\n presetWithAuthenticated: false\n selectType: default\n AccountSource:\n label: Account Source\n kind: Select\n options:\n options:\n - Customer Referral\n - Direct\n - Employee Referral\n - Event\n - Existing Customer\n - Inbound Call\n - Outbound List\n - Partner Referral\n - Seminar\n - Social Media\n - Webinar\n - Website (Organic)\n - Website (PPC)\n - Word of Mouth\n - Other\n selectType: default\n AnnualRevenue:\n label: Annual Revenue\n kind: Number\n options:\n format: 0\n precision: 0\n BillingStreet:\n label: Billing Street\n kind: String\n BillingCity:\n label: Billing City\n kind: String\n BillingState:\n label: Billing State\n kind: String\n BillingPostalCode:\n label: Billing Postal Code\n kind: String\n BillingCountry:\n label: Billing Country\n kind: Select\n options:\n options:\n - Afghanistan\n - \xc3\x85land Islands\n - Albania\n - Algeria\n - American Samoa\n - Andorra\n - Angola\n - Anguilla\n - Antarctica\n - Antigua And Barbuda\n - Argentina\n - Armenia\n - Aruba\n - Australia\n - Austria\n - Azerbaijan\n - Bahamas\n - Bahrain\n - Bangladesh\n - Barbados\n - Belarus\n - Belgium\n - Belize\n - Benin\n - Bermuda\n - Bhutan\n - Bolivia\n - Bosnia And Herzegovina\n - Botswana\n - Bouvet Island\n - Brazil\n - British Indian Ocean Territory\n - Brunei Darussalam\n - Bulgaria\n - Burkina Faso\n - Burundi\n - Cambodia\n - Cameroon\n - Canada\n - Cape Verde\n - Cayman Islands\n - Central African Republic\n - Chad\n - Chile\n - China\n - Christmas Island\n - Cocos (Keeling) Islands\n - Colombia\n - Comoros\n - Congo\n - Congo; The Democratic Republic Of The\n - Cook Islands\n - Costa Rica\n - Cote D'ivoire\n - Croatia\n - Cuba\n - Cyprus\n - Czechia\n - Denmark\n - Djibouti\n - Dominica\n - Dominican Republic\n - Ecuador\n - Egypt\n - El Salvador\n - Equatorial Guinea\n - Eritrea\n - Estonia\n - Ethiopia\n - Falkland Islands (Malvinas)\n - Faroe Islands\n - Fiji\n - Finland\n - France\n - French Guiana\n - French Polynesia\n - French Southern Territories\n - Gabon\n - Gambia\n - Georgia\n - Germany\n - Ghana\n - Gibraltar\n - Greece\n - Greenland\n - Grenada\n - Guadeloupe\n - Guam\n - Guatemala\n - Guernsey\n - Guinea\n - Guinea-bissau\n - Guyana\n - Haiti\n - Heard Island And Mcdonald Islands\n - Holy See (Vatican City State)\n - Honduras\n - Hong Kong\n - Hungary\n - Iceland\n - India\n - Indonesia\n - Iran; Islamic Republic Of\n - Iraq\n - Ireland\n - Isle Of Man\n - Israel\n - Italy\n - Jamaica\n - Japan\n - Jersey\n - Jordan\n - Kazakhstan\n - Kenya\n - Kiribati\n - Korea; Democratic People's Republic Of\n - Korea; Republic Of\n - Kuwait\n - Kyrgyzstan\n - Lao People's Democratic Republic\n - Latvia\n - Lebanon\n - Lesotho\n - Liberia\n - Libyan Arab Jamahiriya\n - Liechtenstein\n - Lithuania\n - Luxembourg\n - Macao\n - Macedonia; The Former Yugoslav Republic Of\n - Madagascar\n - Malawi\n - Malaysia\n - Maldives\n - Mali\n - Malta\n - Marshall Islands\n - Martinique\n - Mauritania\n - Mauritius\n - Mayotte\n - Mexico\n - Micronesia; Federated States Of\n - Moldova; Republic Of\n - Monaco\n - Mongolia\n - Montenegro\n - Montserrat\n - Morocco\n - Mozambique\n - Myanmar\n - Namibia\n - Nauru\n - Nepal\n - Netherlands\n - Netherlands Antilles\n - New Caledonia\n - New Zealand\n - Nicaragua\n - Niger\n - Nigeria\n - Niue\n - Norfolk Island\n - Northern Mariana Islands\n - Norway\n - Oman\n - Pakistan\n - Palau\n - Palestinian Territory; Occupied\n - Panama\n - Papua New Guinea\n - Paraguay\n - Peru\n - Philippines\n - Pitcairn\n - Poland\n - Portugal\n - Puerto Rico\n - Qatar\n - Reunion\n - Romania\n - Russian Federation\n - Rwanda\n - Saint Helena\n - Saint Kitts And Nevis\n - Saint Lucia\n - Saint Pierre And Miquelon\n - Saint Vincent And The Grenadines\n - Samoa\n - San Marino\n - Sao Tome And Principe\n - Saudi Arabia\n - Senegal\n - Serbia\n - Seychelles\n - Sierra Leone\n - Singapore\n - Slovakia\n - Slovenia\n - Solomon Islands\n - Somalia\n - South Africa\n - South Georgia And The South Sandwich Islands\n - Spain\n - Sri Lanka\n - Sudan\n - Suriname\n - Svalbard And Jan Mayen\n - Swaziland\n - Sweden\n - Switzerland\n - Syrian Arab Republic\n - Taiwan; Province Of China\n - Tajikistan\n - Tanzania; United Republic Of\n - Thailand\n - Timor-leste\n - Togo\n - Tokelau\n - Tonga\n - Trinidad And Tobago\n - Tunisia\n - Turkey\n - Turkmenistan\n - Turks And Caicos Islands\n - Tuvalu\n - Uganda\n - Ukraine\n - United Arab Emirates\n - United Kingdom\n - United States\n - United States Minor Outlying Islands\n - Uruguay\n - Uzbekistan\n - Vanuatu\n - Venezuela\n - Viet Nam\n - Virgin Islands; British\n - Virgin Islands; U.S.\n - Wallis And Futuna\n - Western Sahara\n - Yemen\n - Zambia\n - Zimbabwe\n selectType: default\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n NumberOfEmployees:\n label: Employees\n kind: Number\n options:\n format: 0\n precision: 0\n Fax:\n label: Fax\n kind: String\n Industry:\n label: Industry\n kind: Select\n options:\n options:\n - \"\"\n - Agriculture\n - Apparel\n - Banking\n - Biotechnology\n - Chemicals\n - Communications\n - Construction\n - Consulting\n - Education\n - Electronics\n - Energy\n - Engineering\n - Entertainment\n - Environmental\n - Finance\n - Food & Beverage\n - Government\n - Healthcare\n - Hospitality\n - Insurance\n - Machinery\n - Manufacturing\n - Media\n - Not For Profit\n - Other\n - Recreation\n - Retail\n - Shipping\n - Technology\n - Telecommunications\n - Transportation\n - Utilities\n selectType: default\n LastViewedDate:\n label: Last Viewed Date\n kind: DateTime\n Ownership:\n label: Ownership\n kind: Select\n options:\n options:\n - Public\n - Private\n selectType: default\n ParentId:\n label: Parent Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n Phone:\n label: Phone\n kind: String\n Rating:\n label: Rating\n kind: Select\n options:\n options:\n - \xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - \xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - \xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\xe2\x98\x86\n - \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\xe2\x98\x86\n - \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x86\n - \xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\xe2\x98\x85\n selectType: default\n Sic:\n label: SIC Code\n kind: String\n SicDesc:\n label: SIC Description\n kind: String\n ShippingStreet:\n label: Shipping Street\n kind: String\n ShippingCity:\n label: Shipping City\n kind: String\n ShippingState:\n label: Shipping State\n kind: String\n ShippingPostalCode:\n label: Shipping Postal Code\n kind: String\n ShippingCountry:\n label: Shipping Country\n kind: Select\n options:\n options:\n - Afghanistan\n - \xc3\x85land Islands\n - Albania\n - Algeria\n - American Samoa\n - Andorra\n - Angola\n - Anguilla\n - Antarctica\n - Antigua And Barbuda\n - Argentina\n - Armenia\n - Aruba\n - Australia\n - Austria\n - Azerbaijan\n - Bahamas\n - Bahrain\n - Bangladesh\n - Barbados\n - Belarus\n - Belgium\n - Belize\n - Benin\n - Bermuda\n - Bhutan\n - Bolivia\n - Bosnia And Herzegovina\n - Botswana\n - Bouvet Island\n - Brazil\n - British Indian Ocean Territory\n - Brunei Darussalam\n - Bulgaria\n - Burkina Faso\n - Burundi\n - Cambodia\n - Cameroon\n - Canada\n - Cape Verde\n - Cayman Islands\n - Central African Republic\n - Chad\n - Chile\n - China\n - Christmas Island\n - Cocos (Keeling) Islands\n - Colombia\n - Comoros\n - Congo\n - Congo; The Democratic Republic Of The\n - Cook Islands\n - Costa Rica\n - Cote D'ivoire\n - Croatia\n - Cuba\n - Cyprus\n - Czechia\n - Denmark\n - Djibouti\n - Dominica\n - Dominican Republic\n - Ecuador\n - Egypt\n - El Salvador\n - Equatorial Guinea\n - Eritrea\n - Estonia\n - Ethiopia\n - Falkland Islands (Malvinas)\n - Faroe Islands\n - Fiji\n - Finland\n - France\n - French Guiana\n - French Polynesia\n - French Southern Territories\n - Gabon\n - Gambia\n - Georgia\n - Germany\n - Ghana\n - Gibraltar\n - Greece\n - Greenland\n - Grenada\n - Guadeloupe\n - Guam\n - Guatemala\n - Guernsey\n - Guinea\n - Guinea-bissau\n - Guyana\n - Haiti\n - Heard Island And Mcdonald Islands\n - Holy See (Vatican City State)\n - Honduras\n - Hong Kong\n - Hungary\n - Iceland\n - India\n - Indonesia\n - Iran; Islamic Republic Of\n - Iraq\n - Ireland\n - Isle Of Man\n - Israel\n - Italy\n - Jamaica\n - Japan\n - Jersey\n - Jordan\n - Kazakhstan\n - Kenya\n - Kiribati\n - Korea; Democratic People's Republic Of\n - Korea; Republic Of\n - Kuwait\n - Kyrgyzstan\n - Lao People's Democratic Republic\n - Latvia\n - Lebanon\n - Lesotho\n - Liberia\n - Libyan Arab Jamahiriya\n - Liechtenstein\n - Lithuania\n - Luxembourg\n - Macao\n - Macedonia; The Former Yugoslav Republic Of\n - Madagascar\n - Malawi\n - Malaysia\n - Maldives\n - Mali\n - Malta\n - Marshall Islands\n - Martinique\n - Mauritania\n - Mauritius\n - Mayotte\n - Mexico\n - Micronesia; Federated States Of\n - Moldova; Republic Of\n - Monaco\n - Mongolia\n - Montenegro\n - Montserrat\n - Morocco\n - Mozambique\n - Myanmar\n - Namibia\n - Nauru\n - Nepal\n - Netherlands\n - Netherlands Antilles\n - New Caledonia\n - New Zealand\n - Nicaragua\n - Niger\n - Nigeria\n - Niue\n - Norfolk Island\n - Northern Mariana Islands\n - Norway\n - Oman\n - Pakistan\n - Palau\n - Palestinian Territory; Occupied\n - Panama\n - Papua New Guinea\n - Paraguay\n - Peru\n - Philippines\n - Pitcairn\n - Poland\n - Portugal\n - Puerto Rico\n - Qatar\n - Reunion\n - Romania\n - Russian Federation\n - Rwanda\n - Saint Helena\n - Saint Kitts And Nevis\n - Saint Lucia\n - Saint Pierre And Miquelon\n - Saint Vincent And The Grenadines\n - Samoa\n - San Marino\n - Sao Tome And Principe\n - Saudi Arabia\n - Senegal\n - Serbia\n - Seychelles\n - Sierra Leone\n - Singapore\n - Slovakia\n - Slovenia\n - Solomon Islands\n - Somalia\n - South Africa\n - South Georgia And The South Sandwich Islands\n - Spain\n - Sri Lanka\n - Sudan\n - Suriname\n - Svalbard And Jan Mayen\n - Swaziland\n - Sweden\n - Switzerland\n - Syrian Arab Republic\n - Taiwan; Province Of China\n - Tajikistan\n - Tanzania; United Republic Of\n - Thailand\n - Timor-leste\n - Togo\n - Tokelau\n - Tonga\n - Trinidad And Tobago\n - Tunisia\n - Turkey\n - Turkmenistan\n - Turks And Caicos Islands\n - Tuvalu\n - Uganda\n - Ukraine\n - United Arab Emirates\n - United Kingdom\n - United States\n - United States Minor Outlying Islands\n - Uruguay\n - Uzbekistan\n - Vanuatu\n - Venezuela\n - Viet Nam\n - Virgin Islands; British\n - Virgin Islands; U.S.\n - Wallis And Futuna\n - Western Sahara\n - Yemen\n - Zambia\n - Zimbabwe\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Channel Partner / Reseller\n - Customer - Channel\n - Customer - Direct\n - Installation Partner\n - Pending\n - Prospect\n - Technology Partner\n - Other\n selectType: default\n Website:\n label: Website\n kind: String\n Twitter:\n label: Twitter\n kind: String\n LinkedIn:\n label: LinkedIn\n kind: String\n Facebook:\n label: Facebook\n kind: String\n AccountSelect:\n label: Accounts\n kind: Select\n options:\n options: []\n selectType: default\n TotalTime:\n label: Total time of all cases\n kind: Number\n options:\n format: \"\"\n precision: \"2\"\n suffix: ' hour(s)'\n TotalCost:\n label: Total cost of all cases\n kind: Number\n options:\n format: \"\"\n precision: \"2\"\n prefix: $\n Attachement:\n name: Attachement\n fields:\n File:\n label: File\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n mode: list\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Number\n module: Case\n queryFields:\n - ContactName\n - Number\n selectType: default\n Name:\n label: Name\n kind: String\n Case:\n name: Case\n fields:\n Status:\n label: Status\n kind: Select\n options:\n options:\n - New\n - Open\n - Closed\n - Removed\n selectType: default\n ContactName:\n label: Name\n kind: String\n private: true\n ContactTitle:\n label: Title\n kind: String\n private: true\n ContactEmail:\n label: Email\n kind: Email\n private: true\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n Subject:\n label: Subject\n kind: String\n Escalated:\n label: Escalated\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Category:\n label: Category\n kind: Select\n options:\n options:\n - Question\n - Problem\n - Other\n selectType: default\n ParentCase:\n label: ParentCase\n kind: Record\n options:\n labelField: Number\n module: Case\n queryFields:\n - Number\n selectType: default\n CaseOwner:\n label: Case Owner\n kind: User\n options:\n presetWithAuthenticated: true\n selectType: multiple\n multi: true\n CloseDate:\n label: Close Date\n kind: DateTime\n options:\n onlyDate: true\n Priority:\n label: Priority\n kind: Select\n options:\n options:\n - Very low\n - Low\n - Medium\n - High\n - Very high\n selectType: default\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n ContactPhone:\n label: Phone\n kind: String\n private: true\n Solution:\n label: Solution\n kind: Record\n options:\n labelField: Title\n module: KnowledgeBase\n queryFields:\n - Title\n selectType: default\n Number:\n label: Case Number\n kind: String\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: default\n TotalTime:\n label: Total Time\n kind: Number\n options:\n format: 0\n precision: 2\n suffix: ' hour(s)'\n TotalCost:\n label: Total Cost\n kind: Number\n options:\n format: 0\n precision: 2\n prefix: $\n MailingList:\n label: Mailing List\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n multi: true\n PreviousStatus:\n label: PreviousStatus\n kind: String\n Contact:\n name: Contact\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n AssistantName:\n label: Assistant\n kind: String\n AssistantPhone:\n label: Asst. Phone\n kind: String\n Birthdate:\n label: Birthdate\n kind: DateTime\n private: true\n MasterRecordId:\n label: Contact\n kind: Record\n options:\n labelField: MasterRecordId\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n OwnerId:\n label: Contact Owner\n kind: User\n options:\n presetWithAuthenticated: false\n selectType: default\n IsDeleted:\n label: Deleted\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Department:\n label: Department\n kind: String\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n DoNotCall:\n label: Do Not Call\n kind: Bool\n options:\n falseLabel: \"False\"\n trueLabel: Do Not Call\n Email:\n label: Email\n kind: Email\n private: true\n HasOptedOutOfEmail:\n label: Email Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Fax:\n label: Fax\n kind: String\n private: true\n HasOptedOutOfFax:\n label: Fax Opt Out\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n HomePhone:\n label: Home Phone\n kind: String\n private: true\n LastViewedDate:\n label: Last Viewed Date\n kind: DateTime\n LeadSource:\n label: Lead Source\n kind: Select\n options:\n options:\n - Customer Referral\n - Direct\n - Employee Referral\n - Event\n - Existing Customer\n - Inbound Call\n - Outbound List\n - Partner Referral\n - Seminar\n - Social Media\n - Webinar\n - Website (Organic)\n - Website (PPC)\n - Word of Mouth\n - Other\n selectType: default\n MailingStreet:\n label: Mailing Street\n kind: String\n private: true\n MailingCity:\n label: Mailing City\n kind: String\n private: true\n MailingState:\n label: Mailing State\n kind: String\n private: true\n MailingPostalCode:\n label: Mailing Postal Code\n kind: String\n private: true\n MailingCountry:\n label: Mailing Country\n kind: Select\n options:\n options:\n - Afghanistan\n - \xc3\x85land Islands\n - Albania\n - Algeria\n - American Samoa\n - Andorra\n - Angola\n - Anguilla\n - Antarctica\n - Antigua And Barbuda\n - Argentina\n - Armenia\n - Aruba\n - Australia\n - Austria\n - Azerbaijan\n - Bahamas\n - Bahrain\n - Bangladesh\n - Barbados\n - Belarus\n - Belgium\n - Belize\n - Benin\n - Bermuda\n - Bhutan\n - Bolivia\n - Bosnia And Herzegovina\n - Botswana\n - Bouvet Island\n - Brazil\n - British Indian Ocean Territory\n - Brunei Darussalam\n - Bulgaria\n - Burkina Faso\n - Burundi\n - Cambodia\n - Cameroon\n - Canada\n - Cape Verde\n - Cayman Islands\n - Central African Republic\n - Chad\n - Chile\n - China\n - Christmas Island\n - Cocos (Keeling) Islands\n - Colombia\n - Comoros\n - Congo\n - Congo; The Democratic Republic Of The\n - Cook Islands\n - Costa Rica\n - Cote D'ivoire\n - Croatia\n - Cuba\n - Cyprus\n - Czechia\n - Denmark\n - Djibouti\n - Dominica\n - Dominican Republic\n - Ecuador\n - Egypt\n - El Salvador\n - Equatorial Guinea\n - Eritrea\n - Estonia\n - Ethiopia\n - Falkland Islands (Malvinas)\n - Faroe Islands\n - Fiji\n - Finland\n - France\n - French Guiana\n - French Polynesia\n - French Southern Territories\n - Gabon\n - Gambia\n - Georgia\n - Germany\n - Ghana\n - Gibraltar\n - Greece\n - Greenland\n - Grenada\n - Guadeloupe\n - Guam\n - Guatemala\n - Guernsey\n - Guinea\n - Guinea-bissau\n - Guyana\n - Haiti\n - Heard Island And Mcdonald Islands\n - Holy See (Vatican City State)\n - Honduras\n - Hong Kong\n - Hungary\n - Iceland\n - India\n - Indonesia\n - Iran; Islamic Republic Of\n - Iraq\n - Ireland\n - Isle Of Man\n - Israel\n - Italy\n - Jamaica\n - Japan\n - Jersey\n - Jordan\n - Kazakhstan\n - Kenya\n - Kiribati\n - Korea; Democratic People's Republic Of\n - Korea; Republic Of\n - Kuwait\n - Kyrgyzstan\n - Lao People's Democratic Republic\n - Latvia\n - Lebanon\n - Lesotho\n - Liberia\n - Libyan Arab Jamahiriya\n - Liechtenstein\n - Lithuania\n - Luxembourg\n - Macao\n - Macedonia; The Former Yugoslav Republic Of\n - Madagascar\n - Malawi\n - Malaysia\n - Maldives\n - Mali\n - Malta\n - Marshall Islands\n - Martinique\n - Mauritania\n - Mauritius\n - Mayotte\n - Mexico\n - Micronesia; Federated States Of\n - Moldova; Republic Of\n - Monaco\n - Mongolia\n - Montenegro\n - Montserrat\n - Morocco\n - Mozambique\n - Myanmar\n - Namibia\n - Nauru\n - Nepal\n - Netherlands\n - Netherlands Antilles\n - New Caledonia\n - New Zealand\n - Nicaragua\n - Niger\n - Nigeria\n - Niue\n - Norfolk Island\n - Northern Mariana Islands\n - Norway\n - Oman\n - Pakistan\n - Palau\n - Palestinian Territory; Occupied\n - Panama\n - Papua New Guinea\n - Paraguay\n - Peru\n - Philippines\n - Pitcairn\n - Poland\n - Portugal\n - Puerto Rico\n - Qatar\n - Reunion\n - Romania\n - Russian Federation\n - Rwanda\n - Saint Helena\n - Saint Kitts And Nevis\n - Saint Lucia\n - Saint Pierre And Miquelon\n - Saint Vincent And The Grenadines\n - Samoa\n - San Marino\n - Sao Tome And Principe\n - Saudi Arabia\n - Senegal\n - Serbia\n - Seychelles\n - Sierra Leone\n - Singapore\n - Slovakia\n - Slovenia\n - Solomon Islands\n - Somalia\n - South Africa\n - South Georgia And The South Sandwich Islands\n - Spain\n - Sri Lanka\n - Sudan\n - Suriname\n - Svalbard And Jan Mayen\n - Swaziland\n - Sweden\n - Switzerland\n - Syrian Arab Republic\n - Taiwan; Province Of China\n - Tajikistan\n - Tanzania; United Republic Of\n - Thailand\n - Timor-leste\n - Togo\n - Tokelau\n - Tonga\n - Trinidad And Tobago\n - Tunisia\n - Turkey\n - Turkmenistan\n - Turks And Caicos Islands\n - Tuvalu\n - Uganda\n - Ukraine\n - United Arab Emirates\n - United Kingdom\n - United States\n - United States Minor Outlying Islands\n - Uruguay\n - Uzbekistan\n - Vanuatu\n - Venezuela\n - Viet Nam\n - Virgin Islands; British\n - Virgin Islands; U.S.\n - Wallis And Futuna\n - Western Sahara\n - Yemen\n - Zambia\n - Zimbabwe\n selectType: default\n private: true\n MobilePhone:\n label: Mobile\n kind: String\n private: true\n Salutation:\n label: Salutation\n kind: String\n private: true\n FirstName:\n label: First Name\n kind: String\n private: true\n LastName:\n label: Last Name\n kind: String\n private: true\n OtherStreet:\n label: Other Street\n kind: String\n private: true\n OtherCity:\n label: Other City\n kind: String\n private: true\n OtherState:\n label: Other State\n kind: String\n private: true\n OtherPostalCode:\n label: Other Postal Code\n kind: String\n private: true\n OtherCountry:\n label: Other Country\n kind: Select\n options:\n options:\n - Afghanistan\n - \xc3\x85land Islands\n - Albania\n - Algeria\n - American Samoa\n - Andorra\n - Angola\n - Anguilla\n - Antarctica\n - Antigua And Barbuda\n - Argentina\n - Armenia\n - Aruba\n - Australia\n - Austria\n - Azerbaijan\n - Bahamas\n - Bahrain\n - Bangladesh\n - Barbados\n - Belarus\n - Belgium\n - Belize\n - Benin\n - Bermuda\n - Bhutan\n - Bolivia\n - Bosnia And Herzegovina\n - Botswana\n - Bouvet Island\n - Brazil\n - British Indian Ocean Territory\n - Brunei Darussalam\n - Bulgaria\n - Burkina Faso\n - Burundi\n - Cambodia\n - Cameroon\n - Canada\n - Cape Verde\n - Cayman Islands\n - Central African Republic\n - Chad\n - Chile\n - China\n - Christmas Island\n - Cocos (Keeling) Islands\n - Colombia\n - Comoros\n - Congo\n - Congo; The Democratic Republic Of The\n - Cook Islands\n - Costa Rica\n - Cote D'ivoire\n - Croatia\n - Cuba\n - Cyprus\n - Czechia\n - Denmark\n - Djibouti\n - Dominica\n - Dominican Republic\n - Ecuador\n - Egypt\n - El Salvador\n - Equatorial Guinea\n - Eritrea\n - Estonia\n - Ethiopia\n - Falkland Islands (Malvinas)\n - Faroe Islands\n - Fiji\n - Finland\n - France\n - French Guiana\n - French Polynesia\n - French Southern Territories\n - Gabon\n - Gambia\n - Georgia\n - Germany\n - Ghana\n - Gibraltar\n - Greece\n - Greenland\n - Grenada\n - Guadeloupe\n - Guam\n - Guatemala\n - Guernsey\n - Guinea\n - Guinea-bissau\n - Guyana\n - Haiti\n - Heard Island And Mcdonald Islands\n - Holy See (Vatican City State)\n - Honduras\n - Hong Kong\n - Hungary\n - Iceland\n - India\n - Indonesia\n - Iran; Islamic Republic Of\n - Iraq\n - Ireland\n - Isle Of Man\n - Israel\n - Italy\n - Jamaica\n - Japan\n - Jersey\n - Jordan\n - Kazakhstan\n - Kenya\n - Kiribati\n - Korea; Democratic People's Republic Of\n - Korea; Republic Of\n - Kuwait\n - Kyrgyzstan\n - Lao People's Democratic Republic\n - Latvia\n - Lebanon\n - Lesotho\n - Liberia\n - Libyan Arab Jamahiriya\n - Liechtenstein\n - Lithuania\n - Luxembourg\n - Macao\n - Macedonia; The Former Yugoslav Republic Of\n - Madagascar\n - Malawi\n - Malaysia\n - Maldives\n - Mali\n - Malta\n - Marshall Islands\n - Martinique\n - Mauritania\n - Mauritius\n - Mayotte\n - Mexico\n - Micronesia; Federated States Of\n - Moldova; Republic Of\n - Monaco\n - Mongolia\n - Montenegro\n - Montserrat\n - Morocco\n - Mozambique\n - Myanmar\n - Namibia\n - Nauru\n - Nepal\n - Netherlands\n - Netherlands Antilles\n - New Caledonia\n - New Zealand\n - Nicaragua\n - Niger\n - Nigeria\n - Niue\n - Norfolk Island\n - Northern Mariana Islands\n - Norway\n - Oman\n - Pakistan\n - Palau\n - Palestinian Territory; Occupied\n - Panama\n - Papua New Guinea\n - Paraguay\n - Peru\n - Philippines\n - Pitcairn\n - Poland\n - Portugal\n - Puerto Rico\n - Qatar\n - Reunion\n - Romania\n - Russian Federation\n - Rwanda\n - Saint Helena\n - Saint Kitts And Nevis\n - Saint Lucia\n - Saint Pierre And Miquelon\n - Saint Vincent And The Grenadines\n - Samoa\n - San Marino\n - Sao Tome And Principe\n - Saudi Arabia\n - Senegal\n - Serbia\n - Seychelles\n - Sierra Leone\n - Singapore\n - Slovakia\n - Slovenia\n - Solomon Islands\n - Somalia\n - South Africa\n - South Georgia And The South Sandwich Islands\n - Spain\n - Sri Lanka\n - Sudan\n - Suriname\n - Svalbard And Jan Mayen\n - Swaziland\n - Sweden\n - Switzerland\n - Syrian Arab Republic\n - Taiwan; Province Of China\n - Tajikistan\n - Tanzania; United Republic Of\n - Thailand\n - Timor-leste\n - Togo\n - Tokelau\n - Tonga\n - Trinidad And Tobago\n - Tunisia\n - Turkey\n - Turkmenistan\n - Turks And Caicos Islands\n - Tuvalu\n - Uganda\n - Ukraine\n - United Arab Emirates\n - United Kingdom\n - United States\n - United States Minor Outlying Islands\n - Uruguay\n - Uzbekistan\n - Vanuatu\n - Venezuela\n - Viet Nam\n - Virgin Islands; British\n - Virgin Islands; U.S.\n - Wallis And Futuna\n - Western Sahara\n - Yemen\n - Zambia\n - Zimbabwe\n selectType: default\n private: true\n OtherPhone:\n label: Other Phone\n kind: String\n private: true\n Phone:\n label: Phone\n kind: String\n private: true\n PhotoUrl:\n label: Photo URL\n kind: Url\n private: true\n ReportsToId:\n label: Reports To\n kind: Record\n options:\n labelField: MasterRecordId\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n Title:\n label: Title\n kind: String\n private: true\n Twitter:\n label: Twitter\n kind: Url\n private: true\n Facebook:\n label: Facebook\n kind: Url\n private: true\n LinkedIn:\n label: LinkedIn\n kind: Url\n private: true\n IsPrimary:\n label: Primary contact for account\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n RecordLabel:\n label: Record Label\n kind: String\n private: true\n Department:\n name: Department\n meta: '{}'\n fields:\n Name:\n label: Name\n kind: String\n Employees:\n label: Employees\n kind: User\n options:\n presetWithAuthenticated: false\n selectType: default\n multi: true\n HourCost:\n label: Cost per hour\n kind: Number\n options:\n format: 0\n precision: 2\n prefix: $\n TotalTime:\n label: Total time of all cases\n kind: Number\n options:\n format: 0\n precision: 0\n suffix: ' hour(s)'\n TotalCost:\n label: Total cost of all cases\n kind: Number\n options:\n format: 0\n precision: \"2\"\n prefix: $\n DepartmentSelect:\n label: Departments\n kind: Select\n options:\n multiLine: false\n useRichTextEditor: false\n EmailMessage:\n name: EmailMessage\n meta: '{}'\n fields:\n HtmlBody:\n label: Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n MessageDate:\n label: Message Sent Date\n kind: String\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\n Status:\n label: Status\n kind: Select\n options:\n options:\n - Draft\n - Sent\n selectType: default\n ToAddress:\n label: To Address\n kind: Email\n Subject:\n label: Subject\n kind: String\n EmailTemplateId:\n label: Email Template\n kind: Record\n options:\n labelField: Name\n module: EmailTemplate\n queryFields:\n - Name\n selectType: default\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Number\n module: Case\n queryFields:\n - Number\n selectType: default\n EmailTemplate:\n name: EmailTemplate\n meta: '{}'\n fields:\n Name:\n label: Email Template Name\n kind: String\n Subject:\n label: Subject\n kind: String\n Body:\n label: Body\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Description:\n label: Description\n kind: String\n options:\n multiLine: true\n Entitlement:\n name: Entitlement\n fields:\n AccountId:\n label: Account Name\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - Name\n selectType: default\n Name:\n label: Entitlement Name\n kind: String\n StartDate:\n label: Start Date\n kind: DateTime\n EndDate:\n label: End Date\n kind: DateTime\n Status:\n label: Status\n kind: Select\n options:\n options:\n - Active\n - Expired\n - Inactive\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Web Support\n - Phone Support\n - Email Support\n - Dedicated Support\n selectType: multiple\n multi: true\n Term:\n label: Term\n kind: Number\n options:\n format: 0\n precision: 0\n TermType:\n label: Term Type\n kind: Select\n options:\n options:\n - Day(s)\n - Month(s)\n - Year(s)\n selectType: default\n EntitlementTemplate:\n name: EntitlementTemplate\n fields:\n Name:\n label: Entitlement Name\n kind: String\n Term:\n label: Term\n kind: Number\n options:\n format: 0\n precision: 0\n TermType:\n label: Term type\n kind: Select\n options:\n options:\n - Day(s)\n - Month(s)\n - Year(s)\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Email Support\n - Messaging Support\n - Phone Support\n - Web Support\n selectType: multiple\n multi: true\n KnowledgeBase:\n name: KnowledgeBase\n fields:\n Number:\n label: KB Number\n kind: Number\n options:\n format: \"00000000\"\n precision: 0\n prefix: KB#\n Title:\n label: Title\n kind: String\n Content:\n label: Content\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n IsPublished:\n label: Public\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n IsReviewed:\n label: Reviewed\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n Status:\n label: Status\n kind: Select\n options:\n options:\n - New\n - Pending review\n - Accepted\n - Obsolete\n - Duplicate\n selectType: default\n File:\n label: File\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n mode: list\n Type:\n label: Type\n kind: Select\n options:\n options:\n - FAQ\n - Solution\n - Tutorial\n - General\n selectType: multiple\n multi: true\n Category:\n label: Category\n kind: Select\n options:\n options:\n - Product\n - Service\n - People Operations\n - Engineering\n - Marketing\n - Sales\n - Finance\n - Legal\n selectType: multiple\n multi: true\n ProductId:\n label: Product\n kind: Record\n options:\n labelField: Name\n module: Product\n queryFields:\n - ProductCode\n - Name\n selectType: default\n Product:\n name: Product\n fields:\n IsActive:\n label: Active\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ProductCode:\n label: Product Code\n kind: String\n Description:\n label: Product Description\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n Family:\n label: Product Family\n kind: Select\n options:\n options:\n - Equipment\n - Consumables\n - Accessories\n - Subscription\n - Service\n selectType: default\n Name:\n label: Product Name\n kind: String\n Photo:\n label: Photo\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n mode: single\n Manual:\n label: Manual\n kind: File\n options:\n allowDocuments: false\n allowImages: false\n mode: list\n EntitlementTemplateId:\n label: Entitlement Template\n kind: Record\n options:\n labelField: Name\n module: EntitlementTemplate\n queryFields:\n - Name\n selectType: default\n TotalTime:\n label: Total time of all cases\n kind: Number\n options:\n format: 0\n precision: \"2\"\n suffix: ' hour(s)'\n TotalCost:\n label: Total cost of all cases\n kind: Number\n options:\n format: 0\n precision: 2\n prefix: $\n ProductSelect:\n label: Products\n kind: Select\n options:\n options: []\n selectType: default\n Settings:\n name: Settings\n meta: '{}'\n fields:\n KBNextNumber:\n label: Next number for a KB item\n kind: Number\n options:\n format: \"00000000\"\n precision: 0\n prefix: KB#\n DefaultCostPerHour:\n label: Default cost per hour\n kind: Number\n options:\n format: 0\n precision: 0\n DefaultDepartment:\n label: Default department for new ticket\n kind: Record\n options:\n labelField: Name\n module: Department\n queryFields:\n - Name\n selectType: default\n DefaultTimeUpdate:\n label: Default time for a case update\n kind: Number\n options:\n format: 0\n precision: 2\n suffix: ' hour(s)'\n DefaultSupportChannel:\n label: Default support channel id\n kind: String\n DefaultCaseRecordLink:\n label: Default case link\n kind: String\n DefaultCaseEmailTemplate:\n label: Default case email template\n kind: Record\n options:\n labelField: Name\n module: EmailTemplate\n queryFields:\n - Name\n selectType: default\n Update:\n name: Update\n fields:\n CaseId:\n label: Case\n kind: Record\n options:\n labelField: Number\n module: Case\n queryFields:\n - ContactName\n - Number\n selectType: default\n Type:\n label: Type\n kind: Select\n options:\n options:\n - Incoming email\n - Outgoing email\n - Call\n - Status change\n - Other\n selectType: default\n Subject:\n label: Subject\n kind: String\n Content:\n label: Content\n kind: String\n options:\n multiLine: true\n useRichTextEditor: true\n From:\n label: From\n kind: String\n To:\n label: To\n kind: String\n AccountId:\n label: Account\n kind: Record\n options:\n labelField: AccountName\n module: Account\n queryFields:\n - AccountName\n selectType: default\n SendToMailingList:\n label: Send to Case Mailing List after saving\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n SaveInKB:\n label: Store as entry in Knowledge Base\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n TimeSpend:\n label: Time spend\n kind: Number\n options:\n format: 0\n precision: 2\n suffix: ' hour(s)'\n Cost:\n label: Cost\n kind: Number\n options:\n format: 0\n precision: 2\n prefix: $\n Department:\n label: Department\n kind: Record\n options:\n labelField: Name\n module: Department\n queryFields:\n - Name\n selectType: default\n NotificationCaseCreator:\n label: Notification sent to Case Creator\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n NotificationCaseOwner:\n label: Notification sent to Case Owner\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n NotificationCaseMailingList:\n label: Notification sent to Case Mailing List\n kind: Bool\n options:\n falseLabel: \"No\"\n trueLabel: \"Yes\"\n ContactId:\n label: Contact\n kind: Record\n options:\n labelField: RecordLabel\n module: Contact\n queryFields:\n - RecordLabel\n selectType: default\nPK\x07\x08\xf6\xa7W\x12\x06\xbf\x00\x00\x06\xbf\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x14\x00 \x001200_charts_crm.yamlUT\x05\x00\x01\x80Cm8namespace: crm\ncharts:\n AccountsByRating:\n name: Accounts by rating\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Rating\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: AVG\n field: count\n fill: true\n fixTooltips: false\n label: Number of Accounts\n lineTension: 0.4\n type: line\n module: Account\n renderer: {}\n yAxis:\n label: Accounts\n AccountsByType:\n name: Accounts by type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fixTooltips: false\n relativeValue: true\n type: doughnut\n module: Account\n renderer: {}\n ActiveCampaignsByType:\n name: Active campaigns by type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n filter: IsActive = 1\n metrics:\n - field: count\n type: pie\n module: Campaigns\n renderer: {}\n CampaignAmountAllOpportunitiesVsTarget:\n name: Campaign amount all opportunities vs target\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta:\n steps:\n - value: \"15000\"\n - value: \"30000\"\n - value: \"60000\"\n modifier: (no grouping / buckets)\n filter: AmountAllOpportunities IS NOT NULL\n metrics:\n - aggregate: SUM\n field: AmountAllOpportunities\n type: gauge\n module: Campaigns\n renderer: {}\n CampaignAmountAllWonOpportunitiesVsTarget:\n name: Campaign amount all won opportunities vs target\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta:\n steps:\n - value: \"10000\"\n - value: \"20000\"\n - value: \"40000\"\n modifier: (no grouping / buckets)\n filter: AmountWonOpportunities IS NOT NULL\n metrics:\n - aggregate: SUM\n field: AmountWonOpportunities\n type: gauge\n module: Campaigns\n renderer: {}\n CampaignCostVsRevenue:\n name: Campaign cost vs revenue\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: ActualCost IS NOT NULL\n metrics:\n - aggregate: SUM\n field: BudgetedCost\n label: Budgeted Cost\n type: bar\n - aggregate: SUM\n field: ActualCost\n label: Actual Cost\n type: bar\n - aggregate: SUM\n field: ExpectedRevenue\n label: Expected Revenue\n type: bar\n - aggregate: SUM\n field: AmountAllOpportunities\n label: Amount All Opportunities\n type: bar\n - aggregate: SUM\n field: AmountWonOpportunities\n label: Amount All Won Opportunities\n type: bar\n module: Campaigns\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Euro\n CampaignCosts:\n name: Campaign costs\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Name\n meta: {}\n modifier: (no grouping / buckets)\n filter: recordID = ${recordID}\n metrics:\n - aggregate: SUM\n field: NumberOfLeads\n type: bar\n - aggregate: SUM\n field: NumberOfOpportunities\n type: bar\n module: Campaigns\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Value\n CasesByOrigin:\n name: Cases by origin\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Origin\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: pie\n module: Case\n renderer: {}\n CasesByPriority:\n name: Cases by priority\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Priority\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n type: pie\n module: Case\n renderer: {}\n CasesByStatus:\n name: Cases by status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: pie\n module: Case\n renderer: {}\n CasesByType:\n name: Cases by type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: pie\n module: Case\n renderer: {}\n CasesPerMonth:\n name: Cases per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Cases per month\n lineTension: 0.4\n type: bar\n - field: count\n fill: true\n fx: m?m+n:n\n label: Cumulative number of cases\n type: line\n module: Case\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Cases\n ContactsPerCountry:\n name: Contacts per country\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: MailingCountry\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Contacts per country\n lineTension: 0.4\n type: line\n module: Contact\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Contacts\n ContactsPerSeniorLeveltitle:\n name: Contacts per senior level title\n config:\n reports:\n - dimensions:\n - conditions: {}\n default: None\n field: Title\n meta: {}\n modifier: (no grouping / buckets)\n filter: Title = 'CEO' OR Title = 'Owner' OR Title = 'Founder' OR Title\n = 'President' OR Title = 'Director' OR Title = 'CEO' OR Title = 'COO'\n OR Title = 'CFO' OR Title = 'CIO' OR Title = 'CLO' OR Title = 'CHRO'\n OR Title = 'CMO' OR Title = 'CRO' OR Title = 'CCO' OR Title = 'CSO'\n OR Title = 'CIO' OR Title = 'CSO' OR Title = 'CTO' OR Title = 'VP'\n metrics:\n - field: count\n type: doughnut\n module: Contact\n renderer: {}\n ContractsByStatus:\n name: Contracts by Status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Contract\n renderer: {}\n ContractsPerStartingMonth:\n name: Contracts per starting month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: StartDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: Status = 'Activated'\n metrics:\n - field: count\n fill: true\n label: Activated contract per month\n lineTension: 0.4\n type: bar\n - field: count\n fill: true\n fx: m?m+n:n\n label: Cumulative number of contracts\n type: line\n module: Contract\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Activated contracts\n Dealsize:\n name: Dealsize\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: CloseDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: AVG\n field: Amount\n fill: true\n label: Average Dealsize per month\n lineTension: 0.4\n type: line\n - aggregate: MAX\n field: Amount\n label: Max Dealsize\n lineTension: 0.4\n type: line\n - aggregate: MIN\n field: Amount\n label: Min Dealsize\n lineTension: 0.4\n type: line\n module: Opportunity\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Euro\n EventsPerMonth:\n name: Events per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: ActivityDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n lineTension: 0.4\n type: line\n module: Event\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Events\n EventsPerType:\n name: Events per type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Event\n renderer: {}\n LeadFunnel:\n name: Lead funnel\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta:\n fields:\n - text: New\n value: New\n - text: Assigned\n value: Assigned\n - text: In Progress\n value: In Progress\n - text: Converted\n value: Converted\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: funnel\n module: Lead\n renderer: {}\n LeadsByCountry:\n name: Leads by country\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Country\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n fixTooltips: null\n lineTension: 0.4\n type: line\n module: Lead\n renderer: {}\n yAxis:\n axisType: linear\n beginAtZero: true\n label: Leads per country\n LeadsByRating:\n name: Leads by rating\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Rating\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n lineTension: 0.4\n type: line\n module: Lead\n renderer: {}\n LeadsBySource:\n name: Leads by source\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: LeadSource\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fixTooltips: null\n type: doughnut\n module: Lead\n renderer: {}\n LeadsByType:\n name: Leads by type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - backgroundColor: '#31d9dd'\n beginAtZero: true\n field: count\n fixTooltips: false\n label: Number of leads\n relativeValue: true\n type: doughnut\n module: Lead\n renderer: {}\n LeadsPerMonth:\n name: Leads per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n label: Leads per month\n type: bar\n - field: count\n fill: true\n fixTooltips: null\n fx: m?m+n:n\n label: Cumulative number of leads\n lineTension: 0.4\n type: line\n module: Lead\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Leads\n MonthlySales:\n name: Monthly sales\n config:\n reports:\n - dimensions:\n - autoSkip: true\n conditions: {}\n field: CloseDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: StageName = 'Closed Won' and Amount IS NOT NULL\n metrics:\n - aggregate: SUM\n field: Amount\n fill: true\n fixTooltips: null\n fx: \"\"\n label: Monthly Sales\n type: bar\n - aggregate: SUM\n field: Amount\n fill: true\n fx: m?m+n:n\n label: Cumulative Sales\n lineTension: 0.4\n type: line\n module: Opportunity\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Euro\n max: \"\"\n NumberOfOpportunitiesVsTarget:\n name: Number of opportunities vs target\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: StageName\n meta:\n steps:\n - value: \"20\"\n - value: \"50\"\n - value: \"100\"\n modifier: (no grouping / buckets)\n filter: YEAR(created_at) = YEAR(NOW())\n metrics:\n - field: count\n type: gauge\n module: Opportunity\n renderer: {}\n OpportunitiesCreatedPerMonth:\n name: Opportunities created per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n fx: m?m+n:n\n label: Cumulative number of opportunities\n lineTension: 0.4\n type: line\n - field: count\n fill: false\n label: Opportunities per month\n lineTension: 0.4\n type: bar\n module: Opportunity\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Opportunities\n OpportunityLineItemsValue:\n name: Opportunity line items value\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Name\n meta: {}\n modifier: (no grouping / buckets)\n filter: OpportunityId = ${recordID}\n metrics:\n - aggregate: SUM\n field: TotalPrice\n type: bar\n module: OpportunityLineItem\n renderer: {}\n yAxis:\n beginAtZero: true\n label: value\n OpportunitySalesPipeline:\n name: Opportunity sales pipeline\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: StageName\n meta:\n fields:\n - text: Qualification\n value: Qualification\n - text: Need Analysis\n value: Need Analysis\n - text: Proposal\n value: Proposal\n - text: Negotiation\n value: Negotiation\n - text: Closed Won\n value: Closed Won\n modifier: (no grouping / buckets)\n filter: YEAR(created_at) = YEAR(NOW()) AND Amount IS NOT NULL\n metrics:\n - aggregate: SUM\n field: Amount\n type: funnel\n module: Opportunity\n renderer: {}\n OpportunityStatusFunnel:\n name: Opportunity status funnel\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: StageName\n meta:\n fields:\n - text: Qualification\n value: Qualification\n - text: Need Analysis\n value: Need Analysis\n - text: Proposal\n value: Proposal\n - text: Negotiation\n value: Negotiation\n - text: Closed Won\n value: Closed Won\n modifier: (no grouping / buckets)\n filter: YEAR(created_at) = YEAR(NOW())\n metrics:\n - field: count\n type: funnel\n module: Opportunity\n renderer: {}\n PriceBookEntriesPerMonth:\n name: Price book entries per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Price book entries\n lineTension: 0.4\n type: line\n module: PricebookEntry\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Price book entries\n PriceBooksCreatedPerMonth:\n name: Price books created per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Number of Price Books\n lineTension: 0.4\n type: line\n module: Pricebook\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Price books\n ProductsAddedPerMonth:\n name: Products added per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n lineTension: 0.4\n type: line\n module: Product\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Products\n ProductsPerFamily:\n name: Products per family\n config:\n reports:\n - dimensions:\n - conditions: {}\n default: None\n field: Family\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Product\n renderer: {}\n QuotesByStatus:\n name: Quotes by status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Quote\n renderer: {}\n QuotesPerMonth:\n name: Quotes per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Quotes per month\n lineTension: 0.4\n type: bar\n - field: count\n fill: true\n fx: m?m+n:n\n label: Cumulative number of quotes\n lineTension: 0.4\n type: line\n module: Quote\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Quotes\n SalesVsTarget:\n name: Sales vs target\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: StageName\n meta:\n steps:\n - value: \"100000\"\n - value: \"250000\"\n - value: \"500000\"\n modifier: (no grouping / buckets)\n filter: YEAR(created_at) = YEAR(NOW()) AND Amount IS NOT NULL\n metrics:\n - aggregate: SUM\n field: Amount\n fx: \"\"\n type: gauge\n module: Opportunity\n renderer: {}\n SalesYTD:\n name: Sales YTD\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: LeadSource\n meta:\n steps:\n - value: \"150000\"\n - value: \"500000\"\n - value: \"1000000\"\n modifier: (no grouping / buckets)\n filter: YEAR(created_at) = YEAR(NOW()) AND Amount IS NOT NULL\n metrics:\n - aggregate: SUM\n field: Amount\n type: gauge\n module: Opportunity\n renderer: {}\n SolutionsByStatus:\n name: Solutions by status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Solution\n renderer: {}\n SolutionsCreatedPerMonth:\n name: Solutions created per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Solutions created per month\n lineTension: 0.4\n type: line\n module: Solution\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Solutions\n TasksByStatus:\n name: Tasks by status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n type: doughnut\n module: Task\n renderer: {}\n TasksPerMonth:\n name: Tasks per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: ActivityDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Tasks per month\n lineTension: 0.4\n type: line\n module: Task\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Tasks\nPK\x07\x08\x0f\x8f\x0d\x98\xe7V\x00\x00\xe7V\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1e\x00 \x001200_charts_service-cloud.yamlUT\x05\x00\x01\x80Cm8namespace: service-cloud\ncharts:\n ActiveEntitlements:\n name: Number of active entitlements\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - backgroundColor: '#11ff57'\n field: count\n fixTooltips: true\n type: pie\n module: Entitlement\n renderer: {}\n AverageTimeSpentPerCase:\n name: Average time spent per case\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - aggregate: AVG\n field: TotalTime\n fixTooltips: null\n label: Average case time (in hours)\n type: bar\n module: Case\n renderer: {}\n CaseUpdatesPerType:\n name: Case updates per type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Type\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - backgroundColor: '#b51392'\n field: count\n fixTooltips: true\n relativeValue: true\n type: doughnut\n module: Update\n renderer: {}\n CasesByCategory:\n name: Cases by category\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Category\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - backgroundColor: '#ff0074'\n field: count\n fixTooltips: true\n label: Category\n relativePrecision: \"2\"\n relativeValue: true\n type: doughnut\n module: Case\n renderer: {}\n CasesByPriority:\n name: Cases by priority\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Priority\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - backgroundColor: '#f50d23'\n field: count\n fixTooltips: true\n label: Priority\n relativeValue: true\n type: doughnut\n module: Case\n renderer: {}\n CasesByStatus:\n name: Cases by status\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Status\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - backgroundColor: '#13b1dc'\n field: count\n fixTooltips: true\n label: Cases by status\n relativeValue: true\n type: doughnut\n module: Case\n renderer: {}\n ClosedCasesPerMonth:\n name: Closed cases per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: CloseDate\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n fixTooltips: null\n label: Closed cases\n lineTension: 0.4\n type: line\n module: Case\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Cases\n CostPerCategory:\n name: Total cost per category\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Category\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: false\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: TotalCost\n fixTooltips: null\n label: Cost per category (in $)\n type: bar\n module: Case\n renderer: {}\n yAxis:\n beginAtZero: true\n label: $\n CostPerProductFamily:\n name: Cost per product family\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Family\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: TotalCost\n fixTooltips: null\n label: Total\n type: bar\n module: Product\n renderer: {}\n yAxis:\n beginAtZero: true\n label: $\n CostsPerAccount:\n name: Total costs per account\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: AccountSelect\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: TotalCost\n fixTooltips: null\n label: Total cost\n type: bar\n module: Account\n renderer: {}\n yAxis:\n beginAtZero: true\n label: $\n KnowledgeBaseArticlesPerType:\n name: Knowledge Base articles per type\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Category\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - backgroundColor: '#ffc623'\n field: count\n fixTooltips: true\n label: Knowledge Base articles per type\n relativeValue: false\n type: pie\n module: KnowledgeBase\n renderer: {}\n KnowledgeBaseItemsCreatedPerDay:\n name: Knowledge Base items created per day\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: DATE\n filter: \"\"\n metrics:\n - field: count\n fill: true\n label: Total per day\n lineTension: 0.4\n type: line\n module: KnowledgeBase\n renderer: {}\n yAxis:\n beginAtZero: true\n label: KB Items\n NewCasesByMonth:\n name: New cases per month\n config:\n reports:\n - dimensions:\n - autoSkip: true\n conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n skipMissing: true\n filter: \"\"\n metrics:\n - field: count\n fill: true\n fixTooltips: null\n label: New cases\n lineTension: 0.2\n type: line\n module: Case\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Cases\n TimePerAccount:\n name: Total time spend per account\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: AccountSelect\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - aggregate: SUM\n backgroundColor: '#41aeee'\n field: TotalTime\n fixTooltips: true\n label: Hours\n type: pie\n module: Account\n renderer: {}\n TimeSpentPerProductFamily:\n name: Time Spent per Product Family\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Family\n meta: {}\n modifier: (no grouping / buckets)\n filter: \"\"\n metrics:\n - aggregate: SUM\n axisType: null\n backgroundColor: '#03ad3b'\n beginAtZero: true\n field: TotalTime\n fixTooltips: true\n label: Time spent (in hours)\n relativeValue: false\n type: pie\n module: Product\n renderer: {}\n TotalCostPerDepartment:\n name: Total costs per department\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: DepartmentSelect\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: TotalCost\n fixTooltips: null\n label: Total\n type: bar\n module: Department\n renderer: {}\n yAxis:\n beginAtZero: true\n label: $\n TotalCostPerMonth:\n name: Total cost per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: Cost\n label: Total cost per month\n type: bar\n module: Update\n renderer: {}\n yAxis:\n beginAtZero: true\n label: $\n TotalTimeSpentPerCategory:\n name: 'Total time spent per category '\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: Category\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: SUM\n backgroundColor: '#ffac45'\n field: TotalTime\n fixTooltips: true\n label: Total time spent per category (in hours)\n type: pie\n module: Case\n renderer: {}\n TotalTimeSpentPerDepartment:\n name: Total time spent per department\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: DepartmentSelect\n meta: {}\n modifier: (no grouping / buckets)\n skipMissing: true\n filter: \"\"\n metrics:\n - aggregate: SUM\n backgroundColor: '#bf94ff'\n field: TotalTime\n fixTooltips: true\n label: Total\n type: pie\n module: Department\n renderer: {}\n TotalTimeSpentPerMonth:\n name: Total time spent per month\n config:\n reports:\n - dimensions:\n - conditions: {}\n field: created_at\n meta: {}\n modifier: MONTH\n filter: \"\"\n metrics:\n - aggregate: SUM\n field: TimeSpend\n fixTooltips: null\n label: Total time spent (in hours)\n type: bar\n module: Update\n renderer: {}\n yAxis:\n beginAtZero: true\n label: Hours\nPK\x07\x08\x00\x89fU\x8e&\x00\x00\x8e&\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x13\x00 \x001400_pages_crm.yamlUT\x05\x00\x01\x80Cm8namespace: crm\npages:\n - handle: Home\n title: Home\n blocks:\n - title: My New Leads\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Company\n - name: Rating\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Lead\n perPage: 20\n prefilter: OwnerId = ${userID} AND Status = 'New'\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 11, 4, 9]\n - title: My Key Deals - Recent Opportunities\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: AccountId\n - name: Amount\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Opportunity\n perPage: 20\n prefilter: StageName != 'Closed Won' AND StageName != 'Closed Lost' AND\n OwnerId = ${userID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 11, 4, 9]\n - title: My Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Subject\n - name: Priority\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: OwnerId = ${userID} AND Status != 'Completed'\n presort: Priority ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 11, 4, 9]\n - title: Sales vs. Target\n options:\n chart: SalesVsTarget\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 0, 2, 4]\n - title: New Leads\n options:\n metrics:\n - filter: Status = 'New'\n label: \"\"\n labelStyle: {}\n metricField: count\n module: Lead\n valueStyle:\n color: '#379cd3'\n fontSize: \"120\"\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Metric\n xywh: [0, 0, 2, 4]\n - title: Converted Leads\n options:\n metrics:\n - filter: Status = 'Converted'\n labelStyle: {}\n metricField: count\n module: Lead\n valueStyle:\n color: '#379cd3'\n fontSize: \"120\"\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Metric\n xywh: [2, 0, 2, 4]\n - title: Total Pipeline \xe2\x82\xac\n options:\n metrics:\n - filter: StageName != 'Closed Won' AND StageName != 'Closed Lost' AND\n Amount IS NOT NULL\n labelStyle: {}\n metricField: Amount\n module: Opportunity\n numberFormat: \"0.0\"\n operation: sum\n prefix: \"\"\n suffix: k\n transformFx: v=v/1000\n valueStyle:\n color: '#379cd3'\n fontSize: \"60\"\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Metric\n xywh: [4, 0, 2, 4]\n - title: Leads per Month\n options:\n chart: LeadsPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 4, 4, 7]\n - title: Monthly Sales\n options:\n chart: MonthlySales\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [4, 4, 4, 7]\n - title: My Calendar\n options:\n defaultView: dayGridMonth\n feeds:\n - allDay: false\n endField: EndDateTime\n options:\n color: '#5680a6'\n module: Event\n prefilter: Type = 'Call'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#e38e3f'\n module: Event\n prefilter: Type = 'Email'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#ce6462'\n module: Event\n prefilter: Type = 'Meeting'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#88b5b2'\n module: Event\n prefilter: Type = 'Send Letter / Quote'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#70974d'\n module: Event\n prefilter: Type = 'Other'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#e9c153'\n module: Event\n prefilter: Type IS NULL\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n header:\n views:\n - dayGridMonth\n - timeGridWeek\n - timeGridDay\n - listMonth\n locale: en-gb\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Calendar\n xywh: [8, 0, 4, 11]\n visible: true\n - handle: Leads\n title: Leads\n blocks:\n - title: Leads by type\n options:\n chart: LeadsByType\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: New Leads Per Month\n options:\n chart: LeadsPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n - title: Leads\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Email\n - name: Company\n - name: Rating\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Lead\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n pages:\n - handle: RecordPageForModuleLead\n module: Lead\n title: Record page for module \"Lead\"\n blocks:\n - title: Personal Data\n options:\n fields:\n - name: FirstName\n - name: LastName\n - name: Salutation\n - name: Title\n - name: Phone\n - name: MobilePhone\n - name: Email\n - name: Website\n - name: Twitter\n - name: LinkedIn\n - name: Facebook\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 15]\n - title: Twitter feed\n options:\n profileSourceField: Twitter\n profileUrl: \"\"\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: SocialFeed\n xywh: [9, 0, 3, 31]\n - title: Company Data\n options:\n fields:\n - name: Company\n - name: Industry\n - name: AnnualRevenue\n - name: NumberOfEmployees\n - name: NumberOfEmployeesRange\n - name: Country\n - name: City\n - name: Street\n - name: State\n - name: PostalCode\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 15]\n - title: Other Information\n options:\n fields:\n - name: Rating\n - name: CampaignId\n - name: Status\n - name: LeadSource\n - name: OwnerId\n - name: Description\n - name: ConvertedAccountId\n - name: ConvertedContactId\n - name: ConvertedOpportunityId\n - name: ConvertedDate\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 15]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: LeadId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 15, 6, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: LeadId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 23, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: LeadId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 23, 5, 8]\n - title: Lead Actions\n options:\n buttons:\n - enabled: true\n label: Convert this Lead into an Account\n resourceType: compose:record\n script: /client-scripts/compose/crm/Lead/ToAccount.js:default\n - enabled: true\n label: Convert this Lead into an Account and Opportunity\n resourceType: compose:record\n script: /client-scripts/compose/crm/Lead/ToAccountAndOpportunity.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [6, 15, 3, 8]\n visible: true\n - handle: MyLeads\n title: My Leads\n blocks:\n - title: My Leads\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Email\n - name: Rating\n - name: Company\n - name: Country\n - name: LeadSource\n - name: Status\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Lead\n perPage: 20\n prefilter: OwnerId = ${userID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 17]\n visible: true\n - handle: AllNewLeads\n title: All New Leads\n blocks:\n - title: New Leads\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Email\n - name: Rating\n - name: Company\n - name: Country\n - name: LeadSource\n - name: Status\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Lead\n perPage: 20\n prefilter: Status = 'New' OR Status = 'Assigned'\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n visible: true\n visible: true\n - handle: Accounts\n title: Accounts\n blocks:\n - title: All accounts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: AccountName\n - name: Type\n - name: Rating\n - name: Industry\n - name: AccountSource\n - name: OwnerId\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Account\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Account by Type\n options:\n chart: AccountsByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Accounts by Rating\n options:\n chart: AccountsByRating\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleAccount\n module: Account\n title: Record page for module \"Account\"\n blocks:\n - title: Account Detail\n options:\n fields:\n - name: AccountName\n - name: Type\n - name: Industry\n - name: NumberOfEmployees\n - name: AnnualRevenue\n - name: Twitter\n - name: LinkedIn\n - name: Facebook\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 12]\n - title: Account Address\n options:\n fields:\n - name: BillingStreet\n - name: BillingCity\n - name: BillingState\n - name: BillingPostalCode\n - name: BillingCountry\n - name: Phone\n - name: Website\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 12]\n - title: Other Information\n options:\n fields:\n - name: Rating\n - name: CampaignId\n - name: ParentId\n - name: AccountSource\n - name: OwnerId\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 12]\n - title: Company Twitter Feed\n options:\n profileSourceField: Twitter\n profileUrl: \"\"\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: SocialFeed\n xywh: [9, 0, 3, 12]\n - title: Opportunities\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: StageName\n - name: Amount\n - name: CloseDate\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Opportunity\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 17, 9, 7]\n - title: Contacts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Title\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contact\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: LastName ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 24, 4, 8]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 32, 4, 8]\n - title: Cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: CaseNumber\n - name: Subject\n - name: Status\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 24, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 32, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 32, 4, 8]\n - title: Contracts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: StartDate\n - name: EndDate\n - name: Status\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contract\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 24, 4, 8]\n - title: Account Actions\n options:\n buttons:\n - enabled: true\n label: Create new Opportunity from this Account\n resourceType: compose:record\n script: /client-scripts/compose/crm/Account/CreateNewOpportunity.js:default\n - enabled: true\n label: Create new Contract from this Account\n resourceType: compose:record\n script: /client-scripts/compose/crm/Account/CreateNewContract.js:default\n - enabled: true\n label: Create new Case from this Account\n resourceType: compose:record\n script: /client-scripts/compose/crm/Account/CreateNewCase.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [9, 17, 3, 7]\n pages:\n - handle: RecordPageForModuleAccountContactRole\n module: AccountContactRole\n title: Record page for module \"AccountContactRole\"\n blocks:\n - title: Account Contact Role Details\n options:\n fields:\n - name: AccountId\n - name: ContactId\n - name: Role\n - name: IsPrimary\n kind: Record\n xywh: [0, 0, 5, 15]\n visible: false\n visible: true\n visible: true\n - handle: Contacts\n title: Contacts\n blocks:\n - title: List of Contacts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: AccountId\n - name: Phone\n - name: Email\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contact\n perPage: 20\n prefilter: \"\"\n presort: RecordLabel ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Number of Contacts with Senior Title\n options:\n chart: ContactsPerSeniorLeveltitle\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Contacts per Country\n options:\n chart: ContactsPerCountry\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleContact\n module: Contact\n title: Record page for module \"Contact\"\n blocks:\n - title: Personal Data\n options:\n fields:\n - name: FirstName\n - name: LastName\n - name: Salutation\n - name: Title\n - name: Phone\n - name: Email\n - name: Twitter\n - name: Facebook\n - name: LinkedIn\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 13]\n - title: Contact Address\n options:\n fields:\n - name: AccountId\n - name: IsPrimary\n - name: MailingStreet\n - name: MailingCity\n - name: MailingState\n - name: MailingPostalCode\n - name: MailingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 13]\n - title: Other Information\n options:\n fields:\n - name: ownedBy\n - name: CampaignId\n - name: DoNotCall\n - name: HasOptedOutOfEmail\n - name: ContactSource\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 13]\n - title: Contact Twitter Feed\n options:\n profileSourceField: Twitter\n profileUrl: \"\"\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: SocialFeed\n xywh: [9, 0, 3, 21]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: LastModifiedDate\n - name: CreatedById\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 21, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 21, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 21, 4, 8]\n - title: Cases related with this Contact\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: CaseNumber\n - name: Status\n - name: Subject\n - name: createdAt\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 13, 6, 8]\n - title: Contact Actions\n options:\n buttons:\n - enabled: true\n label: Create a new Case for this Contact and Account\n resourceType: compose:record\n script: /client-scripts/compose/crm/Contact/CreateNewCase.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [6, 13, 3, 8]\n visible: false\n visible: true\n - handle: Opportunities\n title: Opportunities\n blocks:\n - title: List of Opportunities\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Amount\n - name: AccountId\n - name: StageName\n - name: createdAt\n - name: CloseDate\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Opportunity\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n kind: RecordList\n xywh: [0, 0, 8, 16]\n - title: Opportunity Pipeline\n options:\n chart: OpportunitySalesPipeline\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 6, 4, 10]\n - title: Sales vs. Target\n options:\n chart: SalesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 0, 2, 6]\n - title: Opportunities vs. Target\n options:\n chart: NumberOfOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 0, 2, 6]\n pages:\n - handle: RecordPageForModuleOpportunity\n module: Opportunity\n title: Record page for module \"Opportunity\"\n blocks:\n - title: Opportunity Detail\n options:\n fields:\n - name: Name\n - name: AccountId\n - name: PricebookId\n - name: Probability\n - name: Amount\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 10]\n - title: Additional Information\n options:\n fields:\n - name: OwnerId\n - name: CampaignId\n - name: ForecastCategory\n - name: Type\n - name: createdAt\n - name: Files\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 10]\n - title: Contact Roles\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: ContactId\n - name: IsPrimary\n - name: Role\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: OpportunityContactRole\n perPage: 20\n prefilter: OpportunityId = ${recordID}\n presort: IsPrimary DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [6, 26, 6, 8]\n - title: Stage\n options:\n fields:\n - name: StageName\n - name: LeadSource\n - name: NextStep\n - name: CloseDate\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 10]\n - title: Products\n options:\n allowExport: true\n draggable: true\n editFields:\n - name: ProductId\n - name: Quantity\n - name: UnitPrice\n - name: Discount\n editable: true\n fields:\n - name: ProductId\n - name: ProductCode\n - name: ListPrice\n - name: UnitPrice\n - name: Quantity\n - name: Subtotal\n - name: Discount\n - name: TotalPrice\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n hideSorting: true\n module: OpportunityLineItem\n perPage: 20\n positionField: SortOrder\n prefilter: OpportunityId = ${recordID}\n presort: \"\"\n refField: OpportunityId\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 18, 8, 8]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: OpportunityId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 34, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: OpportunityId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 34, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: OpportunityId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 34, 4, 8]\n - title: Quotes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: QuoteNumber\n - name: Name\n - name: ExpirationDate\n - name: Subtotal\n - name: TotalPrice\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Quote\n perPage: 20\n prefilter: OpportunityId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 26, 6, 8]\n - title: Opportunity Actions\n options:\n buttons:\n - enabled: true\n label: Update prices of Products by applying the selected Price\n Book and inserted discounts\n resourceType: compose:record\n script: /client-scripts/compose/crm/Opportunity/ApplyPriceBook.js:default\n - enabled: true\n label: Create a new Quote for this Opportunity\n resourceType: compose:record\n script: /client-scripts/compose/crm/Opportunity/NewQuote.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [8, 18, 4, 8]\n pages:\n - handle: RecordPageForModuleOpportunityContactRole\n module: OpportunityContactRole\n title: Record page for module \"OpportunityContactRole\"\n blocks:\n - title: Opportunity Contact Role Details\n options:\n fields:\n - name: OpportunityId\n - name: ContactId\n - name: Role\n - name: IsPrimary\n kind: Record\n xywh: [0, 0, 4, 16]\n visible: false\n - handle: RecordPageForModuleOpportunityLineItem\n module: OpportunityLineItem\n title: Record page for module \"OpportunityLineItem\"\n blocks:\n - title: Opportunity Line Item Details\n options:\n fields:\n - name: OpportunityId\n - name: ProductId\n - name: Description\n - name: UnitPrice\n - name: Quantity\n - name: Discount\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 16]\n - title: Automatically inserted values\n options:\n fields:\n - name: ProductCode\n - name: ListPrice\n - name: Subtotal\n - name: TotalPrice\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 16]\n - title: Other Information\n options:\n fields:\n - name: createdAt\n - name: createdBy\n - name: updatedAt\n - name: updatedBy\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 16]\n visible: false\n - handle: RecordPageForModuleOpportunityCompetitor\n module: OpportunityCompetitor\n title: Record page for module \"OpportunityCompetitor\"\n blocks:\n - title: Opportunity Competitor Details\n options:\n fields:\n - name: OpportunityId\n - name: CompetitorName\n - name: Strengths\n - name: Weaknesses\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 5, 17]\n visible: false\n visible: false\n visible: true\n - handle: Quotes\n title: Quotes\n blocks:\n - title: List of Quotes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: QuoteNumber\n - name: OpportunityId\n - name: Discount\n - name: TotalPrice\n - name: Tax\n - name: GrandTotal\n - name: ExpirationDate\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Quote\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Quotes Status\n options:\n chart: QuotesByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Number of Quotes per Month\n options:\n chart: QuotesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleQuote\n module: Quote\n title: Record page for module \"Quote\"\n blocks:\n - title: Quote Information\n options:\n fields:\n - name: QuoteNumber\n - name: Name\n - name: OpportunityId\n - name: ExpirationDate\n - name: Status\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 12]\n - title: Totals\n options:\n fields:\n - name: PricebookId\n - name: Subtotal\n - name: Discount\n - name: ShippingHandling\n - name: TotalPrice\n - name: Tax\n - name: GrandTotal\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 12]\n - title: Primary contact data\n options:\n fields:\n - name: AccountId\n - name: ContactId\n - name: Email\n - name: Phone\n - name: createdBy\n - name: createdAt\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 11]\n - title: Bill To\n options:\n fields:\n - name: BillingName\n - name: BillingStreet\n - name: BillingCity\n - name: BillingState\n - name: BillingPostalCode\n - name: BillingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 20, 4, 9]\n - title: Quote To\n options:\n fields:\n - name: QuoteToName\n - name: QuoteToStreet\n - name: QuoteToCity\n - name: QuoteToState\n - name: QuoteToPostalCode\n - name: QuoteToCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [4, 20, 4, 9]\n - title: Ship To\n options:\n fields:\n - name: ShippingName\n - name: ShippingStreet\n - name: ShippingCity\n - name: ShippingState\n - name: ShippingPostalCode\n - name: ShippingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 20, 4, 9]\n - title: Quote Line Items\n options:\n allowExport: true\n draggable: true\n editFields:\n - name: ProductId\n - name: ListPrice\n - name: UnitPrice\n - name: Quantity\n - name: Subtotal\n - name: Discount\n - name: TotalPrice\n editable: true\n fields:\n - name: ProductId\n - name: ListPrice\n - name: UnitPrice\n - name: Quantity\n - name: Subtotal\n - name: Discount\n - name: TotalPrice\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n hideSorting: true\n module: QuoteLineItem\n perPage: 20\n positionField: SortOrder\n prefilter: QuoteId = ${recordID}\n presort: \"\"\n refField: QuoteId\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 12, 12, 8]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: QuoteId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 29, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: QuoteId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 29, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: QuoteId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 29, 4, 8]\n - options:\n buttons:\n - enabled: true\n label: Send this Quote via email to the primary contact\n resourceType: compose:record\n script: /client-scripts/compose/crm/Quote/SendToPriContact.js:default\n - enabled: true\n label: Send this Quote to a custom email\n resourceType: compose:record\n script: /client-scripts/compose/crm/Quote/SendToCustomEmail.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [4, 11, 4, 1]\n pages:\n - handle: RecordPageForModuleQuoteLineItem\n module: QuoteLineItem\n title: Record page for module \"QuoteLineItem\"\n blocks:\n - title: Quote Line Item Information\n options:\n fields:\n - name: QuoteId\n - name: LineItemNumber\n - name: LineItemDescription\n - name: ProductId\n - name: ListPrice\n - name: UnitPrice\n - name: Quantity\n - name: Subtotal\n - name: Discount\n - name: TotalPrice\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 15]\n visible: false\n visible: false\n visible: true\n - handle: Contracts\n title: Contracts\n blocks:\n - title: List of Contracts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: ContractNumber\n - name: AccountId\n - name: Status\n - name: StartDate\n - name: EndDate\n - name: ContractTerm\n - name: createdBy\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contract\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 18]\n - title: Active Contracts by Strarting Month\n options:\n chart: ContractsPerStartingMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 9, 3, 9]\n - title: Contracts by Status\n options:\n chart: ContractsByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 9]\n pages:\n - handle: RecordPageForModuleContract\n module: Contract\n title: Record page for module \"Contract\"\n blocks:\n - title: Contract Details\n options:\n fields:\n - name: AccountId\n - name: ContractNumber\n - name: Status\n - name: StartDate\n - name: EndDate\n - name: ContractTerm\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 10]\n - title: Contract Billing Address\n options:\n fields:\n - name: BillingStreet\n - name: BillingCity\n - name: BillingState\n - name: BillingPostalCode\n - name: BillingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 10]\n - title: Contract Description and Special Terms\n options:\n fields:\n - name: OwnerId\n - name: Description\n - name: SpecialTerms\n - name: Files\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 10]\n - title: Other Information\n options:\n fields:\n - name: createdAt\n - name: createdBy\n - name: updatedAt\n - name: updatedBy\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 10]\n - title: Contract Shipping Address\n options:\n fields:\n - name: ShippingStreet\n - name: ShippingCity\n - name: ShippingState\n - name: ShippingPostalCode\n - name: ShippingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 10, 3, 9]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: ContractId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 19, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: ContractId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [4, 19, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: ContractId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [8, 19, 4, 8]\n - title: Contacts related to the Contract\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: ContactId\n - name: Role\n - name: IsPrimary\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: ContractContactRole\n perPage: 20\n prefilter: ContractId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [6, 10, 3, 9]\n - title: Contract Line Items\n options:\n allowExport: true\n draggable: true\n editFields:\n - name: ProductId\n - name: StartDate\n - name: EndDate\n - name: Status\n - name: Quantity\n - name: UnitPrice\n editable: true\n fields:\n - name: ProductId\n - name: StartDate\n - name: EndDate\n - name: Status\n - name: Quantity\n - name: UnitPrice\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n hideSorting: true\n module: ContractLineItem\n perPage: 20\n positionField: Order\n prefilter: ContractId = ${recordID}\n presort: \"\"\n refField: ContractId\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 10, 6, 9]\n pages:\n - handle: RecordPageForModuleContractContactRole\n module: ContractContactRole\n title: Record page for module \"ContractContactRole\"\n blocks:\n - title: Contract Contact Role Details\n options:\n fields:\n - name: ContractId\n - name: ContactId\n - name: Role\n - name: IsPrimary\n kind: Record\n xywh: [0, 0, 4, 16]\n visible: false\n - handle: RecordPageForModuleEntitlement\n module: Entitlement\n title: Record page for module \"Entitlement\"\n blocks:\n - title: Entitlement Details\n options:\n fields:\n - name: Name\n - name: Entitlement Process\n - name: CasesPerEntitlement\n - name: Type\n - name: RemainingCases\n - name: IsPerIncident\n - name: StartDate\n - name: EndDate\n - name: Status\n kind: Record\n xywh: [0, 0, 4, 13]\n - title: Other Information\n options:\n fields:\n - name: AccountId\n - name: ContractLineItemId\n - name: CreatedById\n - name: CreatedDate\n - name: LastModifiedById\n - name: LastModifiedDate\n kind: Record\n xywh: [4, 0, 4, 13]\n - title: Notes\n options:\n fields:\n - name: Title\n - name: Body\n module: Note\n page: RecordPageForModuleNote\n perPage: 5\n prefilter: EntitlementId = ${recordID}\n kind: RecordList\n xywh: [6, 13, 6, 7]\n - title: Entitlement Templates\n options:\n fields:\n - name: Name\n - name: Type\n - name: CasesPerEntitlement\n - name: IsPerIncident\n - name: Term\n module: EntitlementTemplate\n page: RecordPageForModuleEntitlementTemplate\n perPage: 5\n prefilter: EntitlementId = ${recordID}\n kind: RecordList\n xywh: [0, 13, 6, 7]\n - title: Entitlement Contacts\n options:\n fields:\n - name: ContactId\n - name: Name\n module: EntitlementContact\n page: RecordPageForModuleEntitlementContact\n perPage: 8\n prefilter: EntitlementId = ${recordID}\n kind: RecordList\n xywh: [8, 0, 4, 13]\n pages:\n - handle: RecordPageForModuleEntitlementContact\n module: EntitlementContact\n title: Record page for module \"EntitlementContact\"\n blocks:\n - title: Entitlement Contact Details\n options:\n fields:\n - name: EntitlementId\n - name: ContactId\n - name: Name\n kind: Record\n xywh: [0, 0, 4, 14]\n visible: false\n - handle: RecordPageForModuleEntitlementTemplate\n module: EntitlementTemplate\n title: Record page for module \"EntitlementTemplate\"\n blocks:\n - title: Entitlement Template Details\n options:\n fields:\n - name: Name\n - name: Type\n - name: CasesPerEntitlement\n - name: IsPerIncident\n - name: Term\n - name: BusinessHours\n kind: Record\n xywh: [0, 0, 4, 14]\n visible: false\n visible: false\n - handle: RecordPageForModuleContractLineItem\n module: ContractLineItem\n title: Record page for module \"ContractLineItem\"\n blocks:\n - title: Contract Line Item Details\n options:\n fields:\n - name: LineItemNumber\n - name: Description\n - name: StartDate\n - name: EndDate\n - name: Status\n kind: Record\n xywh: [0, 0, 4, 11]\n - title: Contract Line Item Pricing\n options:\n fields:\n - name: UnitPrice\n - name: Quantity\n - name: Subtotal\n - name: Discount\n - name: TotalPrice\n kind: Record\n xywh: [4, 0, 4, 11]\n - title: Notes\n options:\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n module: Note\n page: RecordPageForModuleNote\n perPage: 5\n prefilter: ContractLineItemId = ${recordID}\n kind: RecordList\n xywh: [8, 0, 4, 11]\n visible: false\n visible: false\n visible: true\n - handle: Campaigns\n title: Campaigns\n blocks:\n - title: List of Campaigns\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Type\n - name: Status\n - name: StartDate\n - name: EndDate\n - name: IsActive\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Campaigns\n perPage: 20\n prefilter: \"\"\n presort: StartDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 4, 8, 12]\n - title: Campaign Costs vs. Revenue\n options:\n chart: CampaignCostVsRevenue\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 4, 4, 7]\n - title: Active Campaigns per Type\n options:\n chart: ActiveCampaignsByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 11, 4, 5]\n - title: Number of Leads in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfLeads\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [0, 0, 2, 4]\n - title: Number of Accounts in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfAccounts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [2, 0, 2, 4]\n - title: Number of Contacts in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfContacts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [4, 0, 2, 4]\n - title: Number of Opp. in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfOpportunities\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [6, 0, 2, 4]\n - title: Campaign Opps. vs. Target\n options:\n chart: CampaignAmountAllOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 0, 2, 4]\n - title: Campaign Won Opps. vs. Target\n options:\n chart: CampaignAmountAllWonOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 0, 2, 4]\n pages:\n - handle: RecordPageForModuleCampaign\n module: Campaigns\n title: Record page for module \"Campaign\"\n blocks:\n - title: Campaign Details\n options:\n fields:\n - name: Name\n - name: IsActive\n - name: ParentId\n - name: Type\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 10]\n - title: Campaign Planning\n options:\n fields:\n - name: BudgetedCost\n - name: ActualCost\n - name: ExpectedRevenue\n - name: Description\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 10]\n - title: Campaign Results\n options:\n fields:\n - name: NumberOfLeads\n - name: NumberOfContacts\n - name: NumberOfAccounts\n - name: NumberOfOpportunities\n - name: NumberOfWonOpportunities\n - name: AmountAllOpportunities\n - name: AmountWonOpportunities\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 10]\n - title: Generated Opportunities\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: StageName\n - name: Amount\n - name: CloseDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Opportunity\n perPage: 20\n prefilter: CampaignId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [6, 19, 6, 9]\n - title: Campaign Status\n options:\n fields:\n - name: ownedBy\n - name: Status\n - name: StartDate\n - name: EndDate\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 10]\n - title: Leads in Campaign\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Email\n - name: Company\n - name: LeadSource\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Lead\n perPage: 20\n prefilter: CampaignId = ${recordID}\n presort: RecordLabel ASC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 10, 6, 9]\n - title: Contacts in Campaign\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: AccountId\n - name: Email\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contact\n perPage: 20\n prefilter: CampaignId = ${recordID}\n presort: RecordLabel ASC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [6, 10, 6, 9]\n - title: Accounts in Campaign\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: AccountName\n - name: Type\n - name: Rating\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Account\n perPage: 20\n prefilter: CampaignId = ${recordID}\n presort: AccountName ASC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 19, 6, 9]\n visible: false\n visible: true\n - handle: Products\n title: Products\n blocks:\n - title: List of Products\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: ProductCode\n - name: Name\n - name: Family\n - name: Photo\n - name: IsActive\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Product\n perPage: 20\n prefilter: \"\"\n presort: Name ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Products per Product Family\n options:\n chart: ProductsPerFamily\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Products added per Month\n options:\n chart: ProductsAddedPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleProduct\n module: Product\n title: Record page for module \"Product\"\n blocks:\n - title: Product Description\n options:\n fields:\n - name: Name\n - name: ProductCode\n - name: Family\n - name: Description\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 10]\n - title: Appears in the following Price Books\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: PricebookId\n - name: UnitPrice\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: PricebookEntry\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 10, 6, 9]\n - title: Related Cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: CaseNumber\n - name: Subject\n - name: Status\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: CaseNumber DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [6, 10, 6, 9]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 19, 12, 9]\n - title: Files\n options:\n fields:\n - name: Photo\n - name: File\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 10]\n - title: Record Information\n options:\n fields:\n - name: IsActive\n - name: createdAt\n - name: createdBy\n - name: updatedAt\n - name: updatedBy\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 10]\n visible: false\n - handle: PriceBook\n title: Price book\n blocks:\n - title: Price Books\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Description\n - name: IsStandard\n - name: IsActive\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Pricebook\n perPage: 20\n prefilter: \"\"\n presort: Name ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Price Books created per Month\n options:\n chart: PriceBooksCreatedPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Price Book Entries per Month\n options:\n chart: PriceBookEntriesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModulePricebook\n module: Pricebook\n title: Record page for module \"Pricebook\"\n blocks:\n - title: Price Book Details\n options:\n fields:\n - name: Name\n - name: Description\n - name: IsStandard\n - name: IsActive\n kind: Record\n xywh: [0, 0, 6, 14]\n - title: Price Book Entries\n options:\n allowExport: true\n draggable: true\n editFields:\n - name: ProductId\n - name: UnitPrice\n editable: true\n fields:\n - name: ProductId\n - name: UnitPrice\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n hideSorting: true\n module: PricebookEntry\n perPage: 20\n positionField: Order\n prefilter: PricebookId = ${recordID}\n presort: \"\"\n refField: PricebookId\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [6, 0, 6, 14]\n - title: Notes\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: PricebookId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n kind: RecordList\n xywh: [0, 14, 12, 8]\n pages:\n - handle: RecordPageForModulePricebookEntry\n module: PricebookEntry\n title: Record page for module \"PricebookEntry\"\n blocks:\n - title: Details\n options:\n fields:\n - name: PricebookId\n - name: ProductId\n - name: UnitPrice\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 15]\n visible: false\n visible: false\n visible: true\n visible: true\n - handle: Events\n title: Events\n blocks:\n - title: List of Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Subject\n - name: ActivityDate\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: \"\"\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 3, 16]\n - title: Events per Type\n options:\n chart: EventsPerType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Events per Month\n options:\n chart: EventsPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n - title: Event Calendar\n options:\n defaultView: dayGridMonth\n feeds:\n - allDay: false\n endField: EndDateTime\n options:\n color: '#5680a6'\n module: Event\n prefilter: Type = 'Call'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#e38e3f'\n module: Event\n prefilter: Type = 'Email'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#ce6462'\n module: Event\n prefilter: Type = 'Meeting'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#88b5b2'\n module: Event\n prefilter: Type = 'Send Letter / Quote'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#70974d'\n module: Event\n prefilter: Type = 'Other'\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n - allDay: false\n endField: EndDateTime\n options:\n color: '#e9c153'\n module: Event\n prefilter: Type IS NULL\n resource: compose:record\n startField: ActivityDate\n titleField: Subject\n header:\n views:\n - timeGridWeek\n - timeGridDay\n - dayGridMonth\n - listMonth\n locale: en-gb\n style:\n variants: {border: primary, headerText: primary}\n kind: Calendar\n xywh: [3, 0, 6, 16]\n pages:\n - handle: RecordPageForModuleEvent\n module: Event\n title: Record page for module \"Event\"\n blocks:\n - title: Event Data\n options:\n fields:\n - name: Subject\n - name: Type\n - name: Location\n - name: Description\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 16]\n - title: Other Information\n options:\n fields:\n - name: LeadId\n - name: AccountId\n - name: ContactId\n - name: OpportunityId\n - name: QuoteId\n - name: ContractId\n - name: CaseId\n - name: createdAt\n - name: createdBy\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 16]\n - title: Event Date and Time\n options:\n fields:\n - name: ActivityDate\n - name: EndDateTime\n - name: IsAllDayEvent\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 16]\n - title: Assigned To\n options:\n fields:\n - name: OwnerId\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 16]\n visible: false\n visible: true\n - handle: Tasks\n title: Tasks\n blocks:\n - title: List of Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Subject\n - name: Status\n - name: LeadId\n - name: AccountId\n - name: ContactId\n - name: OpportunityId\n - name: ActivityDate\n - name: OwnerId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: \"\"\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Tasks by Status\n options:\n chart: TasksByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Tasks per Month\n options:\n chart: TasksPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleTask\n module: Task\n title: Record page for module \"Task\"\n blocks:\n - title: Task Details\n options:\n fields:\n - name: Subject\n - name: Description\n - name: Type\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 16]\n - title: Related To\n options:\n fields:\n - name: LeadId\n - name: AccountId\n - name: ContactId\n - name: OpportunityId\n - name: QuoteId\n - name: ContractId\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 16]\n - title: Task Status\n options:\n fields:\n - name: Status\n - name: ActivityDate\n - name: Priority\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 16]\n - title: Assigned To\n options:\n fields:\n - name: OwnerId\n - name: createdBy\n - name: createdAt\n style:\n variants: {border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 16]\n visible: false\n visible: true\n - handle: Dashboards\n title: Dashboards\n blocks:\n - title: Leads per day\n options:\n chart: LeadsPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 0, 6, 7]\n - title: Leads By Type\n options:\n chart: LeadsByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 0, 3, 7]\n - title: Leads by Country\n options:\n chart: LeadsByCountry\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 7, 6, 7]\n - title: Lead Funnel\n options:\n chart: LeadFunnel\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 7]\n - title: Monthly Sales\n options:\n chart: MonthlySales\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 7, 6, 7]\n - title: Sales Pipeline\n options:\n chart: OpportunityStatusFunnel\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 14, 3, 7]\n - title: Sales vs. Target\n options:\n chart: SalesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 14, 3, 7]\n - title: Number of Opportunities vs. Target\n options:\n chart: NumberOfOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 14, 3, 7]\n - title: Accounts by Rating\n options:\n chart: AccountsByRating\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 14, 3, 7]\n pages:\n - handle: LeadFunnelDashboard\n title: Lead Funnel Dashboard\n blocks:\n - title: Number of Leads in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfLeads\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [0, 0, 3, 4]\n - title: Number of Accounts in Campaigns\n options:\n metrics:\n - label: Number of Accounts in Campaigns\n labelStyle: {}\n metricField: NumberOfAccounts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [3, 0, 3, 4]\n - title: Number of Contacts in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfContacts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [6, 0, 3, 4]\n - title: Number of Opp. in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfOpportunities\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [9, 0, 3, 4]\n - title: Campaign Opps. vs. Target\n options:\n chart: CampaignAmountAllOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 4, 3, 6]\n - title: Campaign Won Opps. vs. Target\n options:\n chart: CampaignAmountAllWonOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 4, 3, 6]\n - title: Active Campaigns per Type\n options:\n chart: ActiveCampaignsByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 4, 3, 6]\n - title: Campaign Costs vs. Revenue\n options:\n chart: CampaignCostVsRevenue\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 10, 6, 8]\n - title: New Leads Per Month\n options:\n chart: LeadsPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 10, 6, 8]\n - title: Leads by type\n options:\n chart: LeadsByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 18, 3, 7]\n - title: Leads by Source\n options:\n chart: LeadsBySource\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 18, 3, 7]\n - title: Lead by Country\n options:\n chart: LeadsByCountry\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 25, 12, 8]\n - title: Lead Funnel\n options:\n chart: LeadFunnel\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 4, 3, 6]\n - title: Leads by Rating\n options:\n chart: LeadsByRating\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 18, 3, 7]\n - title: Accounts by Rating\n options:\n chart: AccountsByRating\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 18, 3, 7]\n visible: true\n - handle: ForecastDashboard\n title: Forecast Dashboard\n blocks:\n - title: Sales YTD\n options:\n chart: SalesYTD\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 0, 3, 6]\n - title: Dealsize\n options:\n chart: Dealsize\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 6, 6, 8]\n - title: Monthly Sales\n options:\n chart: MonthlySales\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 14, 6, 8]\n - title: Opportunity Pipeline\n options:\n chart: OpportunityStatusFunnel\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 6]\n - title: Opportunities vs. Target\n options:\n chart: NumberOfOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 0, 3, 6]\n - title: Sales vs. Target\n options:\n chart: SalesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 0, 3, 6]\n - title: Quotes Per Month\n options:\n chart: QuotesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 14, 6, 8]\n - title: Number of Opportunities per Month\n options:\n chart: OpportunitiesCreatedPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 6, 6, 8]\n visible: true\n - handle: KPIsAndSalesActivitiesDashboard\n title: KPIs and Sales Activities Dashboard\n blocks:\n - title: New Leads\n options:\n metrics:\n - filter: Status = 'New'\n labelStyle: {}\n metricField: count\n module: Lead\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [0, 0, 2, 4]\n - title: Converted Leads\n options:\n metrics:\n - filter: Status = 'Converted'\n labelStyle: {}\n metricField: count\n module: Lead\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [2, 0, 2, 4]\n - title: Open Opportunities\n options:\n metrics:\n - filter: StageName != 'Closed Won' AND StageName != 'Closed Lost'\n labelStyle: {}\n metricField: count\n module: Opportunity\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [4, 0, 2, 4]\n - title: Number of Leads in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfLeads\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [0, 4, 2, 4]\n - title: Number of Accounts in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfAccounts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [2, 4, 2, 4]\n - title: Number of Contacts in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfContacts\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [4, 4, 2, 4]\n - title: Number of Opp. in Campaigns\n options:\n metrics:\n - labelStyle: {}\n metricField: NumberOfOpportunities\n module: Campaigns\n operation: sum\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [6, 4, 2, 4]\n - title: Won Opp. YTD\n options:\n metrics:\n - filter: YEAR(created_at) = YEAR(NOW()) AND Amount IS NOT NULL\n labelStyle: {}\n metricField: count\n module: Opportunity\n valueStyle:\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [6, 0, 2, 4]\n - title: Sales YTD\n options:\n chart: SalesYTD\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 0, 2, 4]\n - title: Sales vs. Target\n options:\n chart: SalesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 0, 2, 4]\n - title: Campaign Opps. vs. Target\n options:\n chart: CampaignAmountAllOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 4, 2, 4]\n - title: Campaign Won Opps. vs. Target\n options:\n chart: CampaignAmountAllWonOpportunitiesVsTarget\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 4, 2, 4]\n - title: Leads per Month\n options:\n chart: LeadsPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 8, 6, 7]\n - title: Sales per Month\n options:\n chart: MonthlySales\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 15, 6, 7]\n - title: Campaign Cost vs. Revenue\n options:\n chart: CampaignCostVsRevenue\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 8, 6, 7]\n - title: Quotes per Month\n options:\n chart: QuotesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 15, 6, 7]\n - title: Contracts Starting per Month\n options:\n chart: ContractsPerStartingMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 22, 6, 7]\n - title: Cases per Month\n options:\n chart: CasesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 22, 6, 7]\n visible: true\n - handle: ExecutiveDailyViewDashboard\n title: Executive Daily View Dashboard\n blocks:\n - title: Sales Pipeline\n options:\n chart: OpportunitySalesPipeline\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 0, 3, 8]\n - title: Key Opportunities\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: AccountId\n - name: Amount\n hideRecordCloneButton: true\n hideRecordEditButton: true\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Opportunity\n perPage: 20\n prefilter: StageName != 'Closed Won' AND StageName != 'Closed Lost'\n presort: Amount DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [3, 0, 6, 8]\n - title: Total Pipeline (\xe2\x82\xac)\n options:\n metrics:\n - filter: StageName != 'Closed Won' AND StageName != 'Closed Lost'\n labelStyle: {}\n metricField: Amount\n module: Opportunity\n numberFormat: \"0.0\"\n operation: sum\n suffix: k\n transformFx: v=v/1000\n valueStyle:\n backgroundColor: '#ffffff'\n color: '#379cd3'\n fontSize: \"100\"\n style:\n variants: {border: primary, headerText: primary}\n kind: Metric\n xywh: [9, 0, 3, 8]\n - title: Activities by Type\n options:\n chart: EventsPerType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 8, 3, 7]\n - title: Activities per Month\n options:\n chart: EventsPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 8, 6, 7]\n - title: Quotes by Status\n options:\n chart: QuotesByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [3, 15, 3, 7]\n - title: Lead Funnel\n options:\n chart: LeadFunnel\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [0, 15, 3, 7]\n - title: Cases by Status\n options:\n chart: CasesByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 15, 3, 7]\n - title: Contract by Status\n options:\n chart: ContractsByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [6, 15, 3, 7]\n - title: Tasks by Status\n options:\n chart: TasksByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 7]\n visible: true\n visible: true\n - handle: More\n title: More\n blocks:\n - title: Additional CRM modules\n options:\n body:


Available in the menu under \"More\".

\n kind: Content\n xywh: [0, 0, 3, 3]\n pages:\n - handle: Notes\n title: Notes\n blocks:\n - title: List of Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: LeadId\n - name: AccountId\n - name: ContactId\n - name: OpportunityId\n - name: createdAt\n - name: createdBy\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n pages:\n - handle: RecordPageForModuleNote\n module: Note\n title: Record page for module \"Note\"\n blocks:\n - title: Note\n options:\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n - name: createdBy\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 20]\n - title: Files\n options:\n fields:\n - name: Files\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 20]\n - title: Related Objects\n options:\n fields:\n - name: LeadId\n - name: AccountId\n - name: ContactId\n - name: OpportunityId\n - name: QuoteId\n - name: ContractId\n - name: CaseId\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 20]\n visible: false\n visible: true\n - handle: Cases\n title: Cases\n blocks:\n - title: List of Cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: CaseNumber\n - name: Subject\n - name: Status\n - name: CreatedDate\n - name: OwnerId\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 8, 17]\n - title: Cases per Month\n options:\n chart: CasesPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 11, 4, 6]\n - title: Cases by Status\n options:\n chart: CasesByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 0, 2, 5]\n - title: Cases by Type\n options:\n chart: CasesByType\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 5, 2, 6]\n - title: Cases by Priority\n options:\n chart: CasesByPriority\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [10, 0, 2, 5]\n - title: Cases by Origin\n options:\n chart: CasesByOrigin\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [8, 5, 2, 6]\n pages:\n - handle: RecordPageForModuleCase\n module: Case\n title: Record page for module \"Case\"\n blocks:\n - title: Case Main Information\n options:\n fields:\n - name: CaseNumber\n - name: Subject\n - name: AccountId\n - name: ContactId\n - name: ProductId\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 12]\n - title: Case Details\n options:\n fields:\n - name: Type\n - name: Description\n - name: File\n - name: Origin\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 12]\n - title: Case Status\n options:\n fields:\n - name: Status\n - name: OwnerId\n - name: CreatedDate\n - name: Priority\n - name: IsEscalated\n - name: IsClosed\n - name: ClosedDate\n - name: Reason\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 12]\n - title: Notes\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Body\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Note\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 21, 4, 8]\n - title: Events\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Event\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [4, 21, 4, 8]\n - title: Tasks\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Subject\n - name: Status\n - name: ActivityDate\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Task\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: ActivityDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [8, 21, 4, 8]\n - title: Case Updates\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Type\n - name: Description\n - name: File\n - name: createdBy\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: CaseUpdate\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 12, 9, 9]\n - title: Case Actions\n options:\n buttons:\n - enabled: true\n label: Set Case status to Working\n resourceType: compose:record\n script: /client-scripts/compose/crm/Case/SetStatusToWorking.js:default\n - enabled: true\n label: Set Case status to Closed\n resourceType: compose:record\n script: /client-scripts/compose/crm/Case/SetStatusToClosed.js:default\n - enabled: true\n label: Inform the contact via email of the Case solution\n resourceType: compose:record\n script: /client-scripts/compose/crm/Case/InformContact.js:default\n sealed: false\n style:\n variants: {border: primary, headerText: primary}\n kind: Automation\n xywh: [9, 12, 3, 9]\n - title: Case Solution\n options:\n fields:\n - name: SolutionName\n - name: SolutionNote\n - name: SolutionFile\n - name: SolutionId\n - name: SubmitAsSolution\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 12]\n pages:\n - handle: RecordPageForModuleCaseUpdate\n module: CaseUpdate\n title: Record page for module \"CaseUpdate\"\n blocks:\n - title: Case Update\n options:\n fields:\n - name: CaseId\n - name: Description\n - name: Type\n - name: File\n - name: IsSolution\n - name: createdBy\n - name: createdAt\n style:\n variants: {border: primary, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 15]\n visible: false\n visible: false\n visible: true\n - handle: Solutions\n title: Solutions\n blocks:\n - title: List of Solutions\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: SolutionNumber\n - name: SolutionName\n - name: SolutionNote\n - name: CaseId\n - name: ProductId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Solution\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {border: primary, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Solutions by Status\n options:\n chart: SolutionsByStatus\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Solutions Created per Month\n options:\n chart: SolutionsCreatedPerMonth\n style:\n variants: {border: primary, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleSolution\n module: Solution\n title: Record page for module \"Solution\"\n blocks:\n - title: Solution Details\n options:\n fields:\n - name: SolutionNumber\n - name: SolutionName\n - name: SolutionNote\n - name: File\n - name: CaseId\n - name: ProductId\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 15]\n visible: false\n visible: true\n - handle: DefaultSettings\n title: Default Settings\n description: A list of defaults values which are called upon in automation\n processes.\n blocks:\n - title: Default settings\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: createdAt\n - name: updatedAt\n hidePaging: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Settings\n perPage: 20\n prefilter: \"\"\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n kind: RecordList\n xywh: [0, 0, 12, 7]\n pages:\n - handle: RecordPageForModuleDefaultSettings\n module: Settings\n title: Record page for module \"DefaultSettings\"\n blocks:\n - title: Quote Settings\n options:\n fields:\n - name: QuoteNextNumber\n - name: QuoteExpirationDays\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 12]\n - title: Opportunity Settings\n options:\n fields:\n - name: OpportunityCloseDateDays\n - name: OpportunityProbability\n - name: OpportunityForecaseCategory\n - name: OpportunityStagename\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 12]\n - title: Contract Settings\n options:\n fields:\n - name: ContractNextNumber\n - name: ContractDefaultTime\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 12]\n - title: Case Settings\n options:\n fields:\n - name: CaseNextNumber\n - name: SolutionNextNumber\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 12]\n - title: Opportunity Qualification Weights\n options:\n fields:\n - name: ScoreBudget\n - name: ScoreAuthority\n - name: ScoreNeed\n - name: ScoreTimescale\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 12, 3, 8]\n - title: Opportunity Facts Weighting\n options:\n fields:\n - name: ScoreTurnover\n - name: ScoreYearsInBusiness\n - name: ScoreSource\n - name: ScoreProductKnowlege\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 12, 3, 8]\n - title: Opportunity Cutsom Weighting\n options:\n fields:\n - name: ScoreTechnicalDepth\n - name: ScoreCompetition\n - name: ScoreCriticality\n - name: ScoreRepeatPurchase\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 12, 3, 8]\n visible: false\n visible: true\n visible: true\n - handle: UnpublishedModules\n title: Unpublished modules\n blocks:\n - title: Temp\n options:\n body:


\n kind: Content\n xywh: [0, 0, 3, 3]\n pages:\n - handle: RecordPageForModuleQuestion\n module: Question\n title: Record page for module \"Question\"\n blocks:\n - title: Question Details\n options:\n fields:\n - name: Title\n - name: Body\n - name: NumReplies\n - name: BestReplyId\n - name: UpVotes\n - name: VoteScore\n kind: Record\n xywh: [0, 0, 4, 13]\n - title: Replies\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Body\n - name: Name\n - name: UpVotes\n - name: DownVotes\n - name: VoteTotal\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Reply\n perPage: 20\n prefilter: QuestionId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n kind: RecordList\n xywh: [0, 13, 12, 7]\n - title: Votes\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Score\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Vote\n perPage: 20\n prefilter: QuestionId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n kind: RecordList\n xywh: [4, 0, 8, 13]\n pages:\n - handle: RecordPageForModuleReply\n module: Reply\n title: Record page for module \"Reply\"\n blocks:\n - title: Reply Details\n options:\n fields:\n - name: QuestionId\n - name: IdeaId\n - name: Body\n - name: Name\n - name: UpVotes\n - name: DownVotes\n - name: VoteTotal\n kind: Record\n xywh: [0, 0, 6, 20]\n - title: Votes\n options:\n fields:\n - name: Score\n - name: CreatedById\n - name: CreatedDate\n module: Vote\n page: RecordPageForModuleVote\n perPage: 20\n prefilter: ReplyId = ${recordID}\n kind: RecordList\n xywh: [6, 0, 6, 20]\n visible: false\n - handle: RecordPageForModuleVote\n module: Vote\n title: Record page for module \"Vote\"\n blocks:\n - title: Vote Score\n options:\n fields:\n - name: Score\n - name: CreatedById\n - name: CreatedDate\n kind: Record\n xywh: [0, 0, 4, 13]\n - title: Related Object\n options:\n fields:\n - name: IdeaId\n - name: ReplyId\n - name: QuestionId\n kind: Record\n xywh: [4, 0, 4, 13]\n visible: false\n visible: false\n - handle: Ideas\n title: Ideas\n blocks:\n - title: List of Ideas\n options:\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Title\n - name: Categories\n - name: ParentIdeaId\n - name: VoteScore\n - name: Status\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Idea\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n kind: RecordList\n xywh: [0, 0, 12, 20]\n pages:\n - handle: RecordPageForModuleIdea\n module: Idea\n title: Record page for module \"Idea\"\n blocks:\n - title: Idea Details\n options:\n fields:\n - name: Title\n - name: Body\n - name: Categories\n - name: ParentIdeaId\n - name: CreatorName\n - name: Status\n - name: VoteScore\n - name: VoteTotal\n kind: Record\n xywh: [0, 0, 4, 20]\n - title: Votes\n options:\n fields:\n - name: Score\n - name: CreatedById\n - name: CreatedDate\n module: Vote\n page: RecordPageForModuleVote\n perPage: 20\n prefilter: IdeaId = ${recordID}\n kind: RecordList\n xywh: [8, 0, 4, 20]\n - title: Replies\n options:\n fields:\n - name: Body\n - name: Name\n - name: UpVotes\n - name: DownVotes\n - name: VoteTotal\n module: Reply\n page: RecordPageForModuleReply\n perPage: 20\n prefilter: IdeaId = ${recordID}\n kind: RecordList\n xywh: [4, 0, 4, 20]\n visible: false\n visible: false\n - handle: Emails\n title: Emails\n blocks:\n - title: List of Email Templates\n options:\n fields:\n - name: Name\n - name: IsActive\n - name: createdBy\n module: EmailTemplate\n page: RecordPageForModuleEmailTemplate\n perPage: 20\n presort: createdAt DESC\n kind: RecordList\n xywh: [8, 0, 4, 20]\n pages:\n - handle: RecordPageForModuleEmailTemplate\n module: EmailTemplate\n title: Record page for module \"EmailTemplate\"\n blocks:\n - title: Email Template Details\n options:\n fields:\n - name: Name\n - name: Subject\n - name: Description\n - name: Body\n - name: IsActive\n kind: Record\n xywh: [0, 0, 6, 19]\n visible: false\n visible: false\n - handle: Questions\n title: Questions\n blocks:\n - title: List of Questions\n options:\n fields:\n - name: Title\n - name: CreatedDate\n - name: NumReplies\n module: Question\n page: RecordPageForModuleQuestion\n perPage: 20\n presort: createdAt DESC\n kind: RecordList\n xywh: [0, 0, 12, 20]\n visible: false\n visible: false\nPK\x07\x08F2\xc3\x0bH\x06\x02\x00H\x06\x02\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1d\x00 \x001400_pages_service-cloud.yamlUT\x05\x00\x01\x80Cm8namespace: service-cloud\npages:\n - handle: Home\n title: Home\n blocks:\n - title: All Cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Number\n - name: Subject\n - name: Status\n - name: Priority\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 6, 16]\n - title: New cases per month\n options:\n chart: NewCasesByMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 0, 3, 6]\n - title: Cases by priority\n options:\n chart: CasesByPriority\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 6, 3, 5]\n - title: Cases by category\n options:\n chart: CasesByCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 11, 3, 5]\n - title: Closed cases per month\n options:\n chart: ClosedCasesPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 6]\n - title: Cases by status\n options:\n chart: CasesByStatus\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 6, 3, 5]\n - title: Total cost per case category (in $)\n options:\n chart: CostPerCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 11, 3, 5]\n visible: true\n - handle: Cases\n title: Cases\n blocks:\n - title: All cases\n options:\n allowExport: true\n fields:\n - name: Number\n - name: Subject\n - name: ProductId\n - name: Category\n - name: Status\n - name: Priority\n - name: CaseOwner\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: \"\"\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Cases by priority\n options:\n chart: CasesByPriority\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Cases by category\n options:\n chart: CasesByCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleCase\n module: Case\n title: Record page for module \"Case\"\n blocks:\n - title: Case Description\n options:\n fields:\n - name: Number\n - name: Status\n - name: Category\n - name: Description\n - name: Priority\n - name: ProductId\n - name: Solution\n - name: CloseDate\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 11]\n - title: Case Details\n options:\n fields:\n - name: CaseOwner\n - name: Escalated\n - name: AccountId\n - name: ContactId\n - name: MailingList\n - name: TotalTime\n - name: TotalCost\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 11]\n - title: Case Subject\n options:\n fields:\n - name: Subject\n style:\n variants: {bodyBg: white, border: success, headerBg: white, headerText: success}\n kind: Record\n xywh: [3, 0, 6, 3]\n - title: Updates\n options:\n fields:\n - name: Type\n - name: Subject\n - name: Content\n - name: From\n - name: createdAt\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Update\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: createdAt DESC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [3, 5, 6, 13]\n - title: Related Attachments\n options:\n fields:\n - name: File\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Attachement\n perPage: 20\n prefilter: CaseId = ${recordID}\n presort: \"\"\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 11, 3, 7]\n - title: Search the Knowledge Base\n options:\n fields:\n - name: Number\n - name: Title\n hideAddButton: true\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: KnowledgeBase\n perPage: 20\n prefilter: \"\"\n presort: Number ASC\n selectMode: multi\n selectable: false\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [9, 11, 3, 7]\n - options:\n buttons:\n - enabled: true\n label: Add Update to this Case\n resourceType: compose:record\n script: /client-scripts/compose/service-cloud/Case/AddUpdate.js:default\n - enabled: true\n label: Create email for this Case\n resourceType: compose:record\n script: /client-scripts/compose/service-cloud/Case/CreateEmail.js:default\n sealed: false\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Automation\n xywh: [3, 3, 6, 2]\n pages:\n - handle: RecordPageForModuleAttachement\n module: Attachement\n title: Record page for module \"Attachement\"\n blocks:\n - title: Attachment Details\n options:\n fields:\n - name: Name\n - name: CaseId\n - name: File\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 5, 18]\n visible: false\n - handle: RecordPageForModuleUpdate\n module: Update\n title: Record page for module \"Update\"\n blocks:\n - title: Content\n options:\n fields:\n - name: CaseId\n - name: Subject\n - name: Content\n - name: Type\n - name: From\n - name: To\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 8, 18]\n - title: Notifications\n options:\n fields:\n - name: ContactId\n - name: NotificationCaseCreator\n - name: NotificationCaseOwner\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 7]\n - title: Other Information\n options:\n fields:\n - name: AccountId\n - name: Department\n - name: TimeSpend\n - name: Cost\n - name: createdAt\n - name: createdBy\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 7, 4, 11]\n visible: false\n visible: false\n - handle: AllMyCases\n title: All my cases\n blocks:\n - title: All my cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Number\n - name: Subject\n - name: Status\n - name: Priority\n - name: CaseOwner\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: ${userID} = CaseOwner\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n visible: true\n - handle: MyNewCases\n title: My new cases\n blocks:\n - title: My new cases\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Number\n - name: Subject\n - name: Status\n - name: Priority\n - name: CaseOwner\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Case\n perPage: 20\n prefilter: ${userID} = CaseOwner AND Status = 'New'\n presort: createdAt DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n visible: true\n visible: true\n - handle: Accounts\n title: Accounts\n blocks:\n - title: Accounts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: AccountName\n - name: BillingCountry\n - name: OwnerId\n - name: Rating\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Account\n perPage: 20\n prefilter: \"\"\n presort: AccountName ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Total time spent on cases per account (in hours)\n options:\n chart: TimePerAccount\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Total costs of cases per account (in $)\n options:\n chart: CostsPerAccount\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleAccount\n module: Account\n title: Record page for module \"Account\"\n blocks:\n - title: Account Detail\n options:\n fields:\n - name: AccountName\n - name: Type\n - name: Industry\n - name: NumberOfEmployees\n - name: AnnualRevenue\n - name: Twitter\n - name: LinkedIn\n - name: Facebook\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 12]\n - title: Account Address\n options:\n fields:\n - name: BillingStreet\n - name: BillingCity\n - name: BillingState\n - name: BillingPostalCode\n - name: BillingCountry\n - name: Phone\n - name: Website\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 12]\n - title: Other Information\n options:\n fields:\n - name: TotalTime\n - name: TotalCost\n - name: Rating\n - name: ParentId\n - name: AccountSource\n - name: OwnerId\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 12]\n - title: Twitter Feed\n options:\n fields: []\n profileSourceField: Twitter\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: SocialFeed\n xywh: [9, 0, 3, 30]\n - title: Cases\n options:\n allowExport: true\n fields:\n - name: Number\n - name: Subject\n - name: Category\n - name: Priority\n - name: Status\n - name: TotalTime\n - name: TotalCost\n - name: createdAt\n module: Case\n page: RecordPageForModuleCase\n perPage: 20\n prefilter: ${recordID} = AccountId\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 12, 9, 9]\n - title: Contacts\n options:\n allowExport: true\n fields:\n - name: RecordLabel\n module: Contact\n page: RecordPageForModuleContact\n perPage: 20\n prefilter: ${recordID} = AccountId\n presort: RecordLabel ASC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [6, 21, 3, 9]\n - title: Entitlements\n options:\n allowExport: true\n fields:\n - name: ProductId\n - name: Name\n - name: StartDate\n - name: EndDate\n - name: Status\n - name: Type\n module: Entitlement\n page: RecordPageForModuleEntitlement\n perPage: 20\n prefilter: AccountId = ${recordID}\n presort: EndDate ASC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 21, 6, 9]\n visible: false\n - handle: Contacts\n title: Contacts\n blocks:\n - title: Contacts\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: FirstName\n - name: LastName\n - name: Email\n - name: Phone\n - name: AccountId\n - name: OwnerId\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Contact\n perPage: 20\n prefilter: \"\"\n presort: RecordLabel ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n pages:\n - handle: RecordPageForModuleContact\n module: Contact\n title: Record page for module \"Contact\"\n blocks:\n - title: Personal Data\n options:\n fields:\n - name: FirstName\n - name: LastName\n - name: Title\n - name: Phone\n - name: Email\n - name: Twitter\n - name: Facebook\n - name: LinkedIn\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 11]\n - title: Contact Address\n options:\n fields:\n - name: AccountId\n - name: IsPrimary\n - name: MailingStreet\n - name: MailingCity\n - name: MailingState\n - name: MailingPostalCode\n - name: MailingCountry\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 11]\n - title: Other Information\n options:\n fields:\n - name: OwnerId\n - name: DoNotCall\n - name: HasOptedOutOfEmail\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 11]\n - title: Contact Twitter Feed\n options:\n fields: []\n profileSourceField: Twitter\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: SocialFeed\n xywh: [9, 0, 3, 30]\n - title: Cases related to this Contact\n options:\n allowExport: true\n fields:\n - name: Number\n - name: Status\n - name: Priority\n - name: Subject\n - name: TotalTime\n - name: TotalCost\n - name: createdAt\n module: Case\n page: RecordPageForModuleCase\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 11, 9, 9]\n - title: Emails\n options:\n allowExport: true\n fields:\n - name: ToAddress\n - name: Subject\n - name: HtmlBody\n - name: EmailTemplateId\n - name: Status\n - name: MessageDate\n - name: createdAt\n module: EmailMessage\n page: RecordPageForModuleEmailMessage\n perPage: 20\n prefilter: ContactId = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 20, 9, 9]\n pages:\n - handle: RecordPageForModuleEmailMessage\n module: EmailMessage\n title: Record page for module \"Email Message\"\n blocks:\n - title: Message\n options:\n fields:\n - name: Subject\n - name: HtmlBody\n style:\n variants: {bodyBg: white, border: primary, headerBg: white,\n headerText: primary}\n kind: Record\n xywh: [0, 0, 6, 16]\n - title: To\n options:\n fields:\n - name: ContactId\n - name: CaseId\n style:\n variants: {bodyBg: white, border: primary, headerBg: white,\n headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 8]\n - title: Template\n options:\n fields:\n - name: EmailTemplateId\n style:\n variants: {bodyBg: white, border: primary, headerBg: white,\n headerText: primary}\n kind: Record\n xywh: [6, 8, 3, 8]\n - title: Status\n options:\n fields:\n - name: Status\n - name: MessageDate\n - name: createdBy\n - name: createdAt\n style:\n variants: {bodyBg: white, border: primary, headerBg: white,\n headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 8]\n - title: Actions\n options:\n buttons:\n - label: Load selected tempate in to email message\n variant: primary\n - label: Send email to the contact\n variant: success\n style:\n variants: {bodyBg: white, border: primary, headerBg: white,\n headerText: primary}\n kind: Automation\n xywh: [9, 8, 3, 8]\n visible: false\n visible: false\n visible: true\n - handle: Entitlements\n title: Entitlements\n blocks:\n - title: Entitlements\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: AccountId\n - name: ProductId\n - name: Name\n - name: Type\n - name: StartDate\n - name: EndDate\n - name: Status\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Entitlement\n perPage: 20\n prefilter: \"\"\n presort: EndDate DESC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n pages:\n - handle: RecordPageForModuleEntitlement\n module: Entitlement\n title: Record page for module \"Entitlement\"\n blocks:\n - title: Product Entitlement\n options:\n fields:\n - name: AccountId\n - name: ProductId\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 4, 15]\n - title: Entitlement Status\n description: The data below is automatically loaded using the data\n on the left, each time when the record is saved. It is not possible\n to overwrite this data manually.\n options:\n fields:\n - name: Status\n - name: StartDate\n - name: EndDate\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 15]\n - title: Entitlement Data\n description: The date below is loaded from the entitlement template\n of the product selected on the left upon record creation. It is\n possible to overwrite this data afterwards.\n options:\n fields:\n - name: Name\n - name: Type\n - name: Term\n - name: TermType\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [4, 0, 4, 15]\n visible: false\n visible: true\n visible: true\n - handle: Products\n title: Products\n blocks:\n - title: Products\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: ProductCode\n - name: Name\n - name: Family\n - name: Photo\n - name: IsActive\n - name: EntitlementTemplateId\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Product\n perPage: 20\n prefilter: \"\"\n presort: ProductCode ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Time spent per product family (in hours)\n options:\n chart: TimeSpentPerProductFamily\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Cost per product family (in $)\n options:\n chart: CostPerProductFamily\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleProduct\n module: Product\n title: Record page for module \"Product\"\n blocks:\n - title: Product Description\n options:\n fields:\n - name: ProductCode\n - name: Name\n - name: Family\n - name: EntitlementTemplateId\n - name: Description\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 10]\n - title: Other Information\n options:\n fields:\n - name: IsActive\n - name: createdAt\n - name: createdBy\n - name: updatedAt\n - name: updatedBy\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [9, 0, 3, 10]\n - title: Entitlements for this product\n options:\n allowExport: true\n fields:\n - name: AccountId\n - name: ProductId\n - name: Name\n - name: Type\n - name: StartDate\n - name: EndDate\n - name: Status\n module: Entitlement\n page: RecordPageForModuleEntitlement\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: EndDate ASC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 10, 12, 8]\n - title: Cases related to this product\n options:\n fields:\n - name: Number\n - name: Subject\n - name: Status\n - name: Priority\n module: Case\n page: RecordPageForModuleCase\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 18, 6, 7]\n - title: Knowledge Base items related to this product\n options:\n fields:\n - name: Number\n - name: Title\n - name: IsPublished\n module: KnowledgeBase\n page: RecordPageForModuleKnowledgeBase\n perPage: 20\n prefilter: ProductId = ${recordID}\n presort: Title ASC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [6, 18, 6, 7]\n - title: Files\n options:\n fields:\n - name: Photo\n - name: Manual\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 3, 10]\n - title: Cases totals\n options:\n fields:\n - name: TotalTime\n - name: TotalCost\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 0, 3, 10]\n visible: false\n - handle: EntitlementTemplates\n title: Entitlement Templates\n blocks:\n - title: Entitlement Templates\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Type\n - name: Term\n - name: TermType\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: EntitlementTemplate\n perPage: 20\n prefilter: \"\"\n presort: Name ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n pages:\n - handle: RecordPageForModuleEntitlementTemplate\n module: EntitlementTemplate\n title: Record page for module \"EntitlementTemplate\"\n blocks:\n - title: Entitlement Template\n options:\n fields:\n - name: Name\n - name: Term\n - name: TermType\n - name: Type\n - name: createdAt\n - name: createdBy\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 6, 16]\n - title: Products that use this entitlements template\n options:\n allowExport: true\n fields:\n - name: ProductCode\n - name: Name\n - name: Family\n - name: Photo\n - name: IsActive\n module: Product\n page: RecordPageForModuleProduct\n perPage: 20\n prefilter: EntitlementTemplateId = ${recordID}\n presort: ProductCode ASC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [6, 0, 6, 16]\n visible: false\n visible: true\n visible: true\n - handle: KnowledgeBase\n title: Knowledge Base\n blocks:\n - title: Knowledge Base\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Number\n - name: Title\n - name: IsPublished\n - name: IsReviewed\n - name: Status\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: KnowledgeBase\n perPage: 20\n prefilter: \"\"\n presort: Number ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: KB articles per type\n options:\n chart: KnowledgeBaseArticlesPerType\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: KB articles created per day\n options:\n chart: KnowledgeBaseItemsCreatedPerDay\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleKnowledgeBase\n module: KnowledgeBase\n title: Record page for module \"Knowledge Base\"\n blocks:\n - title: Details\n options:\n fields:\n - name: Content\n - name: File\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [3, 5, 6, 15]\n - title: Cases with this KB Item as Solution\n options:\n fields:\n - name: Number\n - name: Subject\n - name: createdAt\n module: Case\n page: RecordPageForModuleCase\n perPage: 20\n prefilter: Solution = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [9, 0, 3, 20]\n - title: Title\n options:\n fields:\n - name: Title\n - name: Number\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: success}\n kind: Record\n xywh: [3, 0, 6, 5]\n - title: Details\n options:\n fields:\n - name: Type\n - name: Category\n - name: ProductId\n - name: Status\n - name: IsReviewed\n - name: IsPublished\n - name: createdAt\n - name: createdBy\n - name: updatedAt\n - name: updatedBy\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 3, 20]\n visible: false\n visible: true\n - handle: Departments\n title: Departments\n blocks:\n - title: Departments\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Employees\n - name: HourCost\n - name: TotalTime\n - name: TotalCost\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: Department\n perPage: 20\n prefilter: \"\"\n presort: Name ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 9, 16]\n - title: Total time spent per department (in hours)\n options:\n chart: TotalTimeSpentPerDepartment\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 8]\n - title: Total case costs per department (in $)\n options:\n chart: TotalCostPerDepartment\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 8, 3, 8]\n pages:\n - handle: RecordPageForModuleDepartment\n module: Department\n title: Record page for module \"Department\"\n blocks:\n - title: Department details\n options:\n fields:\n - name: Name\n - name: Employees\n - name: HourCost\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 6, 6]\n - title: Total time and cost of department related to work on cases\n options:\n fields:\n - name: TotalTime\n - name: TotalCost\n - name: DepartmentSelect\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [6, 0, 6, 6]\n - title: Case updates related to the department\n options:\n allowExport: true\n fields:\n - name: CaseId\n - name: AccountId\n - name: ContactId\n - name: Type\n - name: Subject\n - name: TimeSpend\n - name: Cost\n - name: createdAt\n module: Update\n page: RecordPageForModuleUpdate\n perPage: 20\n prefilter: Department = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 6, 12, 10]\n visible: false\n visible: true\n - handle: Dashboard\n title: Dashboard\n blocks:\n - title: Cases by category\n options:\n chart: CasesByCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [3, 18, 3, 6]\n - title: Cases by priority\n options:\n chart: CasesByPriority\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 18, 3, 6]\n - title: New cases per month\n options:\n chart: NewCasesByMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 0, 3, 6]\n - title: Number of active entitlements\n options:\n chart: ActiveEntitlements\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 18, 3, 6]\n - title: Knowledge base articles per type\n options:\n chart: KnowledgeBaseArticlesPerType\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 24, 3, 6]\n - title: Closed cases per month\n options:\n chart: ClosedCasesPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [3, 0, 3, 6]\n - title: Average time spent per case (in hours)\n options:\n chart: AverageTimeSpentPerCase\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 18, 3, 6]\n - title: Total time spent per month (in hours)\n options:\n chart: TotalTimeSpentPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 0, 3, 6]\n - title: Total cost per case category (in $)\n options:\n chart: CostPerCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 6, 3, 6]\n - title: Total cost per month (in $)\n options:\n chart: TotalCostPerMonth\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 0, 3, 6]\n - title: Case updates per type\n options:\n chart: CaseUpdatesPerType\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [3, 24, 3, 6]\n - title: Total time spent per category (in hours)\n options:\n chart: TotalTimeSpentPerCategory\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 6, 3, 6]\n - title: Cases by status\n options:\n chart: CasesByStatus\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 24, 3, 6]\n - title: Total time spent per account (in hours)\n options:\n chart: TimePerAccount\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [6, 12, 3, 6]\n - title: Total costs per account (in $)\n options:\n chart: CostsPerAccount\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 12, 3, 6]\n - title: Time spent per product family (in hours)\n options:\n chart: TimeSpentPerProductFamily\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 12, 3, 6]\n - title: Total costs per product family (in $)\n options:\n chart: CostPerProductFamily\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [3, 12, 3, 6]\n - title: Total time spent per department (in hours)\n options:\n chart: TotalTimeSpentPerDepartment\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [0, 6, 3, 6]\n - title: Total cost per department (in $)\n options:\n chart: TotalCostPerDepartment\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [3, 6, 3, 6]\n - title: KB articles created per day\n options:\n chart: KnowledgeBaseItemsCreatedPerDay\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Chart\n xywh: [9, 24, 3, 6]\n visible: true\n - handle: Settings\n title: Settings\n blocks:\n - title: Settings\n options:\n fields:\n - name: KBNextNumber\n - name: DefaultCostPerHour\n - name: DefaultDepartment\n - name: DefaultTimeUpdate\n - name: DefaultSupportChannel\n - name: DefaultCaseRecordLink\n - name: DefaultCaseEmailTemplate\n hideAddButton: true\n hidePaging: true\n hideSearch: true\n hideSorting: true\n module: Settings\n page: RecordPageForModuleSettings\n perPage: 20\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 5]\n pages:\n - handle: RecordPageForModuleSettings\n module: Settings\n title: Record page for module \"Settings\"\n blocks:\n - title: Settings\n options:\n fields:\n - name: KBNextNumber\n - name: DefaultCostPerHour\n - name: DefaultDepartment\n - name: DefaultTimeUpdate\n - name: DefaultSupportChannel\n - name: DefaultCaseRecordLink\n - name: DefaultCaseEmailTemplate\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 6, 17]\n visible: false\n - handle: EmailTemplates\n title: Email Templates\n blocks:\n - title: Email Templates\n options:\n allowExport: true\n draggable: false\n editFields: []\n editable: false\n fields:\n - name: Name\n - name: Subject\n - name: Description\n - name: createdAt\n hideRecordCloneButton: true\n hideRecordEditButton: false\n hideRecordReminderButton: true\n hideRecordViewButton: true\n module: EmailTemplate\n perPage: 20\n prefilter: \"\"\n presort: Name ASC\n selectMode: multi\n selectable: true\n selectionButtons: []\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 0, 12, 16]\n pages:\n - handle: RecordPageForModuleEmailTemplate\n module: EmailTemplate\n title: Record page for module \"Email Template\"\n blocks:\n - title: Template\n options:\n fields:\n - name: Name\n - name: Description\n - name: Subject\n - name: Body\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [0, 0, 8, 12]\n - title: Other Information\n options:\n fields:\n - name: createdBy\n - name: createdAt\n - name: updatedBy\n - name: updatedAt\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: Record\n xywh: [8, 0, 4, 12]\n - title: Template is used in following emails\n options:\n allowExport: true\n fields:\n - name: Subject\n - name: CaseId\n - name: ContactId\n - name: ToAddress\n - name: Status\n - name: MessageDate\n module: EmailMessage\n page: RecordPageForModuleEmailMessage\n perPage: 20\n prefilter: EmailTemplateId = ${recordID}\n presort: createdAt DESC\n style:\n variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}\n kind: RecordList\n xywh: [0, 12, 12, 10]\n visible: false\n visible: true\n visible: true\nPK\x07\x08>\x08\xeaV\xb9\xba\x00\x00\xb9\xba\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1d\x00 \x001500_record_settings_crm.yamlUT\x05\x00\x01\x80Cm8namespace: crm\nrecords:\n Settings:\n - values:\n QuoteExpirationDays: \"30\"\n QuoteNextNumber: \"1\"\n OpportunityCloseDateDays: \"30\"\n OpportunityProbability: \"10\"\n OpportunityForecaseCategory: \"Pipeline\"\n OpportunityStagename: \"Qualification\"\n ContractNextNumber: \"1\"\n ContractDefaultTime: \"12\"\n CaseNextNumber: \"1\"\n SolutionNextNumber: \"1\"\n ScoreBudget: \"1\"\n ScoreAuthority: \"1\"\n ScoreNeed: \"1\"\n ScoreTimescale: \"1\"\n ScoreTurnover: \"0\"\n ScoreYearsInBusiness: \"1\"\n ScoreSource: \"0\"\n ScoreProductKnowlege: \"0\"\n ScoreTechnicalDepth: \"0\"\n ScoreCompetition: \"1\"\n ScoreCriticality: \"1\"\n ScoreRepeatPurchase: \"1\"\nPK\x07\x08\x91\x12\x1bz\xc9\x02\x00\x00\xc9\x02\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'\x00 \x001500_record_settings_service-cloud.yamlUT\x05\x00\x01\x80Cm8namespace: service-cloud\nrecords:\n Department:\n - values:\n Name: \"Service\"\n HourCost: \"50\"\n EmailTemplate:\n - values:\n Name: \"Case Update\"\n Description: \"This is the default case update template\"\n Subject: \"Case: [{{Case.Number}}] {{Case.Subject}}\"\n Body: |-\n

Dear {{Contact.FirstName}},

We are contacting you with regard to the case \"{{Case.Subject}}\".

ADD_REASON_FOR_CONTACT_HERE

You can reply directly to this email. When replying, please make sure the ticket ID is kept in the subject so we can track your replies.

Kind regards,

The service team

\n Settings:\n - values:\n KBNextNumber: \"1\"\n DefaultCostPerHour: \"50\"\n DefaultTimeUpdate: \"0.25\"\nPK\x07\x08M|s\x8fQ\x17\x00\x00Q\x17\x00\x00PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(O\x85\xf3\xd3\xd7\x02\x00\x00\xd7\x02\x00\x00\x18\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x00\x00\x00\x000000_access_control.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x12\xb2K=\xb9\x00\x00\x00\xb9\x00\x00\x00\x12\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81&\x03\x00\x000100_settings.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\xe8\x0c\x08\xf3\x88\x00\x00\x00\x88\x00\x00\x00\x17\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81(\x04\x00\x001000_namespace_crm.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x8c~U\x925\x00\x00\x005\x00\x00\x00!\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\xfe\x04\x00\x001000_namespace_service-cloud.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x9a\x94\xbd\x7fM\xdf\x03\x00M\xdf\x03\x00\x15\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x8b\x05\x00\x001100_modules_crm.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\xf6\xa7W\x12\x06\xbf\x00\x00\x06\xbf\x00\x00\x1f\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81$\xe5\x03\x001100_modules_service-cloud.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x0f\x8f\x0d\x98\xe7V\x00\x00\xe7V\x00\x00\x14\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x80\xa4\x04\x001200_charts_crm.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x00\x89fU\x8e&\x00\x00\x8e&\x00\x00\x1e\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\xb2\xfb\x04\x001200_charts_service-cloud.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(F2\xc3\x0bH\x06\x02\x00H\x06\x02\x00\x13\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81\x95\"\x05\x001400_pages_crm.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(>\x08\xeaV\xb9\xba\x00\x00\xb9\xba\x00\x00\x1d\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81')\x07\x001400_pages_service-cloud.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(\x91\x12\x1bz\xc9\x02\x00\x00\xc9\x02\x00\x00\x1d\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x814\xe4\x07\x001500_record_settings_crm.yamlUT\x05\x00\x01\x80Cm8PK\x01\x02\x14\x03\x14\x00\x08\x00\x00\x00\x00\x00!(M|s\x8fQ\x17\x00\x00Q\x17\x00\x00'\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x81Q\xe7\x07\x001500_record_settings_service-cloud.yamlUT\x05\x00\x01\x80Cm8PK\x05\x06\x00\x00\x00\x00\x0c\x00\x0c\x00\xd0\x03\x00\x00\x00\xff\x07\x00\x00\x00"