03-06-2007 12:01 PM
03-06-2007 01:13 PM
function evaluateScript(scriptPath){
var result;
var scriptContent = companyhome.childByNamePath(scriptPath).content;
try{
result = eval(scriptContent);
}
catch(exception){
result = "error";
}
return(result);
}
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.