Current behavior
On a business object containing a 1..N relation, the child list is loaded through lazy loading and prevents any kind of manipulation, namely sorting.
Desired behavior
When loading, lazily or otherwise, an object's child list, have the possibility to sort the list by a field and in ascending or descending order.
Current behavior
On a business object containing a 1..N relation, the child list is loaded through lazy loading and prevents any kind of manipulation, namely sorting.
Desired behavior
When loading, lazily or otherwise, an object's child list, have the possibility to sort the list by a field and in ascending or descending order.