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
David LeckenbyDavid Leckenby 

Visualforce redirection from standard detail page

Is it possible to navigate from a related list on a standard contact page to a visualforce page. For example
User-added image
If I click the highlighted link on this standard opportunity link can I redirect the user to another visualforce page detailpage and NOT the standard opportunity detail page?


 
Patcs_1Patcs_1
Hi

Yes. You need to edit the View button on "Buttons, Links, and Actions" under Opportunity and choose the visualforce page  and then click save. so It not only change the related list view, it will also change the Opportunity record view.

Thanks
Ashish_Sharma_DEVSFDCAshish_Sharma_DEVSFDC
Hi,

Use hyperlink formula field.

http://https://help.salesforce.com/apex/HTViewHelpDoc?id=customize_functions_a_h.htm&language=en_US#HYPERLINK (http://https://help.salesforce.com/apex/HTViewHelpDoc?id=customize_functions_a_h.htm&language=en_US#HYPERLINK)

Let us know if it helps you.