02-20-2009 05:08 AM
Failed to run Actions due to error: Found 1 integrity violations: The association parent multiplicity has been
violated: Target Node: workspace://SpacesStore/3e9054d6-527d-4c01-bf05-161262a4def1 Association: Association[
class=ClassDef[name={http://www.alfresco.org/model/rule/1.0}rules],
name={http://www.alfresco.org/model/rule/1.0}ruleFolder, target
class={http://www.alfresco.org/model/content/1.0}systemfolder, source role=null, target role=null] Required
parent Multiplicity: 1..1 Actual parent Multiplicity: 0
var source = companyhome.childByNamePath("Pisarnica/TEMP");
var destination = companyhome.childByNamePath("Pisarnica/DEST");
items = source.children;
for each(item in items)
{
item.move(destination);
}
What is the right way to do this, and is there any other way?02-20-2009 07:59 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.