Hi
I have seen in the user manual that you get apply paging on a set of entities as follow
orders.getMult(filter,0,nothing, relations,4,10) (p1.97 user manual)
In this example there is no sorting
assuming there is some sort criteria applied, i want to double check that getMulti, retrieves the records sorted in the correct order and then grabs the relevant page of records rather than grabbing a page of records and then sorting them afterwards. Obiviously the second approach will give you the wrong data (and I have seen this approach far too many times!)
thanks
andrea