I'm working on some queue management buttons and I’m having a bit trouble with one.
I want to retrieve the queue item id’s of a selected entity.
Scenario: Select an activity in sub-grid, Click button, editrelated queue items through JavaScript.
I know that the relation between activity and queue item is a M:N relation, but not how to use it with JavaScript. I’ve got the id’s from the activities so the only thing left is the related queue items.
Any ideas?