Is a custom object dedupe field required? | Community
Skip to main content
Kim_Gandy1
New Participant
October 14, 2019
Solved

Is a custom object dedupe field required?

  • October 14, 2019
  • 2 replies
  • 3034 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kim_Gandy1

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

2 replies

Kim_Gandy1
Kim_Gandy1AuthorAccepted solution
New Participant
October 22, 2019

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

SanfordWhiteman
New Participant
October 22, 2019

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.

SanfordWhiteman
New Participant
October 14, 2019

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