Open Web/Classic UI from Unified Interface UI in D365 CRM

Hello folks, MS has implemented new Unified Interface for D365 CRM. Now when you open CRM, By-default it opened Unified Interface View.
The new Unified Interface is a bridge between web and mobile platforms, providing a consistent experience across devices by utilizing a responsive design for optimal viewing and interaction regardless of the device's size or orientation.
However, this new Unified Interface is quite confusing for Developers. Navigation looks good but it’s complex for Developers as they have been habituated with Classic UI.
Here in this article, I will explain to you, How we can get Classic UI back from new Unified Interface.

#Trick 1: 
By appending  "?forceClassic=1" parameter at the end of your organization URL, we can open Web/Classic View.
For Example - Organization URL is - "https://xyz.crm.dynamics.com/main.aspx"
Now after append "?forceClassic=1" parameter
it becomes - https://xyz.crm.dynamics.com/main.aspx?forceClassic=1.

Now hit the URL in the browser and then it will open CRM in Web/Classic View.


#Trick 2:  Using System Settings. It makes web/classic view the default view of CRM.

Step 1: Open your organisation.
 Step 2: Now Click on Setting Icon > Advance settings.
 Step 3: Go to Setting > Administrator.
Step 4: Now click on System Setting. it will open a pop-up.
Step 5: Now find the option "Use the new Unified Interface only (recommended)" under general setting and set its value to No and then click ok.

 Now open your organization. By default, it open web/classic view.


Hope this article helps you!

1 comment:

CRMJetty said...

Very clear and deep explanation… thanks for sharing the article …

dynamics crm portal