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
vpanditvpandit 

Duplicate ID field in the EventAttendee table

I am looking at a Customer's EventAttendee data and find that there are duplicate ID values in this table. I thought that the ID field HAS to be unique!

Can someone from Salesforce explain this as it is imperative for us to understand the situations in which there can be duplicates? In the sample data below 1 have 4 rows that have exactly the same values!

Here is some sample data

Id                                   EventId                             CreatedDate

020000000008kTIAAY 00U00000004mlWhEAI 2007-11-22 02:11:56.000

020000000008kTIAAY 00U00000004mlWhEAI 2007-11-22 02:11:56.000

020000000008kTIAAY 00U00000004mlWhEAI 2007-11-22 02:11:56.000

020000000008kTIAAY 00U00000004mlWhEAI 2007-11-22 02:11:56.000


/Vinay