Monday 15 April 2019

D365 CE Quick Hacks - Switch to UCI from Classic UI - ForceUCI

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.

Before reading below content around UCI/Classic app, its recomended to go through below blogs, 



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!

Sunday 14 April 2019

D365 CE Quick Hacks - Switch to Classic UI from UCI - ForceClassic

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.

Before reading below content around UCI/Classic app, its recomended to go through below blog, 

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 Class UI app when the "UCI only" setting is enabled?

Append a forceclassic Query string parameter after main.aspx
https://<your orgname>/main.aspx?forceclassic=1 

Ex: https://contoso.crm.dynamics.com/main.aspx?forceclassic=1

How to quickly switch the current UCI app to Classic UI?

Append a forceclassic query string parameter after appid. Please make sure to remove session idenfier("#<somerandomnumber>") before appending foreclassic tag.

https://<your orgname>/main.aspx?appid=<yourappid>&forceclassic=1 

Ex: https://contoso.crm.dynamics.com/main.aspx?appid=ec876248-c755-e911-a832-000d3a127836&forceclassic=1

Happy Learning!

Saturday 13 April 2019

D365 CE - Set Classic UI or Navigate to Classic UI

With the introduction of the power platform and UCI lot of the settings in customer engagement is evolving rapidly. One of those were, the UCI is the default interface and not able to get into the classic UI.

Now I am on UCI, how to I navigate to the settings area that controls UCI/Classic UI?

Option 1:

  • Using the setting gear icon on the right hand top corner and select advanced setting.
  • Navigate to Settings => Administration => System settings
Option 2: 
Option 3:
  • Go to URl "https://<your org>/main.aspx?settingsonly=true"
  • Navigate to Settings => Administration => System settings

Under general tab you would see below options,(In powerplatform admin you might see this under basic behaviour section)
    • Set "Use the new Unified interface only" option to No