Notifications
Announcements
No record found.
Hello,
I want to add my custom HTML page on right side of Main Screen:
Can you please provide step by step instruction.
Hi,
you cant. but you can display the html inside the dashboard.
Refer below steps on how to achieve it.
www.c5insight.com/.../non-developers-guide-how-to-use-web-resources-for-dashboards-in-dynamics-crm.aspx
Sorry , it is not true. Look into CafeX implementation in my screenshots. They did it and it working very nice.
You can use below script to load the webpage.
==================
function loadBingPanel(){Xrm.Panel.loadPanel("https://www.bing.com", "Search");}
If you are not familier with JavaScript in CRM, you can refer this blog - neilparkhurst.com/.../javascript-basics
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/clientapi/reference/xrm-panel/loadpanel
Hope this helps.
It is exactly what I needed. What is the best place to add call loadBingPanel so it will be for all users, right after user logged in ?
As per the documentation, it will be displayed always when the javascript is executed for the user. Calling the JavaScript right after log in would be tricky as the main place to call the JS is from the record i.e. user need to open a record.
There are other workaround to call js on dashboard but those requires creating web resource running the script and then calling that web resource from dashboard.
community.dynamics.com/.../238609
I think with CafeX they using something different. There is no dashboard loaded from their solution
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to a top community star!
In our never-ending quest to help the Dynamics 365 Community members get answers faster …
Welcome to the next edition of the Community Platform Update. This is a status …
Stay up to date on forum activity by subscribing.