How can I display an inline visualforce page on a page layout and have Salesforce generate the bookmark link at the top of the detail page, like it does for related lists?
Currently, I can do this with jquery and modifying the DOM, but was wondering if there is a standard or more supported way of providing the bookmark link, perhaps using the standardsetcontroller?
Attribution to: James Loghry
Possible Suggestion/Solution #1
Asfaik, there's no way of generating the hover links at the top in a vf page other than handcrafting it, like you've described.
I've had the same problem where we did a custom vf section to display a customised related list on a standard page, an had to live with no out of the box related list hover links. Much needed!
Attribution to: techtrekker
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/3582