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
Lee BeardshawLee Beardshaw 

Can I create a Lookup field to multiple standard objects (Account, Contact, User) on a Lead?

*** I am working in a Lightning ORG ***

I would like to create a lookup field on the Lead to multiple other objects (above). Is there a way I can do this? 

The reason behind it is for Leads that have been referred by someone. This could be a Company, a Contact or even an Employee (User).

I am working on standard objects alone at this present time so no link to custom objects in required. 
sfdcMonkey.comsfdcMonkey.com
for this you need to create 3 custom lookup fields on lead object. there is no standard way to create a one lookup field with multiple objects

Thanks let us know if it helps you
Gulafsha MohammedGulafsha Mohammed
You have to use a trigger to auto-populate lookup fields.

Thanks let us know if it helps you
Gulafsha