Question
2
Replies
687
Views
Posted: February 15, 2017
Last activity: February 16, 2017
Closed
Work object sorting order
Hi,
We need to implement sorting functionality for work object ID just like here
https://pdn.pega.com/support-articles/inconsistency-sorting-functionality-work-objects-id
But the problem is that we have several work object prefix id's (not only one "E-" like in the example above).
How we can to implement it?
I would try to accomplish your goal by extending the control logic in the article to fetch the original id off the clipboard and then parse by the - token and then appending the first element from the parse to the string seen in the current control.