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
kostya_dekostya_de 

Return to visual page

Hi,

 

I have a list of opportunity competitors on my Visual Page:

 

 

<apex:relatedList list="OpportunityCompetitors" subject="{!Opportunity}" id="compList"/>

 

 

 

After adding of new competitors opportunity page is opened. How to navigate back to my visual page?

 

TIA,

  Kostja

Edwin VijayEdwin Vijay

For that, you will have to override the "View" button on opportunity with your Visualforce Page i believe..

 

Cheers!!