04-01-2014 08:52 AM
var fileNode=companyhome.childByNamePath("/Data Dictionary/Node Templates/template1.doc");
var doc1=space.createFile("testtemplate.doc");
var props = new Array(1);
props["docname"] = "tesstttt";
var content=document.processTemplate(fileNode,props);
doc1.properties.content.content= content;
doc1.mimetype = "application/msword";
doc1.save();
Hello how are you ${docname}
04-01-2014 12:24 PM
04-01-2014 12:24 PM
04-09-2014 01:46 AM
04-09-2014 03:44 AM
04-01-2014 12:31 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.