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
Steve Thurston 3Steve Thurston 3 

Single Lookup(Lead) field has multiple entries!

A third party integrator is creating a Lead to which multiple services can be attachec.  "Covered Service" is a custom object that has a Lookup(Lead) field to the associated Lead.

I am seeing something I have never seen before and didn't even know was possible.  When I look at one of these Covered Services, the "Provider Lead" field has the same Lead in the field TWICE!  A single Lookup field with two values!  Screenshot snippet attached.

User-added image

I think this might be causing some problems I'm having with some Apex code I'm running.  But I've turned off that code to try and make sure I'm not doing something, and it's still happening.  I'm at a lost even how to track this one down with out developers, since I didn't know this was possible.

Any help appreciated!