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

Display opportunity product related list on visualforce page for oppotunity
Hi All,
How do I display opportunity product related list on a visualforce page? I am trying to use <apex:relatedlist> markup but its not working. I guess its because both are standard objects. What is the best way to display opportunity product related list on visualforce page? How about using <apex:facet> markup. But Opportunity.Product2 gives me an error (invalid field).
Thanks,
Rick
How do I display opportunity product related list on a visualforce page? I am trying to use <apex:relatedlist> markup but its not working. I guess its because both are standard objects. What is the best way to display opportunity product related list on visualforce page? How about using <apex:facet> markup. But Opportunity.Product2 gives me an error (invalid field).
Thanks,
Rick
You may find this helpful :
Controller :
You will get output like:
Note: Mark this is as Solution if this helps in resolving your issue.
Like this :-
<apex:relatedList list="OpportunityLineItem" />