Hello,
I have a queue with 20k transaction items.
Somehow I want to extract only specific between two dates.
For example all transaction items from orchestrator queue name “ReportQueue” between date 01.03.2022 and 08.03.2022.
Not sure Get queue items or Get transaction item also how to filter.
Thanks in advance!
ppr
(Peter Preuss)
March 9, 2022, 2:50pm
2
we would recommend to have look on the Orchestrator RestAPI as well
A list from Get queue items we can filter e.g. with LINQ as well
saritha
(saritha)
August 15, 2022, 7:18pm
3
Hi , I also have the same issue.
May I please know how to do it . can u specify please.
Thanks
raool90
(Adrian Fanaca)
August 15, 2022, 8:30pm
4
I think you can do it without API
Just use the date attribute from QueueItem
Never done it myself but I am sure a quick search will allow you to get the date attribute of a queue item
saritha
(saritha)
August 15, 2022, 8:44pm
5
Thanks, but Quick Search least is 30 days . So I have to search for more than 2000 transactions.
raool90
(Adrian Fanaca)
August 15, 2022, 8:47pm
6
No, this is not what I meant
The QueueItem should have a date attribute
And by quick search I meant to search on Google for that Library
saritha
(saritha)
August 15, 2022, 8:52pm
7
May I know where should I search for it.
I went to orchestrator and opened the Queueitem using View Details. I couldn’t find it.
ppr
(Peter Preuss)
August 15, 2022, 9:17pm
8
just open a new topic for your case and get individually help
raool90
(Adrian Fanaca)
August 16, 2022, 2:53pm
9
Not sure this helps. but what you see here are the attributes of the queueitem