Hi there
I need to move a document from one node to another space. Wth the Alfresco Explorer JavaScript API, I am building the following target path destination the right way?
companyhome.childByNamePath("/myTarget/"+tfolder+"/"+pfolder+"/"+cfolder+"/Draft");
pfolder, tfolder, and cfolder are from a Model I define. These same variables have valid non null values.
I am using Alfresco 3.2 Enterprise.
Thanks