05-19-2010 04:39 AM
05-20-2010 11:53 AM
var docname=document.name.substring(0,document.name.lastIndexOf('.'));
var newNode=space.childByNamePath(docname);
if (newNode==null){
newNode=space.createFolder(docname);
document.move(newNode);
}
Failed to create content due to error: 04200013 Failed to execute script 'workspace://SpacesStore/9da9fd5a-12d7-4691-853d-6a46f2c91dd8': String index out of range: -1
05-28-2010 09:00 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.