We have data directives on several tables to log various changes. However, I am having trouble figuring out where the changes are actually stored. I tried looking at the database via a read-only client. I see various things which appear to be triggers with names like “Erp.TR_{Table}_ChangeCapture”, but I am unable to look at them to see what tables they are inserted changes to. I also see tables with names like “IM.IMGlb{Table}” and “IM.IM{Table}” but they are all empty when the change log report is reporting changes have been made.
I found a report called “Change Log Report”. But when I print the report, it does not print enough fields for the report to make sense. As an example, in PriceLstParts I create a change log to record ListCode, PartNum, BasePrice, QtyBreak1, UnitPrice1, and CommentText. But the report unhelpfully contains entries like “New Record” (What was the new record?), and “Unit Price: 100.00 -> 101.01”
We need a lot more information for the change logs to be useful. For instance, in the case of price lists, we need to know which price list the record was in, as well as which part number was involved and which quantity break. How can I get this information?