How to find queue items easily

We’ve all been there. Failed transaction, need to find it in the Queue. The filtering in Orchestrator is next to useless, References are clunky.

Here’s the solution, the Queue Item Id. It’s just an integer, not one of the UUID keys from the Queue Item.

You can output this to the Job log (or emails, Excel logs, whatever):

Then in Orchestrator go to the Queue, view the details of a Queue Item, and now you can type the Id directly into the address bar and it will take you right to that Queue Item:

I have been using this ID for years since I add the URL to the queue item in any error reporting.

I’d encourage doing the same, you can easily get directly to the queue item, and now through that to the job logs (that used to be harder too, but its nice how easy that is these days).

Saves you hunting it down if you have a good error report.
Logging is ok, but I find thats a secondary solution.