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
Jamie Buck-TomekJamie Buck-Tomek 

Setting the breadcrumbs on a visualforce page

I'm building my first visualforce page which is a simple list of a user's open tasks. When they click on the task to see the details, the breadcrumb back is " « Back to List: Pages". I want people to be able to go back to the page with their list of tasks, not this setup page.

I'm having trouble figuring out where this can be set. Does anyone know?
Best Answer chosen by Jamie Buck-Tomek
Andy BoettcherAndy Boettcher
Hi Jamie!

That breadcrumb is one of those "magic" things that are pre-baked into layouts and does not have a programmatic option to be modified.

All Answers

Andy BoettcherAndy Boettcher
Hi Jamie!

That breadcrumb is one of those "magic" things that are pre-baked into layouts and does not have a programmatic option to be modified.
This was selected as the best answer
Jamie Buck-TomekJamie Buck-Tomek
Thanks! Turns out that part of the issue was that I was viewing the page with my user who can see more than everyone else. For other users, there is no breadcrumb, which is just fine in this cirumstance.