Skip to main content
Nintex Community Menu Bar
Question

Move selected item to top of queue

  • July 9, 2024
  • 1 reply
  • 4 views

Forum|alt.badge.img+18

I thought I saw somewhere a method/example to move the selected item in a queue to the top of that queue, but I’m not finding it. Does that exist? If not, any suggestions?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

You may be remembering the drag and drop opportunity wall that we’ve shown a time or two.  Unfortunately the drag and drop interactions there move items from queue to queue, rather than reordering them.  

I can only think of one very hack way of getting this done.   Add the following set of actions to the queue “Item on-click action sequence.”  
1. Update a field value  (pinned_c = true).  
2. requery the model,
If you have the model default model order on pinned_c this should move the selected items to the top. 

Its just a quick idea… and probably stinks.