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
manjirimanjiri 

Displaying standard sidebar components on visualforce page

Is it possible to display "Create New", "Recent Items","Search" etc. components on standard salesforce sidebar to custom visualforce page?

 

bob_buzzardbob_buzzard

You can show the entire sidebar by specifying the sidebar attribute in your page as true.  E.g.

 

 

<apex:page sidebar="true">

 If you are looking to cherry pick components from the sidebar then I think you are out of luck - I've not seen anything exposing these individually.

 

 

Julian Juez Alfaro 3Julian Juez Alfaro 3
Is this still not possible?