Purge Data - SO_LastPurchaseHistory & SO_ARInvoiceHistoryLink

SUGGESTED

I am starting the process of purging data from our company. This is the guide that I'm following:  www.connerash.com/.../Sage100History-HowToPurge.pdf

One thing I have noticed after purging records from AR, IM, and SO, is that there are tables that are not purging.

I am purging all data that is < 1/1/2013

I have a query in SQL (I'm running Sage 100 2018 premium) that tells me which tables are the biggest by rows / disk size. After running the purge utilities, I can see that these 2 tables are still my biggest tables:

SO_LastPurchaseHistory
SO_ARInvoiceHistoryLink

When I query them directly, I can see they still have records prior to 1/1/2013

Is there a utility I'm missing to purge these tables or is there some sort of sequence of purge's that need to happen so that dependencies do not cause some records to drop?