wM IS Document list sort over multiple fields

The IS Java API provides the IDataUtil.sortIDataArrayByKey method to sort a document list using one of the fields in each list item as a sort key. This package provides a service wrapper around that method. It also provides a new service supporting sorting a document list over multiple fields using string, numeric, date/time and object-based sort fields.

More…