What do the triggers do?
AddressTools has a number of features that operate during the record insert and update operations into Salesforce. This includes (but is not limited to) enforcing validation rules, updating verification statuses, standardizing fields, and populating lookup fields.
A trigger is required on the objects that contain address fields that are configured with AddressTools. Without the trigger, most functionality will not fire and other functionality may appear to not behave as intended.
What triggers are already provided with the package?
The following objects already have a trigger provided with the package. This means you don’t need to create them:
Account
Contact
Contract
Lead
If you only plan to use AddressTools exclusively on the objects noted above, you can move on to the next article.
How can I disable the triggers provided with AddressTools?
In the event that you need to disable the triggers provided with the package, or you do not plan to use AddressTools functionality on some of the preconfigured objects:
- Go to
AddressTools Administration | Settings
. - Scroll to
Trigger Setting
where you will find:Enable Account Trigger
Enable Contact Trigger
Enable Contract Trigger
Enable Lead Trigger
- Use the pencil icon next to the appropriate setting and uncheck the field.
- Once done, select
Save
.