- Dynamics 365 Application Development
- Deepesh Somani Nishant Rana
- 267字
- 2021-06-30 19:09:34
Getting to know the area, group, and subarea properties
Let us look at the different properties of these components before we start customizing our Sales app navigation.
- The area component comprises of following properties:

- Group component shares most of the same properties as Area:

Set as Profile property of Group might not be relevant for Dynamics 365, as the Workplace area has been discontinued starting CRM 2013.
Subarea has few more properties compared to Area and Group:



- As we know that the site map is basically an XML file, any changes that we are doing through Site Map Designer are basically updating the site map's XML behind the scenes:
- To get the Sales App Site Map definition, export the solution containing the Sales App Site Map client extension and unzip it. Then, open the customizations.xml file and search for the SiteMap tag.
- The following is the sample XML for the My Work group of the Sales area inside the Sales App Site Map. We can see the Area, Group, and SubArea tags along with their corresponding attributes:

- As mentioned earlier, instead of using the Site Map Designer, we can manually update the site map's XML using any text editor, and can import back the solution (and publish it) to see the changes.
Site map XML reference : https://msdn.microsoft.com/en-us/library/gg334430.aspx.
In this section, we looked at the properties of the area, group, and subarea components of Site Map Designer. In the next section, we will learn how to perform some basic operations such as updating, adding, deleting, and so on, on these components through Site Map Designer.
推薦閱讀
- ClickHouse性能之巔:從架構(gòu)設(shè)計(jì)解讀性能之謎
- Learn TypeScript 3 by Building Web Applications
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Deep Learning with R Cookbook
- AutoCAD基礎(chǔ)教程
- Getting Started with hapi.js
- Scratch編程從入門到精通
- H5頁面設(shè)計(jì)與制作(全彩慕課版·第2版)
- PhantomJS Cookbook
- Visual C++程序開發(fā)范例寶典
- Unity虛擬現(xiàn)實(shí)開發(fā)圣典
- Learning jqPlot
- JavaScript高級程序設(shè)計(jì)(第3版)
- Spark Cookbook
- 一個(gè)APP的誕生:從零開始設(shè)計(jì)你的手機(jī)應(yīng)用