How to add direct links into Dynamics 365 Site Map - CloudFronts

How to add direct links into Dynamics 365 Site Map

This blog consists of steps to add an external link to navigation bar in the application using new sitemap editor in Dynamics 365.

Steps to be followed are given below:

  • Create an HTML Web Resource in CRM consisting of below code.
    <html>
    <body>
        <script>
    //open link in new window
    window.open("https://www.google.com");
        </script>
    </body>
    </html>
    
  • Open the sitemap editor and add a new subarea and the created web resource into your sitemap
  • Publish your configurations and click on Google Search in the Navigation to check the results:
    Behaviour: On click on the link, the link opens in the new tab.

Share Story :

Secured By miniOrange