function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kamlesh_chauhankamlesh_chauhan 

How to display child account related list under parent account?

Hello Experts,

 

I want to display child accounts related list under parent account recod. Is there anyway like apex sharing form which I can display all child accounts in related list under the parent account? If is it possible through apex sharing then please give me some idea or links from which I can resolve my problem.

 

Please help. Thanks in advance.

 

Regard,

Kamlesh

anjaliguptaanjaligupta

Hi,
For this issue you can use Visualforce page.......using relatedList tag in VF.

 

Regards,

kamlesh_chauhankamlesh_chauhan

Hello Anjali, Thanks for replying.

 

Actually, We don't want to use Visual Force Page. We just want to display related list of child accounts under the parent account. Right now we have taken one custom lookup field for parentaccount, and it is displaying the related list but we want to use standard parent account field.

 

Any Idea??

 

Regards,

Kamlesh