Get Reference ID from Queue

Hi all,

How to get ‘Reference’ from Orchestrator queue using RE Framework?
I tried using TransactionItem.SpecificContent(“Reference”).ToString but it throws an error.
Object reference not set to an instance of an object.

I believe if I use Get Queue Items and loop the QueueItem I will be able to get it. But if I do this then it will loop all the queue items without using the RE Framework.

I’m stuck at this logic now.

Hi @jenkim ,

Just use it as TransactionItem.Reference

5 Likes

Oh it’s that simple. Haha thank you so much. Got it now. Solve my misery.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.