03-06-2008 12:09 PM
03-07-2008 03:39 AM
03-07-2008 06:54 AM
var dest = companyhome.childByNamePath("Path toplevel/Rejected");
if (dest == null) dest = companyhome.childByNamePath("Path toplevel").createFolder("Rejected");
The "Path toplevel" consists of all levels you have to travel to get to the space with name "Rejected".03-07-2008 01:10 PM
03-10-2008 02:44 AM
03-10-2008 05:35 AM
Sorry it did not work. To answer your first question: "var dest=" does the assignment to dest. You still have to make sure that the path to "Rejected" exists or is created on the fly…hi thanks your reply.
The second question someone else have to answer, I did not use the debug script options to debug my code!
I have a question to you: did you create all the supporting files as well and made them known in Alfresco by modifying the appropriate context files? I am talking about the process model (needed), the messages file (optional), web client config file (needed). Just deploying from eclipse is not enough!
It would help if you show snippets from your process model and workflow definition files.
Rgrds, Rob
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.