SOLVED

Re: Is a custom object dedupe field required?

Go to solution
Kim_Gandy1
Level 7

Is a custom object dedupe field required?

I'm building a custom object for conference attendance. My link field is "email address," but I want each year the person attended the conference to be a new entry to the object. To my understanding, the dedupe field would override the value in an existing conference entry. 

Is a custom object dedupe field required?

1 ACCEPTED SOLUTION

Accepted Solutions
Kim_Gandy1
Level 7

Re: Is a custom object dedupe field required?

At least one dedupe field is required, and cannot be datetime field. 

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Is a custom object dedupe field required?

You wouldn't use a dedupe field that would violate the one-to-many relationship.

Kim_Gandy1
Level 7

Re: Is a custom object dedupe field required?

At least one dedupe field is required, and cannot be datetime field. 

SanfordWhiteman
Level 10 - Community Moderator

Re: Is a custom object dedupe field required?

Note that if the intent is to dedupe on a timestamp, like for timeseries data, you don't need an DateTime field. A microsecond timestamp (or even a nanosecond timestamp) can be stored in an Integer.