AAT - snapshot query using transaction id

0
Hello all,   I'm trying to do an audit trail snapshot query using the transaction id, but for some reason I'm not getting any data back. I'm using studio Pro 10.24.9 (AAT marketplace modules Core/UI 3.0.1).   If I perform the Snapshot query using the GUID it works but not via a transaction id - here is the call:   Using the AAT UI pages I can see the data (and it has been sync'd so I can perform queries): User security:   Can anyone spot what I might be doing wrong?   Regards Adrian
asked
2 answers
1

I'm now of the opinion that this is a bug, I will raise a support ticket with support.

answered
0

In this case, the issue may be caused by search filters narrowing the results too much. According to the Advanced Audit Trail documentation, searches are always executed within a specific Environment to search in (for example, Test, Acceptance, or Production) and a defined Time window. If the wrong environment is selected, or if the time window is too narrow or incorrect, the query can return no results, even when the Transaction ID itself is valid. Additionally, if the Limit value is set too low, relevant records may simply fall outside the returned result set.

 

To resolve this, make sure that the environment, time window, and limit settings exactly match what is used in the AAT UI when the data is visible there. Aligning these filters, especially the environment and time range. Usually, this resolves cases where queries return empty results unexpectedly.

Screenshot 2026-01-05 at 17.16.23.png

answered