function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
romschnromschn 

Quick access menu on custom Visualforce page

Hi All,

Does anyone have any idea if it is possible to add the out-of-the-box quick access menu on our custom visualforce pages?

Thanks,
Asha KAsha K
In <apex:page> component make sidebar = "true"  for example 
<apex:page Controller="XXX"  sidebar="true"> you will get quick access menu.
romschnromschn
Even after adding sidebar=true, I am not able to see the quick access menu on the right-end side. I am talking about the quick access menu we generally see on right-side, which when we click opens up an option to directly view object fields and so on.