I am attempting to have ti so that when you click on an item in a queue it moves to the top of the queue. I have created a checkbox on my object called Pinned (pinned__c) and have the following queue item actions:
- Show Message and Block UI
- Update a Field on Row (Pinned__c=TRUE)
- Save Model Changes
- Query Model
- Unblock UI
- Run Snippet (the snippet performs Update Page Include)