- 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.
推薦閱讀
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- CockroachDB權(quán)威指南
- Visual FoxPro程序設(shè)計(jì)教程(第3版)
- ReSharper Essentials
- INSTANT Weka How-to
- 人人都懂設(shè)計(jì)模式:從生活中領(lǐng)悟設(shè)計(jì)模式(Python實(shí)現(xiàn))
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門指南
- C程序設(shè)計(jì)實(shí)踐教程
- 小程序,巧應(yīng)用:微信小程序開發(fā)實(shí)戰(zhàn)(第2版)
- Mastering Web Application Development with AngularJS
- 大學(xué)計(jì)算機(jī)基礎(chǔ)
- Pandas 1.x Cookbook
- C語言編程魔法書:基于C11標(biāo)準(zhǔn)
- C++從零開始學(xué)(視頻教學(xué)版)(第2版)
- Python Machine Learning