Skip to content

Commit

Permalink
Merge pull request #92 from Salesforce-org-Impact-Labs/housing-status
Browse files Browse the repository at this point in the history
new fields into mapping yaml
  • Loading branch information
mshanemc authored Jun 30, 2020
2 parents 4d2f9b9 + 55e0a55 commit 11f2491
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions datasets/mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Insert Client_Profile__c:
Postal_Code__c: Postal_Code__c
Location__Latitude__s: Location__Latitude__s
Location__Longitude__s: Location__Longitude__s
Homeless__c: Homeless__c
Runaway__c: Runaway__c
Home_Owner__c: Home_Owner__c
Home_Renter__c: Home_Renter__c
Near_Homeless__c: Near_Homeless__c
lookups:
Contact__c:
table: Contact
Expand All @@ -54,6 +59,11 @@ Insert Service__c:
Preferred__c: Preferred__c
Location__Latitude__s: Location__Latitude__s
Location__Longitude__s: Location__Longitude__s
Homeless__c: Homeless__c
Runaway__c: Runaway__c
Home_Owner__c: Home_Owner__c
Home_Renter__c: Home_Renter__c
Near_Homeless__c: Near_Homeless__c
lookups:
Account__c:
table: Account
Expand Down

0 comments on commit 11f2491

Please sign in to comment.