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
Anoop  ReddyAnoop Reddy 

can we create custom hierarchy field like parent on account object ?

Best Answer chosen by Anoop Reddy
SATHISH REDDY.SATHISH REDDY.
Hi Anoop,
I don't see a way we can create a custom Hierarchy on Account field other than user object. Please go through this https://developer.salesforce.com/forums/?id=906F0000000fxu5IAA

Also upvote this idea https://success.salesforce.com/ideaView?id=08730000000JdO4

Please mark it as the best answer if this helps.

Cheers!
Sathish

All Answers

SATHISH REDDY.SATHISH REDDY.
Hi Anoop,
I don't see a way we can create a custom Hierarchy on Account field other than user object. Please go through this https://developer.salesforce.com/forums/?id=906F0000000fxu5IAA

Also upvote this idea https://success.salesforce.com/ideaView?id=08730000000JdO4

Please mark it as the best answer if this helps.

Cheers!
Sathish
This was selected as the best answer
Ajay K DubediAjay K Dubedi
Hi Anoop,

Ofcourse you can create custom hierarchy field on Account object. You just need to create a custom lookup field on Account with Id of that object(you want to make parent). After this you can link multiple Accounts(child) to a single parent object by populating new custom field with Object's Id.  

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi