What is address in Salesforce Salesforce?
“Address” in Salesforce can also refer to the Address compound field found on many standard objects. When referencing the Address object in your Apex code, always use Schema.Address instead of Address to prevent confusion with the standard Address compound field.
How do I exclude an address from being verified in Salesforce?
If not selected, Salesforce chooses the first suggested address as the valid address. Click Save. You may want to exclude a specific address from being verified, and you can easily do so by selecting the Verified checkbox on the address record to make sure verification skips it.
Why add addresstools to Salesforce data quality?
Data quality plays a critical role in the success of most processes in any Salesforce org. AddressTools is sure to make cumbersome data correction a thing of the past! Before making any commitment, you can give all these features a test run by installing the 14-day free trial.
How to reject ambiguous addresses in Salesforce API?
Optionally, you can select (check) Reject Ambiguous Addresses to mark ambiguous addresses as invalid when the API returns more than one address. If not selected, Salesforce chooses the first suggested address as the valid address. Click Save.

What is address management?
Address management keeps the address on a household account in sync with all contacts in a household. In addition, changing a household address results in a new address record. You can switch back and forth between address records for seasonal moves, or use them to keep track of where a donor has lived in the past.
What is address override?
Address overrides for individual contacts in a household for situations when a contact wants to receive mailings at a different address than the household. Support of address verification services, so you know right away if an address isn't accurate.
Does address verification work?
And address verification works only for records you create after you've set up address verification.
Features
AddressTools brings along several features which we’re going to explore within the Salesforce Lightning Experience.
Use Cases
A lack of data consistency can become a challenge in reporting, especially when you could find multiple possible variations in a single field!
Team Productivity
Preventing and fixing errors are the main things that require a lot of manual work when it comes to addressing data clean-up. Not only is an admin spending time with imports back and forth, but users usually end up going to extensive lengths to find the right address, either on Google or by reaching out to the prospect.
Setup
The setup for AddressTools is simple and fairly similar to any other managed package you have installed in your Salesforce org.
Pricing
ProvenWorks ensures that you can select which functionality solves your problems, whilst also fitting with your budget.
Summary
Data quality plays a critical role in the success of most processes in any Salesforce org. AddressTools is sure to make cumbersome data correction a thing of the past!
What is a standard address in Salesforce?
Standard addresses—addresses built into standard objects in Salesforce—are accessible in the SOAP and REST APIs as an Address , a structured compound data type, as well as individual address elements.
What are compound address fields?
Compound address fields include latitude and longitude fields . Address fields can be used as locations in SOQL WHERE and ORDER BY clauses. For example, here’s a SOQL query that uses the GEOLOCATION function to retrieve the 10 accounts closest to San Francisco.
Why use compound fields in SOQL?
Using compound fields can simplify code that works with addresses, especially for SOQL queries. SOQL SELECT clauses can reference addresses directly, instead of all of the individual component fields.
Can you retrieve an address from API?
When you retrieve an address via the API, any accuracy data is included. You can also retrieve the accuracy information by itself, if needed. Like its parent, the compound Address field, the GeocodeAccuracy field is only available for standard address fields on standard objects.
