Get SuBList from a List

0
Hello,  how can i achieve Retrieval by association with limit and index ?? I would like do batching with List..  So i struck with getting SUB – Lists
asked
1 answers
3

That is only possible if you do a retrieve from database.

When doing a retrieve by association, it will always retrieve the complete list of associated objects. You can only filter afterwards. But some limit/offset filtering is not doable out of the box. You could do this in loops or you could create a java action that is doing this for your list.

answered