02-20-2014 09:48 AM
02-20-2014 10:35 AM
var nodes = search.luceneSearch('@cm\\:creator:"usera"');
for (var i in nodes) {
var node = nodes;
node.addAspect("cm:ownable");
node.properties["cm:owner"] = "userb";
node.save();
}
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.