• Guillermo
  • NEWBIE
  • 25 Points
  • Member since 2009

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Our company has 2 distinct products with 2 distinct websites (unique URLs).  We are trying to set up a web-to-lead form for each one of these sites so that the leads that are generated are correspondingly separated and we can set up 2 different custom reports, per product.  How do we do this?




Message Edited by bsamii on 08-18-2008 04:13 AM
  • August 18, 2008
  • Like
  • 0
Our company has 2 distinct products with 2 distinct websites (unique URLs).  We are trying to set up a web-to-lead form for each one of these sites so that the leads that are generated are correspondingly separated and we can set up 2 different custom reports, per product.  How do we do this?




Message Edited by bsamii on 08-18-2008 04:13 AM
  • August 18, 2008
  • Like
  • 0
I am trying to display the Partners related list

Code:
<apex:page standardController="Opportunity">
<apex:outputText value="{!Opportunity.Name}"/>

<!--<apex:relatedList list="OpenActivities"/>-->
<apex:relatedList list="Partners"/>
</apex:page>

 
I get a Visual Force error:
'Partners' is not a valid child relationship name for entity Opportunity.

Under Opportunity child Relationship I see the relationship name is 'Partners'









  • April 16, 2008
  • Like
  • 0