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
Sagar MadkaikarSagar Madkaikar 

Override Opportunity Product Multi-Line Layout with VF Page

Hi,
I need to override the "Opportunity Product Multi-Line Layout" page(Shown Below) with custom VisualForce Page. 
Product Multi Line Layout

For this I need to Add a new custom button(New Button) on the "Product Selection" page layout and Hide the existing Select Button on the Layout.
Product Selection Page

The Challenge is , I'm not getting from where to create a new Custom Button (New Button) to add on the Product Selection Page and how can I Hide the Existing Select Button from this page.

Or do I have to Override the "Product Selection" Page with a new Custom VF Page as well?

How Can I achieve this?

Any help on this would be appreciated.

Thanks,
Sagar
Shailendra Singh ParmarShailendra Singh Parmar
Hi Sagar,
I think, you need to override complete add Product button and have your own page. You can override or create new button from setup-> Opportunity Product -> Button & Links.

Thanks!