Create Work Queue Class Sort Set in Wizard

Since 2022.3 work queue class have to have assigned sort set. Create Work Queue Class wizard should generate default sort set. The name should be Default and it should contain RecordCreated from WorkQueueEntry entity.

Should it be Descending?

I’m not sure, usually we want to process entries first-in-first-out.

That is true for automatic processing. For user-maintained queues I would say people are used to look at the most recent entries. E.g. e-mails.

At the moment that sort set is used for both - automatic processing and UI.

I think it really depends on how the queue is used. Maybe the wizard could let the user decide what field and what order? With a description of how it will be interpreted.

Sure, I was aiming for a quick solution, but we can make the wizard more interactive.