Skip to content
Ryan Hayes edited this page Apr 1, 2016 · 5 revisions

On Duplicate Detection

In order to match a "duplicate" person record:

  1. A name and email MUST be matched.
  2. Existing person details MUST NOT be exposed to the person who's creating the possible duplicate record.
  3. A new login ID MUST NOT be created for the new person.

On Exposing Data Externally

  1. In order to search (and see) person data, the user MUST login.

On Dates and Date Time

  1. Use DateTime if there is any time component to your data (ex. an approved date would really be ApprovedDateTime).
Clone this wiki locally