You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of our building addresses are stored in the address table that has the field county. This is not a field that we ask for on the partner site nor one that we have historically cared about. However, with doorway having a multi-county system they want the ability to filter by county and the ability to use this field for more targeted resources. Being that we have not mandated it and not had a way to add it only a few properties have this field populated in the table.
Recommended solution:
Create a mapping for jurisdiction to county (Alameda -> alameda, San Jose -> Santa Clara) in the code base
Update for on save to populate each building address with the above mapped county
Run a one time script to update all existing building addresses that don't have a county saved
Note this should only be done on HBA
The text was updated successfully, but these errors were encountered:
All of our building addresses are stored in the
address
table that has the fieldcounty
. This is not a field that we ask for on the partner site nor one that we have historically cared about. However, with doorway having a multi-county system they want the ability to filter by county and the ability to use this field for more targeted resources. Being that we have not mandated it and not had a way to add it only a few properties have this field populated in the table.Recommended solution:
Note this should only be done on HBA
The text was updated successfully, but these errors were encountered: