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
sid_devsid_dev 

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

Message Edited by sid_dev on 02-08-2010 04:50 PM
Message Edited by sid_dev on 02-08-2010 04:50 PM
Message Edited by sid_dev on 02-08-2010 04:51 PM
p@sfp@sf

Hi Any solutions for this