Table ab_purgedrootinfo

Whenever ContactManager purges an ABContact, it deletes the ABContact domain graph instance for that contact. To track the contacts it purged, ContactManager creates a PurgedRootInfo entity instance at the same time that it purges a contact. This entity records the publicID of the purged contact. ContactManager then stores each PurgedRootInfo instance as a row in the table ab_purgedrootinfo.

Note: ContactManager does not automatically delete PurgedRootInfo rows from the table. If you have a high purge volume, Guidewire recommends that you create a batch process to delete old, unwanted PurgedRootInfo instances from the ab_purgedrootinfo table.