Hello,
I want to add my custom HTML page on right side of Main Screen:
Can you please provide step by step instruction.
Hello,
I want to add my custom HTML page on right side of Main Screen:
Can you please provide step by step instruction.
I think with CafeX they using something different. There is no dashboard loaded from their solution
Hi,
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
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 ?
Hi,
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
Hope this helps.
Sorry , it is not true. Look into CafeX implementation in my screenshots. They did it and it working very nice.
Hi,
you cant. but you can display the html inside the dashboard.
Refer below steps on how to achieve it.
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156