Dynamics365 App Entities
Business Central
- Preview
- Usage
- Definition
import { BusinessCentral } from '@dinghy/diagrams/entitiesDynamics365App'
<BusinessCentral/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BUSINESS_CENTRAL } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, BUSINESS_CENTRAL)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/BusinessCentral.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Commerce
- Preview
- Usage
- Definition
import { Commerce } from '@dinghy/diagrams/entitiesDynamics365App'
<Commerce/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMMERCE } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, COMMERCE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/Commerce.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 59.519999999999996,
}
Connected Store
- Preview
- Usage
- Definition
import { ConnectedStore } from '@dinghy/diagrams/entitiesDynamics365App'
<ConnectedStore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONNECTED_STORE } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, CONNECTED_STORE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/ConnectedStore.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Core HR
- Preview
- Usage
- Definition
import { CoreHr } from '@dinghy/diagrams/entitiesDynamics365App'
<CoreHr/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CORE_HR } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, CORE_HR)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/CoreHR.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Customer Insights
- Preview
- Usage
- Definition
import { CustomerInsights } from '@dinghy/diagrams/entitiesDynamics365App'
<CustomerInsights/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CUSTOMER_INSIGHTS } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, CUSTOMER_INSIGHTS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/CustomerInsights.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Customer Service
- Preview
- Usage
- Definition
import { CustomerService } from '@dinghy/diagrams/entitiesDynamics365App'
<CustomerService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CUSTOMER_SERVICE } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, CUSTOMER_SERVICE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/CustomerService.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 59.519999999999996,
}
Customer Service Insights
- Preview
- Usage
- Definition
import { CustomerServiceInsights } from '@dinghy/diagrams/entitiesDynamics365App'
<CustomerServiceInsights/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CUSTOMER_SERVICE_INSIGHTS } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, CUSTOMER_SERVICE_INSIGHTS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/CustomerServiceInsights.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Customer Voice
- Preview
- Usage
- Definition
import { CustomerVoice } from '@dinghy/diagrams/entitiesDynamics365App'
<CustomerVoice/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CUSTOMER_VOICE } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, CUSTOMER_VOICE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/CustomerVoice.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Field Service
- Preview
- Usage
- Definition
import { FieldService } from '@dinghy/diagrams/entitiesDynamics365App'
<FieldService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIELD_SERVICE } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, FIELD_SERVICE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/FieldService.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 63.75999999999999,
}
Finance
- Preview
- Usage
- Definition
import { Finance } from '@dinghy/diagrams/entitiesDynamics365App'
<Finance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FINANCE } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, FINANCE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/Finance.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 67.2,
}
Finance Operations
- Preview
- Usage
- Definition
import { FinanceOperations } from '@dinghy/diagrams/entitiesDynamics365App'
<FinanceOperations/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FINANCE_OPERATIONS } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, FINANCE_OPERATIONS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/Finance_Operations.svg;strokeColor=none;',
},
_original_width: 55.24,
_original_height: 68,
}
Fraud Protection
- Preview
- Usage
- Definition
import { FraudProtection } from '@dinghy/diagrams/entitiesDynamics365App'
<FraudProtection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FRAUD_PROTECTION } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, FRAUD_PROTECTION)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/FraudProtection.svg;strokeColor=none;',
},
_original_width: 60.12,
_original_height: 68,
}
Intelligent Order Management
- Preview
- Usage
- Definition
import { IntelligentOrderManagement } from '@dinghy/diagrams/entitiesDynamics365App'
<IntelligentOrderManagement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTELLIGENT_ORDER_MANAGEMENT } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, INTELLIGENT_ORDER_MANAGEMENT)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/IntelligentOrderManagement.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Marketing
- Preview
- Usage
- Definition
import { Marketing } from '@dinghy/diagrams/entitiesDynamics365App'
<Marketing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MARKETING } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, MARKETING)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/Marketing.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Product Insights
- Preview
- Usage
- Definition
import { ProductInsights } from '@dinghy/diagrams/entitiesDynamics365App'
<ProductInsights/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PRODUCT_INSIGHTS } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, PRODUCT_INSIGHTS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/Product_Insights.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 59.519999999999996,
}
Project Service Automation
- Preview
- Usage
- Definition
import { ProjectServiceAutomation } from '@dinghy/diagrams/entitiesDynamics365App'
<ProjectServiceAutomation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PROJECT_SERVICE_AUTOMATION } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, PROJECT_SERVICE_AUTOMATION)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/ProjectServiceAutomation.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 63.480000000000004,
}
Sales
- Preview
- Usage
- Definition
import { Sales } from '@dinghy/diagrams/entitiesDynamics365App'
<Sales/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SALES } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, SALES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/Sales.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Supply Chain Management
- Preview
- Usage
- Definition
import { SupplyChainManagement } from '@dinghy/diagrams/entitiesDynamics365App'
<SupplyChainManagement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUPPLY_CHAIN_MANAGEMENT } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, SUPPLY_CHAIN_MANAGEMENT)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/SupplyChainManagement.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 59.519999999999996,
}
Sustainability Calculator
- Preview
- Usage
- Definition
import { SustainabilityCalculator } from '@dinghy/diagrams/entitiesDynamics365App'
<SustainabilityCalculator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUSTAINABILITY_CALCULATOR } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, SUSTAINABILITY_CALCULATOR)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/SustainabilityCalculator.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Talent Attract
- Preview
- Usage
- Definition
import { TalentAttract } from '@dinghy/diagrams/entitiesDynamics365App'
<TalentAttract/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TALENT_ATTRACT } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, TALENT_ATTRACT)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/TalentAttract.svg;strokeColor=none;',
},
_original_width: 55.24,
_original_height: 68,
}
Talent Onboard
- Preview
- Usage
- Definition
import { TalentOnboard } from '@dinghy/diagrams/entitiesDynamics365App'
<TalentOnboard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TALENT_ONBOARD } from '@dinghy/diagrams/entitiesDynamics365App'
<Shape
{...props}
_style={extendStyle(props, TALENT_ONBOARD)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/dynamics365/TalentOnboard.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}