Has anyone created a BAQ that pulls only change log details showing customer ID changes? Any guidance would be greatly appreciated.
1 Like
I havenât⌠but thatâs a good idea.
A BAQ against ChgLog⌠set the table criteria:
âIdentifierâ = âCustomerâ⌠youâll get all logged changes against that table.
âLogTextâ LIKE â%CustID%â constant
I used âTerritoryIDâ in my test because we donât change CustIDs⌠but it appears to work.
The LogText contains carriage returns, so you have to hover your cursor over them and you can see the full text (in the BAQ designer).
1 Like