From 36e47adf1f83df81f2d4925947040303a900a97d Mon Sep 17 00:00:00 2001 From: Jeff Bernhardt <35542574+JeffBern@users.noreply.github.com> Date: Fri, 6 Dec 2019 10:05:50 -0800 Subject: [PATCH] Add files via upload --- .../bankingAccelerator.manifest.cdm.json | 130 ++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 schemaDocuments/bankingAccelerator.manifest.cdm.json diff --git a/schemaDocuments/bankingAccelerator.manifest.cdm.json b/schemaDocuments/bankingAccelerator.manifest.cdm.json new file mode 100644 index 000000000..adff155e0 --- /dev/null +++ b/schemaDocuments/bankingAccelerator.manifest.cdm.json @@ -0,0 +1,130 @@ +{ + "$schema": "CdmManifest.cdm.json", + "jsonSchemaSemanticVersion": "0.9.0", + "imports": [], + "manifestName": "Supporting Entities", + "entities": [ + { + "type": "LocalEntity", + "entityName": "Address", + "entityPath": "/core/applicationCommon/Address.cdm.json/Address" + }, + { + "type": "LocalEntity", + "entityName": "BusinessUnit", + "entityPath": "/core/applicationCommon/BusinessUnit.cdm.json/BusinessUnit" + }, + { + "type": "LocalEntity", + "entityName": "Currency", + "entityPath": "/core/applicationCommon/Currency.cdm.json/Currency" + }, + { + "type": "LocalEntity", + "entityName": "SLA", + "entityPath": "/core/applicationCommon/SLA.cdm.json/SLA" + }, + { + "type": "LocalEntity", + "entityName": "Team", + "entityPath": "/core/applicationCommon/Team.cdm.json/Team" + }, + { + "type": "LocalEntity", + "entityName": "Territory", + "entityPath": "/core/applicationCommon/Territory.cdm.json/Territory" + }, + { + "type": "LocalEntity", + "entityName": "User", + "entityPath": "/core/applicationCommon/User.cdm.json/User" + }, + { + "type": "LocalEntity", + "entityName": "Organization", + "entityPath": "/core/applicationCommon/foundationCommon/Organization.cdm.json/Organization" + }, + { + "type": "LocalEntity", + "entityName": "PriceList", + "entityPath": "/core/applicationCommon/foundationCommon/PriceList.cdm.json/PriceList" + }, + { + "type": "LocalEntity", + "entityName": "Product", + "entityPath": "/core/applicationCommon/foundationCommon/Product.cdm.json/Product" + }, + { + "type": "LocalEntity", + "entityName": "Unit", + "entityPath": "/core/applicationCommon/foundationCommon/Unit.cdm.json/Unit" + }, + { + "type": "LocalEntity", + "entityName": "UnitGroup", + "entityPath": "/core/applicationCommon/foundationCommon/UnitGroup.cdm.json/UnitGroup" + }, + { + "type": "LocalEntity", + "entityName": "Account", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/Account.cdm.json/Account" + }, + { + "type": "LocalEntity", + "entityName": "Campaign", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/Campaign.cdm.json/Campaign" + }, + { + "type": "LocalEntity", + "entityName": "CampaignResponse", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/CampaignResponse.cdm.json/CampaignResponse" + }, + { + "type": "LocalEntity", + "entityName": "Contact", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/Contact.cdm.json/Contact" + }, + { + "type": "LocalEntity", + "entityName": "Lead", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/Lead.cdm.json/Lead" + }, + { + "type": "LocalEntity", + "entityName": "Case", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/service/Case.cdm.json/Case" + }, + { + "type": "LocalEntity", + "entityName": "FacilityEquipment", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/service/FacilityEquipment.cdm.json/FacilityEquipment" + }, + { + "type": "LocalEntity", + "entityName": "Service", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/service/Service.cdm.json/Service" + }, + { + "type": "LocalEntity", + "entityName": "ContentSettings", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/solutions/marketing/ContentSettings.cdm.json/ContentSettings" + }, + { + "type": "LocalEntity", + "entityName": "LinkedInCampaign", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/solutions/marketing/LinkedInLeads/LinkedInCampaign.cdm.json/LinkedInCampaign" + }, + { + "type": "LocalEntity", + "entityName": "Segment", + "entityPath": "/core/applicationCommon/foundationCommon/crmCommon/solutions/marketing/Segment.cdm.json/Segment" + } + ], + "subManifests": [ + { + "manifestName": "Banking", + "definition": "/core/applicationCommon/foundationCommon/crmCommon/accelerators/financialServices/banking/banking.manifest.cdm.json" + } + ], + "relationships": [] +} \ No newline at end of file