05-22-2011 07:39 AM
var origin = bpm_package.children[0].parent;
var destination = origin.createFolder("New folder");
06-01-2011 12:24 PM
var spaceTemplate = companyhome.childByNamePath("/Data Dictionary/Space Templates/<Folder Name>");
if (spaceTemplate != null) {
var origin = bpm_package.children[0].parent;
var destination = spaceTemplate.copy(origin, true);
}
06-01-2011 12:27 PM
06-01-2011 12:38 PM
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.