Hi,
We run the Paid transaction removal about once a year. I have it setup in the Receivable module that history is to be kept on all of the options. Before we run the process, we run a count script against the sql tables to verify that the amounts moving equal out. The problem we are having is in the RM Open Apply (RM20201) and RM Hist Apply (RM30201) tables. The amounts moving from one table to the other do not match. Is it possible these lines are being deleted or maybe moved somewhere else?
Scripts showing difference before and after PTR:
select 'RM20201' as TBL, COUNT(*) as RowCnt from RM20201 UNION
select 'RM30201' as TBL, COUNT(*) as RowCnt from RM30201