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
Tanmay AnwekarTanmay Anwekar 

How can I create "My Profile" and "Apps" dropdown menu using visualforce page same as provided by salesforce.

How can I create "My Profile" and "Apps" dropdown menu using visualforce page same as provided by salesforce.
pconpcon
You cannot add anything custom to the drop down containing "My Profile", but you can add new Apps.  This is done by:
  1. Setup ⇨ Create ⇨ Tabs
  2. Click New under Visualforce Tabs
  3. Fill out tab details
  4. Set Visibility
  5. Set which apps have access to it (you will probably want to uncheck all of these)
  6. Setup ⇨ Create ⇨ Apps
  7. Click New
  8. Choose "Custom App" (if given this option)
  9. Fill out the Label and Name
  10. Choose a logo (optional)
  11. Choose your tab from step 3 and add it to "selected tabs"
  12. Choose the visibility for the app and what profiles it should default for
Now your app will show up in the App dropdown and apart from the Home tab, your custom VF page will be the only tab available.