Skip to content

Commit

Permalink
Merge pull request #24 from Sundae-Shop-Consulting/lmeerkatz-patch-1
Browse files Browse the repository at this point in the history
Update data_model.md
  • Loading branch information
lmeerkatz authored Jun 25, 2024
2 parents 31213cc + b4c8f47 commit 70ea5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ This model favors domain-specific custom objects over repurposing standard objec

The following standard objects are used:
* Contact
* Account (Person Account)
* Location
* Address

All other objects are custom.

### Contacts vs. Person Accounts

This model is intended to support either modeling volunteers as Contacts or Person Accounts, though not within the same org. All volunteer-related objects contain lookups with both Contact and Account, both labeled Volunteer with API names to disambiguate (VolunteerContact__c or VolunteerAccount__c).
This model is intended to support either modeling volunteers as Contacts, which should allow support for either Contact or Person Account based person models (NPSP, NPC or neither).

0 comments on commit 70ea5b9

Please sign in to comment.