Order of listAssignedLinksOperation.rpc

Hello,

In our project ModulF we use the TreeEngine in combination with predecessorLinkRefs to order our TreeNodes. We then proceed to load the links where a specific node is the parent using the listAssignedLinksOperation.rpc operation. Does this operation consider the ordering that was set in the TreeEngine when returning its results and are they in that order?
We currently have a problem with that because one of the nodes is out of order after loading it in this way.

I have found the issue in my code. To answer my own question: Yes it should take it into consideration. Please correct me if i am wrong.

Hi @nick-linked-tensor,

Yes, you are correct. If the links returned by Data Services taken predecessorLinkRef into account, Tree Engine should always respect that order then display them as-is (per relationship) and should NOT do any modification to the ordering between them.