How to: Solve "Address Verification Returning 'Verified' With a Warning Symbol"¶
If there is a warning symbol when an address is Verified, it is usually because the AddressTools trigger isn't enabled for the object. Standard objects can use the built-in triggers, while custom objects require a custom trigger.
How to Fix It¶
- Enable the provided trigger for standard objects: Account, Contact, Contract, or Lead, or
- Create a trigger for custom objects.
Step-by-Step Resolution Guide¶
1. Turn On Triggers for Supported Standard Objects¶
- Go to AddressTools Administration > Settings.
- In Trigger Settings, select Enable {Object} Trigger and save.
Note: Supported objects are Account, Contact, Contract, and Lead.
2. Create a Trigger for a Custom Object¶
- Go to Setup > Object Manager > [Your Object] > Triggers.
- Click New to create a trigger.
-
Replace the default code in the text field with the following code snippet:
-
In this code snippet, replace
OBJECTLABELwith your object name andOBJECTAPIwith the API name. - Save the new trigger.
If issues persist and assistance is needed, contact support@provenworks.com.