Skip to main content
salman khan 님이 #Customer Service에 질문했습니다
opportunitie field history i want display on visualforce page .please let me know .how can its possible by using custome link 
답변 7개
  1. 2016년 1월 27일 오전 4: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