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

Custom New Opportunity Related List button.
Our standard 'New Opportunity' button is overriden to invoke a visualforce page. Can I create a different 'New Opportunity' button for use only on the Account screen's Opportunity Related List which does NOT invoke that invoke that same visualforce page.
The above imiage shows a button which is intended for the Opportunity Related List on the Account screen. I have successfully place this button there. The problem is that when I click on the button the visualforce page defined on the standard New opportunity button still gets launched.
Here is the overridden Stanard New Opportunity button.

So, again, even though New2 button is on the related list, the "OpportunityCreate" visualforce page is still invoked.
Hopefull this is clear.,
thanks
Here is the overridden Stanard New Opportunity button.
Hopefull this is clear.,
thanks
Try adding nooverride=1 as a parameter in your New2 button.
Thanks,
Nikhil
Please mark this as best answer if you find my answer's helpful.
All Answers
Try adding nooverride=1 as a parameter in your New2 button.
Thanks,
Nikhil
Please mark this as best answer if you find my answer's helpful.