Problem with sorting custom enumerations.
Accepted answer
Hi Kevin,
The sorting order of literals is alphabetical sorting by literal ID, not by literal name. This is an identified issue and there is an existing RFE for this which you should consider voting for:
http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=31942
Hope the info helps.
-Kunal
Comments
sam detweiler
Oct 05 '14, 2:29 p.m.The workaround for this is to change the enum IDs to match the visible values .