Loading Relations

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

Manvinder,

Per the Web Services Developer’s Kit (see pp. 50-51) the Active Assembly Relationships should be added in the order specified in the RelatedID parameter.

If that is not happening, you may be encountering a bug and should contact Tech Support.

RLJII