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>
<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>
Please check below blog. I hope that will help you
ReplyDeletehttps://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_relatedList.htm
Please try to add loans__c
Thanks
Amit Chaudhary
yes, amith, i also tried this, but not coming, not only this, transaction__c is not also not working.
DeletePlease try below code:-
ReplyDeleteYoure looking at some related lists for {!customer__c.Customer_name_del__c}:
I hope this will help you.
NOTE :- Please try loans__r
This comment has been removed by the author.
ReplyDeleteNOTE :- Please try loans__r
ReplyDelete