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
Sitarama MurthySitarama Murthy 

Custom Lightning Component to display Products related to Opportunities Pricebook

Hi All,

I am new to Lightning Component Development.
I have requirement where in Opportunity record i have custom related list button to add products.
when user clicks the button new custom VF page will open, page contains lookup field to products on click on lookup icon popup will show products related to Oppty Pricebook. this is working fine in Classic.

now we have migrating to Lightning i need the same functinoality in Lightning component. on click of lookup icon new lightning componen should popup and display the products related to oppty pricebook and on selection of any product popup should close the selected item reference should pass back to vf page .


please help on this.
Thanks Ram