Hi guys
I need help trying to move Records from the RM site back into a homespace for example using Javascript(on in this case any method). I tried using Javascript to move them. I used code similar to the one below:
<javascript>
var path = "Destination Space/";
 var rootSpaceName = companyhome.childByNamePath(path);
 
 
 document.move(rootSpaceName);
</javascript>
I have tried running the script as an action and all i am getting are access Denied errors. 
Anyone know a solution to this or a workaround
Regards 
Zmsil