-
-
Notifications
You must be signed in to change notification settings - Fork 354
App Laws
Ryan Hayes edited this page Apr 1, 2016
·
5 revisions
In order to match a "duplicate" person record:
- A name and email MUST be matched.
- Existing person details MUST NOT be exposed to the person who's creating the possible duplicate record.
- A new login ID MUST NOT be created for the new person.
- In order to search (and see) person data, the user MUST login.
- Use DateTime if there is any time component to your data (ex. an approved date would really be ApprovedDateTime).