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
mpatilmpatil 

create lead heirarchy in salesforce

HI ,
I want to know how to create lead hierarchy similar to accounts in leads. I have a ID in leads which represents companyID that differentiates the parent and child leads.
Sonam_SFDCSonam_SFDC
Hi,

You can create a self lookup relationship  on lead such that it will lookup to another lead record: 
http://www.salesforcetutorial.com/object-relationships-in-salesforce/ : self relationship
mpatilmpatil
How can I display the hierarchy of leads using the lookup field?