Retrieving a sorted list over the association of a NPE results unsorted list

0
Hi guys,   I am sorting objects based on a number and set is as a sorted list to the  (many to many ) association between the helper and objects. (helper *->* object). When showing a template grid over the helper, i see the list unsorted. I am aware that native sorting possibility is available for database retrieves, but I am wondering how I still can sort these list objects? - Iterating and adding one by one did also not work... anyone an idea?
asked
1 answers
4

Use a microflow as data source for your template grid and use the sort list operation after having retrieved your NPE object over association.

 

Edit: saw the NPE part later, so removed the retrieve from database suggestion. :-)

answered