Address Verification Setup - Review
Purpose
Address Verification is a licensed feature that allows validation and standardization of U.S. addresses by querying USPS data. It improves data quality by normalizing user-entered addresses and auto-filling missing or corrected information.
Feature Summary
-
Validates U.S. street addresses, ZIP codes, cities, and states.
-
Detects commercial vs. residential delivery.
-
Retrieves time zone and daylight savings data.
-
Requires internet access to a gateway service.
-
Adds a “Verify” button to the address form in the software UI when enabled.
-
Clicking the “Verify” button sends the address to USPS via SmartyStreets for validation and returns a suggested standardized address.
Requirements
-
Activation
Original Notes Indicated this is a $100 annually licensed add-on. -
Internet Access
The system must be able to access the following URL:
https://addrverify.sedonaoffice.com -
SQL Setup
Insert a record into thedbo.GE_Address_Verificationtable of the Sedona Company Database:
Architecture Overview
-
The application queries the internal verification service via the
GL_Address_Verificationtable. -
The URL points to the internal web host or external gateway (e.g.,
addrverify.sedonaoffice.com). -
Once the service is reachable and initialized, the “Verify” button becomes visible when "United States" is selected in the Country field.
Notes
-
This feature does not verify international addresses.
-
If the verify button is not showing, confirm:
-
The correct country is selected.
-
The table record exists.
-
Internet access to
addrverify.sedonaoffice.comis possible.
-
Troubleshooting
-
If verification fails:
-
Confirm credentials and endpoint URL are correct.
-
Test the URL in Internet Explorer or Edge from the client machine.
-
Contact infrastructure if the endpoint is down across the board.
-