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])
 
(3 intermediate revisions by 2 users not shown)
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 to [[Opentaps Shipping Setup|set up opentaps for USPS]].  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
Line 9: Line 7:
  
 
Now re-start opentaps, and address validation should be active.
 
Now re-start opentaps, and address validation should be active.
 +
 +
 +
End of the Section about [[Opentaps Users Manual#Step-By-Step Configuration for Business Process Administrators (ADMINS)|Step-By-Step Configuration for Business Process Administrators (ADMINS)]]

Latest revision as of 20:27, 22 December 2009

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

To configure this feature, you will need to set up opentaps for USPS. 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.


End of the Section about Step-By-Step Configuration for Business Process Administrators (ADMINS)