Skip to main content
opportunitie field history i want display on visualforce page .please let me know .how can its possible by using custome link 
7 Antworten
  1. 27. Jan. 2016, 04:49
    Hi Salman,

     

    Then you can create  a custom link on opportunity and on that custom link you can open the VF page and pass opportunity id to VF page.

    /apex/OpportunityHistory?id={!Opportunity.id}

     

    That will list you opportunity field history.

     

    Thanks,

     

    Rajendra
0/9000