cancel
Showing results for 
Search instead for 
Did you mean: 

Moving Records in 3.4.d from RM to DM

zmsil
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

mrogers
Star Contributor
Star Contributor
If you have declared those as records then they shouldn't move.    You need extra permissions to move records.   And some things are simply not allowed like a move before cut off.   

You need to give far more details about your RM disposition schedule and permissions.   But in general its RM's job to not allow those records to be interfered with.