Difference between revisions of "Opentaps Address Validation Setup"

From Opentaps Wiki
Jump to navigationJump to search
m (Protected "Opentaps Address Validation Setup": Sysop page [edit=sysop:move=sysop])
Line 1: Line 1:
 
opentaps can validate and standardize all the United States addresses entered in the CRM/SFA application.
 
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 [[https://secure.shippingapis.com/registration/ USPS Web Site]].  Then, you will need to apply for permission to use the Address Validation API on the [[http://www.usps.com/webtools/webtoolsapirequestform.htm USPS API Request Page]].
+
To configure this feature, you will need Then modify the file hot-deploy/opentaps-common/config/opentaps.properties and turn on address validation with:
 
 
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:
 
 
<pre>
 
<pre>
 
opentaps.validatePostalAddresses = true
 
opentaps.validatePostalAddresses = true

Revision as of 00:10, 5 December 2007

opentaps can validate and standardize all the United States addresses entered in the CRM/SFA application.

To configure this feature, you will need 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.