04-15-2009 07:51 AM
var empId = document.properties["dc:eId"];
var docName = document.properties["name"];
04-23-2009 04:26 AM
04-23-2009 08:26 AM
04-23-2009 10:23 AM
04-24-2009 03:02 AM
06-23-2009 04:42 AM
var prop = document.properties["custom:applicationNo"];
var existsSpace = space.childByNamePath(prop);
var dest;
if(existsSpace == null)
{
dest = space.createFolder(prop);
document.move(dest);
}
else
{
document.move(existsSpace);
}
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.