Opentaps Address Validation Setup
From Opentaps Wiki
Revision as of 00:43, 5 September 2007 by Sichen (talk | contribs) (Protected "Opentaps Address Validation Setup": Sysop page [edit=sysop:move=sysop])
opentaps can validate and standardize all the United States addresses entered in the CRM/SFA application.
To configure this feature, you will need to register for an shipping API key on the [USPS Web Site]. Then, you will need to apply for permission to use the Address Validation API on the [USPS API Request Page].
Once you have the production API keys, you will need to modify the file applications/product/config/shipment.properties to set the USPS webtools key and the production access URL. Then modify the file hot-deploy/opentaps-common/config/opentaps.properties and turn on address validation with:
opentaps.validatePostalAddresses = true
Now re-start opentaps, and address validation should be active.