How do i sort the result of the return jason string value of the RestServices.serializeObjectToJson java action

0
Hi there How do i sort the result of the return jason string value of the "RestServices.serializeObjectToJson" java action I sort the order in which a create the records of the non persistent entity, i've even tried to create a sort order field that a populate with a loop. The the result of this action always give the correct data but it is in a different order each time. How can i order it. Help, Patrick
asked
1 answers
0

If it is non-persistant I would expect the create order to be leading, but obviously it is not. In that case You can not influence the order unless you change the java code and add a sort order to the retrieve.

answered