08-23-2013 04:00 AM
bpm_package.children[0]
08-23-2013 10:34 AM
var child = bpm_package.children[0];
child.properties["cm:description"] = "New Description";
child.save();
var child = bpm_package.childre[0];
child.setTags(["Tag 1", "Tag 2"]);
08-23-2013 10: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.