0 Family Group Address: PO Box Allowed? 2 Dave Brown posted 9 Years Ago While I can add a PO Box on address line 1 on the "Edit Family" page, the PO Box data is lost after clicking "Save." I tried this with a group location type of HOME and a new group location type "PO BOX" with all of the selection switches turned off. In either case, it appears like the address is accepted after clicking the green checkmark on the new address, but the information is discarded after clicking the Save on Edit Family.
Trey Hendon III 9 years ago Unfortunately, I don't think this will work longterm if you have the Job setup to recode your addresses. As mentioned in another post/comment here, this is meant as a test, not a longterm solution.
David Leigh 9 years ago Yes, you won't find this procedure in the manual! I was only asking you to try these steps to verify my suspicion that it is caused by a bug in the Location Service. We have run into the same problem with the Bing Service, and I have made some changes that are currently in testing at our site. Once I am sure that they work as intended, I will submit the code for inclusion in a future release... and yes, it also includes the ability to switch off the Map Location check box to disable verification for individual addresses.
Trey Hendon III 9 years ago It'd be great if the disable standardization was a separate checkbox that would allow the returned geo-code information to be saved but not the formatted address.Looking deeper at this for a client, the problem seems to be with the way locations submit (or rather don't submit) proper PO Box / Apartment Number info to the USPS. https://smartystreets.com/articles/how-do-i-determine-if-a-suite-or-apartment-number-is-neededI was toying with trying to modify the address save to use a custom checkbox (per address entry) to do a different string concat when the SmartyStreets returns S and AACC (i.e. an override Apartment box). That way the save action could get the standardized address and then "force" append the apartment number to the newly standardized address.
David Leigh 9 years ago Trey, you might be interested in joining the conversation about this type of modification here:https://github.com/SparkDevNetwork/Rock/issues/1286