3

Is it possible to create a new site map in Dynamics CRM? Alternatively do you have to update an existing site map to add additional navigation nodes?

user3845056
  • 489
  • 7
  • 25
  • 1
    Both is possible using the Sitemap Editor from the [XrmToolbox](http://www.xrmtoolbox.com/). – Filburt May 12 '17 at 13:59
  • Can you provide more details? I am using the site map editor and I am not seeing and options to create a new site map. – user3845056 May 12 '17 at 14:14

1 Answers1

3

In versions before Dynamics 365 it was not possible to create a new sitemap (or have multiple sitemaps per one organization of CRM) - you would have to modify existing sitemap byt editing XML schema or using some tool like XrmToolBox.

This is possible now in Dynamics 365. You simply create your App (Customizations -> Customize The System -> Choose Apps on the left and add New). Now, once you give your app a name, you can specify unique SiteMap (and edit it using built in SiteMap editor) for this App, entities that can be visible for this App etc. so basically you can create a separate CRM experience for Sales users and Service users, for example.

Pawel Gradecki
  • 3,476
  • 6
  • 22
  • 37