[SalesForce] How to quickly switch between Classic and Lightning experience

As not all of my users have adopted lightning UI, as admin, I need to switch back and forth from the two UI's in order to understand, and help solve issues.

What is the fastest/easiest way to do it?

e.g.:

  • User X notifies me he does not see a field on the Lightning UI
  • At the same time I assist someone else on classic UI
  • I want to see what user X talks about, without login as him or web-conf him.

Some quick sneak peak, and back to classic (or vice versa)

Best Answer

What I found is that once I enable LUI (Lightning UI), I can use both Home links, and just log to the one I want.

On my bookmarks, I keep the links to both homepages, in classic mode, and LUI mode.

enter image description here

Classic UI is: https://eu1.salesforce.com/home/home.jsp

LUI: https://eu1.lightning.force.com/one/one.app#/home

I can simple click on one to another. (both can be created as home links, and added to left menu)

enter image description here

I than (for each main object I wanted to work with) created a LUI/Classic link, with the ID as dynamic variable, this allows me to view each object on the alternate UI (remember to select: view in new window).

Lead object example

LUI: /one/one.app#/sObject/{!Lead.Id}/view

enter image description here

Classic Link: /{!Lead.Id}

enter image description here