07-22-2011 09:03 AM
07-25-2011 07:54 AM
07-25-2011 07:58 AM
07-25-2011 08:32 AM
07-26-2011 05:15 AM
07-26-2011 05:18 AM
if (site.properties["st:sitePreset"]=="site-dashboard"){
logger.log("It is our dashboard/site type");
var companyhome = search.findNode("path", ['workspace','SpacesStore','app:company_home']);
var templates = companyhome.childByNamePath("Diccionario de datos/Plantillas de espacio/ProjectSite").children;
var docLib = site.childByNamePath("documentLibrary");
if (docLib){
for (var i in templates){
var child = templates[i];
child.copy(docLib, true);
logger.log("### copy "+ child.name);
} // end for i in templates
} else {
logger.log("### Shame, there is no docLib");
} //end if target
} // end if site.properties
07-26-2011 08:00 AM
07-26-2011 08:21 AM
07-26-2011 08:34 AM
09-13-2011 10:59 AM
09-13-2011 12:19 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.