Hello,
I'm curious when inserting a new member into a dimension with a Parent-Child hierarchy by the code below:
should I care about changing the previousSublingId of other members or createMembers does it itself properly?
For example, if I insert (create) a new member between "ex" and "old" members, should I change also the "old" member? Or this will be done automatically by createMembers method?

Thanks a lot,
Yuri
PlanningModel.createMembers("Dimension",
{id: Id, description: desc,
hierarchies:{H: {parentId: parentId, previousSiblingId: previous}}});