You need to sign in to do that
Don't have an account?
BARJRD
Add custom button to Product related list
I am trying to add a custom button to the Product related list on my Opportunity page. I have created the button but it does not appear as an option in the page layout. The button is a List type and calls a VF page. The VF page does not use a standard controller.
I successfully created a similar custom button on the Campaign History related list on my Contact page layout. How is this any different?
Any ideas?
Thanks,
Barb
What object did you create the custom list button on: Product or Opportunity Product?
The related list labeled Products on the Opportunity page layout is really a list of Opportunity Products (or, behind the scenes, the OpportunityLineItem object). So, I believe you would need to have created your custom list button on the Opportunity Product object in order for it to show up as a candidate button to add to the Products related list on Opportunity.
All Answers
In the opportunity page layout editor, click on the wrench to modify the products related list. At the bottom of the pop-up window is a section for buttons which expands if you click on it. There you should find the button
The button isn't there. I've added many custom list buttons successfully. Is there anything unique about adding one to the Products related list?
What object did you create the custom list button on: Product or Opportunity Product?
The related list labeled Products on the Opportunity page layout is really a list of Opportunity Products (or, behind the scenes, the OpportunityLineItem object). So, I believe you would need to have created your custom list button on the Opportunity Product object in order for it to show up as a candidate button to add to the Products related list on Opportunity.
You are absolutely right... I can't believe that I missed that!
Hi,
I'm facing the similar issue. I'm unable to add custom button to Product related list on Opportunity page and unable to create a custom list button, it does not show up add custom buttons option. Could you please share how did you resolved it. My VF page uses Opportunity standard controller and extension class. Its urgent, any help must be highly appreciated.
Thanks a trillion.
Best Regards,
Satheesh
I tried to create on both Opportunity & OpportunityLineItem. but no luck....
I'm unable to create a button on Opportunity Product, it does not shows any of VF pages on Content drop down. My VF page using Opprotunity standard controller. see below
<apex:page standardcontroller="Opportunity" extensions="CB_Extension" id="thepage">
Thanks,
Satheesh