Address Error Log

Overview

Address Error Log records are added when an AVS encounters an error when attempting to validate an Address.

Adding Records

Records are added by AVS systems and not manually.

Finding Records

AddressErrorLog.png
Address Error Log records viewed from the Address profile page

These records are viewed from a child form on the Log tab of Address profile page. The Address profile page can be accessed by clicking the "goto" link on an Address record on an Individual or Organization, and from other pages that display addresses.

If you run a mass correction process, and want to view the error records, you will need to write a Query from Individual or Organization and include a Sub-Query into the Address Correction Error table, by way of the Address or Individual Address or Organization Address table. This is not the ideal way of doing this, however, as it will return a list of Individuals and Organizations, and then you must check each of their addresses to determine which ones logged an error.

For users with database access, you could query directly into the fw_address_standard_error table, which has a column for the error message (adk_error) and a foreign key column pointing to the address record (adk_adr_key).

Was this article helpful?
0 out of 0 found this helpful