You need to sign in to do that
Don't have an account?

Mimic Add Product button
Hi,
I am trying to override the Add Product button to get the list of all PriceBookEntries once Add Product button is clicked. I can get the list of PriceBookEntries using the related list. How can I allow the user to select them by providing the checkbox functionality?
<apex:page standardController="Opportunity">
<apex:detail subject="{!Opportunity.PriceBook2}" relatedList="true" relatedListHover="true" />
</apex:page>
Thanks
Hi Any solutions for this