This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Add an arbitrary map of ID's (foreign keys) on Customer #7
Labels
enhancement
New feature or request
Comments
The map of ID's would allow the {"salesforceID": "00530000000ibYc", "paygateID": "00530000000ibYc"} I still have a question on mapping to accounts in GL. A [{"accountID": "cdd71036-3fff-4a22-b364-20bd0c284cb3"}, {"accountID": "cdd71036-3fff-4a22-b364-20bd0c284cb3"}] Here we can have multiple of the same Key. Maybe Accounts is such a common use case with several |
I wasn't going to store GL account IDs in this map. Instead I was going to keep GL having routes like |
Got it. As always I like your ideas better. |
Oh, if callers want to store multiple ID's they can do so in their own format. I assume most systems would use |
adamdecaf
added a commit
to adamdecaf/customers
that referenced
this issue
May 29, 2019
adamdecaf
added a commit
to adamdecaf/customers
that referenced
this issue
May 29, 2019
adamdecaf
added a commit
to adamdecaf/customers
that referenced
this issue
May 29, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need to allow and store an arbitrary map of ID's (salesforceId, etc) to centralize lookups and foreign key relationships. This helps integrate external services with this project by offering one location to store all relationships with a customer.
Notes: #9
The text was updated successfully, but these errors were encountered: