09-15-2011 08:13 AM
Hello
I want to create documents in a script like this: coreSession.createDocumentModel("/Documents",id,"DocumentWorkspace");
How can I instantiate the coreSession?
09-16-2011 06:13 AM
hello !
You just have to use the variable Session which is available in the context of a groovy script
Session.createDocumentModel("/Documents",id,"DocumentWorkspace");
TM
09-16-2011 06:13 AM
hello !
You just have to use the variable Session which is available in the context of a groovy script
Session.createDocumentModel("/Documents",id,"DocumentWorkspace");
TM
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.