With D365 CE there are lot of cool stuff's happening, we are right in middle of all the rapid evolution of the industry and product.
Its always handy to have URL's in armory to navigate to specific areas/interfaces with ease. Lets have a look at them now
Before reading below content around UCI/Classic app, its recomended to go through below blogs,
https://exptechsolutions.blogspot.com/2019/04/d365-ce-set-classic-ui-or-navigate-to.html
https://exptechsolutions.blogspot.com/2019/04/d365-ce-quick-hacks-switch-to-classic.html
https://exptechsolutions.blogspot.com/2019/04/d365-ce-quick-hacks-switch-to-classic.html
Its always handy to have URL's in armory to navigate to specific areas/interfaces with ease. Lets have a look at them now
How to quickly navigate to default UCI app from Classic UI?
Append a forceuci Query string parameter after main.aspx
https://<your orgname>/main.aspx?forceuci=1
Ex: https://contoso.crm.dynamics.com/main.aspx?forceuci=1
How to quickly switch the current Classic app to UCI?
Append a forceuci query string parameter after appid. Please make sure to remove session idenfier("#<somerandomnumber>") before appending foreuci tag.
https://<your orgname>/main.aspx?appid=<yourappid>&forceuci=1
Ex: https://contoso.crm.dynamics.com/main.aspx?appid=ec876248-c755-e911-a832-000d3a127836&forceuci=1
Happy Learning!
No comments:
Post a Comment