- Dynamics 365 Application Development
- Deepesh Somani Nishant Rana
- 257字
- 2021-06-30 19:09:37
Adding a Subarea component in the site map
Let's take a simple scenario here to understand how we can add a new Subarea component. We realize that our Sales app users would be frequently accessing the Open Leads View inside CRM, so it would be helpful for them if we could add a Subarea for Open Leads View in the My Work Group in the Sales Area for them. To implement it, we will need to add a new Subarea inside the My Work Group of type URL. To do so, we need to click on Add in the Action bar in Sitemap Designer and add a new Subarea and drag and place it below the Activities SubArea in the My Work Group:

Here, the URL pattern for the view needs to be the following:
=/_root/homepage.aspx?etc=<entity code >&viewid=%7b<GUID value of view id>%7d"
For the etc and viewid query parameters, we need to go to the Open Leads view in CRM and click on the EMAIL A LINK| Of Current View ribbon button to get the link:

The link will have the value of etc and viewid. We will then copy the value of the etc and viewid query string parameters from the link. We can then set the properties for our new SUB AREA, shown as follows:

We will save and then publish it. After publishing, inside the Sales app the user will be able to see the new Subarea named Open Leads:

Clicking on the Open Leads Subarea will open the Open Leads view, shown as follows:

- Java 開(kāi)發(fā)從入門到精通(第2版)
- iOS 9 Game Development Essentials
- 零基礎(chǔ)學(xué)Scratch少兒編程:小學(xué)課本中的Scratch創(chuàng)意編程
- Windows Presentation Foundation Development Cookbook
- 名師講壇:Java微服務(wù)架構(gòu)實(shí)戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Linux命令行與shell腳本編程大全(第4版)
- Learning Vaadin 7(Second Edition)
- Learning jQuery(Fourth Edition)
- Statistical Application Development with R and Python(Second Edition)
- Java SE實(shí)踐教程
- Hands-On Kubernetes on Windows
- Building Business Websites with Squarespace 7(Second Edition)
- 超簡(jiǎn)單:Photoshop+JavaScript+Python智能修圖與圖像自動(dòng)化處理
- 關(guān)系數(shù)據(jù)庫(kù)與SQL Server 2012(第3版)
- Python面向?qū)ο缶幊蹋ǖ?版)