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
Krishnam76Krishnam76 

Moving the custom link on the Accounts object closer to the Standard link - View Hierarchy.

Hi there,

I have a custom link which behaves like a standard "View Hierarchy Link" on the Accounts object. The problem is you can place the custom link in the certain section only.

I would like to move this link closer to the standard link so they both are close and the user can click on any of them. Is this possible using Visual force?

Thanks
Ron HessRon Hess
Yes, you could construct the detail page from scratch using inputField, pageBlock and pageBlock section, then put your link where you like

you could also create a custom field that displayed this link, and put it where you like on a page layout.