10-22-2008 01:39 PM
function createUserFolder() {
document.createFolder("Initial");
document.createFolder("En attente");
}
createUserFolder();
Caused by: org.mozilla.javascript.EcmaError: ReferenceError: "document" n'est pas défini (AlfrescoScript#11)
10-23-2008 06:27 AM
if you are accessing the script engine either through a rule/action (Execute a Script) in the Web Client or through the Script Command Processor then the following objects are available by default in the root scripting scope:
10-23-2008 07:07 AM
06-29-2010 06:06 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.