Wednesday, 24 June 2015

my code.

This is a related list program

<apex:page standardController="customer__c">
    <apex:pageBlock >
    Youre looking at some related lists for {!customer__c.Customer_name_del__c}:
    </apex:pageBlock>
<!-- <apex:relatedlist list="transaction__C" /> -->

    <apex:relatedList list="loan__c" />

 
</apex:page>

5 comments:

  1. Please check below blog. I hope that will help you
    https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_relatedList.htm

    Please try to add loans__c

    Thanks
    Amit Chaudhary

    ReplyDelete
    Replies
    1. yes, amith, i also tried this, but not coming, not only this, transaction__c is not also not working.

      Delete
  2. Please try below code:-



    Youre looking at some related lists for {!customer__c.Customer_name_del__c}:





    I hope this will help you.
    NOTE :- Please try loans__r

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete