04-30-2008 12:44 PM
var DocID = "xxx";
for (var i = 0; i < bpm_package.children.length; i++) {
bpm_package.children[i].properties["ygrd:DocumentTitle"] = DocID;
bpm_package.children[i].save();
}
05-20-2008 07:51 AM
bpm_package.children[i].properties["cm:name"] = DocID;
bpm_package.children[i].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.