- 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.
推薦閱讀
- Functional Python Programming
- Spring 5企業級開發實戰
- Azure IoT Development Cookbook
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Raspberry Pi Robotic Projects(Third Edition)
- Python大學實用教程
- 單片機原理及應用技術
- Python+Office:輕松實現Python辦公自動化
- Ext JS 4 Plugin and Extension Development
- ROS機器人編程實戰
- 大規模語言模型開發基礎與實踐
- 你必須知道的.NET(第2版)
- 程序員的英語
- MySQL核心技術與最佳實踐
- Appcelerator Titanium Smartphone App Development Cookbook