I am trying to create a BAQ which highlights when a price has been changed on a PO since inception of the original order. Ideally with what was originally there against what it has manually been updated to.
I can find a ‘update’ field on BAQ’s but sadly that correlates with booking an item or promised date changes so sadly isn’t in-depth enough.
If you are going from here forward you should be able to set up change log on that field(s) in question, then you can make a BAQ to look at the change log table, or just use the change log viewer in PO entry/tracker
If you are trying to look in the past, you may be out of luck.
For setting up a change log, the help files actually do a really good job walking you through how to set them up. It’s a data directive BPM. Search your help for change log, and click on the enable change log directive.
Brandon - Would it make more sense to create a UD field to record original price and look for a difference? We’re moving away from using change logs for reporting - that table has grown to over 30GB for us, and takes forever to search and query results since the records would be all text in one column… We haven’t been able to purge it in 10.0.700.4, but looking forward to it in 10.2.300 next month.
That all depends on what you want to see. If you add a UD field, you get the original price with the UD field, but you would get none of the changes in between. The business would have to decide if that’s relevant or not. You can turn on/off change logs without a maintenance window, which is nice, and the BPM is easier to make. But if optimizing database size is a concern, you could definitely go with the UD field if you wanted to.