Flow Apex Plugins for Validation ZIpcode
This is a sample Salesforce ANT package which can be used to deploy the code necessary for performing Zipcode validation from a Flow. The package includes 2 separate Apex plug-ins using separate web services to validate the zipcode.
- Get the package
- Modify the build.properties file to point to your salesforce instance
- run 'ant deployUnpackaged'
- Before using the Apex Plug-in in a flow, make sure you set up the security controls to enable callouts to 'http://www.webservicex.net'
- Get the package
- Create the Apex Classes listed in the package manually.
- Before using the Apex Plug-in in a flow, make sure you set up the security controls to enable callouts to 'http://www.webservicex.net'