- Dynamics 365 Application Development
- Deepesh Somani Nishant Rana
- 214字
- 2021-06-30 19:09:39
Configuring Dynamics 365 apps
In this section, we will understand the various steps required to configure Dynamics 365 apps. The following diagram outlines the steps required to configure Dynamics 365 apps:

Here are descriptions of each step:
- Configure app properties: App properties such as name, Unique Name, icon, and more, need to be configured as the starting point to configure the app. A detailed description is given in the next section.
- Configure App Navigation with Sitemap designer: Every app can have its own site map. A detailed description is given in Chapter 1, Customize Application Navigation.
- Include Required App components: App components can consist of artifacts or Entity Assets which need to be included in the app.
- Check App for any missing required components: The app needs to be checked for any missing required components. This can be done by hitting Validate before publishing the app.
- Make App available for use by Publish: For users to be able to access the app, it needs to be published. A detailed description is available in the following sections.
- Configure Security Role access for the App: Apps can be secured to allow an only certain set of users to be able to access the app. A detailed description is available in the following sections.
推薦閱讀
- 在最好的年紀(jì)學(xué)Python:小學(xué)生趣味編程
- CockroachDB權(quán)威指南
- Twilio Best Practices
- 基于免疫進(jìn)化的算法及應(yīng)用研究
- Python漫游數(shù)學(xué)王國:高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計(jì)及運(yùn)籌學(xué)
- 用Python實(shí)現(xiàn)深度學(xué)習(xí)框架
- Reactive Android Programming
- C#程序設(shè)計(jì)教程(第3版)
- 小程序,巧應(yīng)用:微信小程序開發(fā)實(shí)戰(zhàn)(第2版)
- Java程序設(shè)計(jì)案例教程
- 輕松上手2D游戲開發(fā):Unity入門
- Hands-On Kubernetes on Windows
- Natural Language Processing with Python Quick Start Guide
- Go語言入門經(jīng)典
- Node.js 6.x Blueprints