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
SapanaSapana 

Related to having 2 lookup field referencing same parent object

Is there any way by which we can have 2 lookup fields on an child object which refer to same parent object

Navatar_DbSupNavatar_DbSup

Hi,

 

You can create the two different lookup fields with the same parent object. Then you can refer one child record with same parent object.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

SapanaSapana

Hi,

 

Actually  it is not allowing to have two lookups to same parent from a child object ,So is there still a way to do that,plz guide me through it

AmitSahuAmitSahu

What is the issue/Error you are getting...? Two lookup fields can be created in a child object having single parent object. Example : I can have 1st_child__c field in testObj pointing to Case and also I can have 2st_child__c field in testObj pointing to Case ... There should not be any issue .....