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
TejeshTejesh 

How to Override a related list link with a Visual Force Page

Hi,
 
I would like to know if there is a way to Override the Salesforce related list records link with Visual Force page. So that when we click on the related list record in salesforce it opens up a visualforce page with that particular details. If any one know please share the information as how this can be done.
 
Regards
Tejesh
XactiumBenXactiumBen
I believe you can override the View standard button on an object, which will affect the related lists as well.  If you want different behaviour between the related lists and the object's tab view, then you need to create another visualforce page and do the record link manually.
Sumit@TCSSumit@TCS

Need to override view button of that related list record's object to VF page .