- 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.
推薦閱讀
- Go Web編程
- 現(xiàn)代C++編程:從入門到實踐
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- JavaScript修煉之道
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構(gòu)與實現(xiàn)
- MySQL數(shù)據(jù)庫管理與開發(fā)實踐教程 (清華電腦學(xué)堂)
- MySQL數(shù)據(jù)庫基礎(chǔ)實例教程(微課版)
- Unreal Engine 4 Shaders and Effects Cookbook
- C++新經(jīng)典
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開發(fā)實戰(zhàn)
- 21天學(xué)通C++(第5版)
- 鴻蒙OS應(yīng)用編程實戰(zhàn)
- 大學(xué)計算機基礎(chǔ)實驗指導(dǎo)
- After Effects CC技術(shù)大全
- Getting Started with hapi.js