You need to sign in to do that
Don't have an account?
Sagar 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.
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.
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
I need to override the "Opportunity Product Multi-Line Layout" page(Shown Below) with custom VisualForce Page.
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.
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
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!