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
VSK98VSK98 

Account to Account Relatedlist

How to create a relatedlist of account from account.......Eg: self relationship (Employee having thier employee)
Julio DavilaJulio Davila
Unfortunately, the only option that salesforce provides is 'Parent Account'. This option allows you to create a hierchy among the Account records you're working on. However, there isn't a related list from Account to Account.

There is an idea posted on the IdeaExchange regarding to this.
https://success.salesforce.com/ideaView?id=08730000000BpSC

One option is to create visualforce page and embed it into the Account page layout but that requires APEX/VF development. 



 
ManojjenaManojjena
Hi Siva Kumar,

This can be acieved by creating another lookup field to Account . If you will use that custom field as a relationship field then you will find the account related list in account .

Please let me know if it helps!!

Thanks
Manoj
VSK98VSK98
Hi Manoj,

Without any customization.......We can achieve this one ?????????????

Thanks
Siva
 
ManojjenaManojjena
Hi Siva,

I don't think we can achieve this without any customization . Either you need to create a custom Lookup field or a inline VF  which will display the related account with the help of Standard Self relationship field ,i,e parent Account field .

Let me know if it helps !
Thanks
Manoj