function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Wei Guan @ SFDCWei Guan @ SFDC 

Address Validation when Creating Account

Hi, my customer wants to do address validation when account is created. If the address is not valid, the end user needs to correct the address before the account is saved. They use Experian to do address validation.

Is there anyway to acheive this by using out of box New Account screen? Is it possible to overrite 'Save' button to trigger address validation before it saves account? 
Raj VakatiRaj Vakati
You can not call the Callouts from the trigger to get the real-time status.. I mean you can't fire the API synchronously as you need to do this address validation in before insert  .. 

SO over the New Button with VF page or lightning component .once user click on the save validate the address using the API 


 
Tiago GoncalvesTiago Goncalves
TomTom's Address Validation APIs integrates with Salesforce Commerce Cloud . Addresses are then verified at the point of entry, making the checkout process quick and simple and ensuring clean and accurate data. Read more here: https://www.tomtom.com/blog/maps/what-is-address-validation/
Damian TomczikDamian Tomczik

You can leverage AddressTools Premium which provides you with validation & verification options at point of record entry before having to save this record. You can find the application on the Salesforce AppExchange here: https://appexchange.salesforce.com/appxListingDetail?listingId=a0N30000002zt9uEAA

Company website: https://www.provenworks.com/products/addresstools