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
Yusuf KamilYusuf Kamil 

On Record types

Hi guys,

I'm new to Salesforces, so there is much for me to learn. My question is about the possibility of adding account records with record type 'A' in  "Related" tab of any other account record with record type 'B'. Is this even possible?

Thank you all in advance.
Foram Rana RForam Rana R
Hi Yusuf,

Yes, It's possible using self Lookup. You need to create a Lookup field on the Account.

Choose the field type -> Lookup
Select the other object to which this object is related.  -> Select Account


Thanks,
Foram Rana
mukesh guptamukesh gupta
Hi Yusuf,

Please follwo below url:

https://trailhead.salesforce.com/en/content/learn/projects/build-a-data-model-for-a-recruiting-app/self-relationship-positions-object 

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh
ravi soniravi soni
hi Yusuf,
we have already  parent and child relationship on account object but we can't add account realted tab on parent object because Account parent is hierarchy type.
if you want to achieve this requirment so simply you have to create a new Account lookup on account object and manually you have to add it.

Thank you