web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

How to add direct links into Dynamics 365 Site Map

Community Member Profile Picture Community Member

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.

The post How to add direct links into Dynamics 365 Site Map appeared first on CloudFronts - Microsoft Dynamics 365 | Power BI | Azure.

Comments

*This post is locked for comments