Get Item Keys
Is there a way to get all the Items Keys from a particular queue? In the Queue VBO we can get all the Item ID's froma queue but then would have to loop through each one to get the Key. The reason is I need to check for duplicate entries, however th...