Had a question today that got me thinking for a moment. Haven’t done any SiteMap tweaking in a long time.
Someone added a new Area to their CRM, using the SiteMap Editor in XrmToolBox. Yet, while all looked somewhat ok, the navigation was not reflecting the changes.
Yes, the Update SiteMap seemed to work fine, and exporting and checking the SiteMap solution XML showed the configured Area.
After a little bit of trial and error, turns out that, due to rushing it, two things were omitted:
1. The Area structure is incomplete. I understand the thinking behind what was attempted. You would create the SiteMap “container” if you will, and come back to it later and populate it when you have all entities created. Well, if you want the container to show on the navigation, you need to create both the Group and SubArea. You can do a random name/title until you have your entities created.
2. Title is not filled-in – without a title defined, the naming in UnknownXX
Interesting enough, the new Area does show up in an entity properties so you can configure it to show there. If no Title is provided, it will use a default UnknownXX nomenclature.
Advice handed down: don’t rush!
Strategy recommended: create your configurations first, then come back and update the SiteMap last. While a top-down approach might seem ok, you have to put “placeholders” until you have the configurations in place if you want the SiteMap to reflect your settings.
Enjoy!
Leave a Reply