• slalji
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

When using the <apex:relatedList subject="{!xyz__c}" list="???"/ > tag in visualforce, how or where do I determine the name (spelling) of the related list that that needs to be inserted in the list="???" parameter ? 

 

For example:

 

<apex:relatedList subject="{!xyz__c} list="OpenActivities"/> displays the Open Activity related list, but I only found out the name must be spelled as "OpenActivities" by looking in the Force.com Cookbook. I had tried a number of other spelling before I found this.

How do I determine what the name and spelling needs to be?

 

Thanks in advance.

 

 

I'd like to override the standard "Add Products" button on the Products related list displayed on Opporunity records.

This button takes you to the standard "Opportunity Product Selection" screen - I'd like to make some changes to this standard page using visualforce. 


Is this possible? How would I go about doing this?


Thanks!