workqueues

maduri0909

New Member
I have a doubt in workqueues.
I have a data in queue with some records as exceptions..Now i need to get a data from exceptions...when iam using GET EXCDPTION ITEMS ACTION, its showing only ItemID in collection ....but i need to get the whole record not just ItemID ...any possibility for that???
 

VJR

Well-Known Member
I have a doubt in workqueues.
I have a data in queue with some records as exceptions..Now i need to get a data from exceptions...when iam using GET EXCDPTION ITEMS ACTION, its showing only ItemID in collection ....but i need to get the whole record not just ItemID ...any possibility for that???
Hi maduri0909,

Use 'Get Item Data' on any Item Id to get the data for that Item Id. You can loop on the Item Id collection and form your own output collection.
 
Top