I have a need to move items from one slot to another slot of the same content item. I am using a Preprocessor extension for this. I am loading the items using the API:
cws.loadContentRelations
When I try to add the list of relations obtained using the API:
cws.addContentRelations, the items do get added. However, the order of item is very unpredictable. Is there any way to preserve the order of items being added so that they maintain the same order in which there were retreived.
thanks
Manvinder