Content Management and Capture

 View Only

 Content Navigator - CM8 - Worklist custom sorting logic

James Turkette's profile image
James Turkette posted Mon October 27, 2025 10:22 AM

Hello,

I have a request to add custom sorting logic onto the worklist so that any time a user sorts it bubbles up rows with a certain value, how would I hook into the gridx widget to enable this behavior or is there a different approach that would accomplish this?

Thank you,

Ganesh Jamdade's profile image
Ganesh Jamdade
Hi james
You can try using the Response Filter Plugin.
If you are working with IBM Case Manager, then hook will be /p8/getWorkItems.
For BAW, the hook should be /plugin/GetMergedWorkListService.
 
Implement the filter method and modify the jsonResponse as required.

Thanks

Ganesh J