0

I am using dynamics 365 mobile app for IOS. I need to add the Email and Phone call entities shortcut into the main left navigation pane. Right now, I do not have any idea on how to add this.

Does anybody help me to add these shortcuts?

1 Answers1

0

You have to edit the sitemap to customize navigation.

You can use Sitemap editor to edit the sitemap.

  1. Open the Solution that you would like to use to contain the sitemap.
  2. Under Components. Select Client Extensions > Add Existing > Select “Site Map”
  3. Once it’s added to the solution, click on the Edit
  4. It will then open up the Dynamics 365 Sitemap Editor.
  5. Make changes, click Save and then Publish.

Dynamics 365 for phones and tablets uses the same sitemap data to provide navigation options as the web application except that it is optimized for presentation in the mobile apps.

Technet reference

  • Thanks for the response, it seems like if we change the Sitemap then it will also change the navigation of the web but here we do not want to change the navigation of the Web but we only need to change the navigation of mobile app only. – Munavvar Husein Shaikh Dec 08 '17 at 06:17