cancel
Showing results for 
Search instead for 
Did you mean: 

set property Record Category Identifier

lucille_arkenst
Champ in-the-making
Champ in-the-making
Hello all…
I've got a really good question.  Let's say you write a web script to create a folder in Records Management, and you set custom properties.  But there is this "Record Category Identifier" property that Records Management requires.  Is there a program you can call from your web script that sets the property?  How might one set it?
4 REPLIES 4

mikeh
Star Contributor
Star Contributor
I think you mean "Record Component Identifier". You have to make sure when you create the folder it's of the correct type: "rma:recordsManagementContainer"

Thanks,
Mike

lucille_arkenst
Champ in-the-making
Champ in-the-making
Mike,

Thank you for the quick reply.  I will change my code to create rma:recordsManagementContainer.  But… I've been doing it like this… is this wrong?
var nodeNew = nodeParent.createNode(null, "rma:recordFolder", props);

Thanks!

lucille_arkenst
Champ in-the-making
Champ in-the-making

//var nodeNew = nodeParent.createNode(null, "rma:recordFolder", props);
var nodeNew = nodeParent.createNode(null, "rma:recordsManagementContainer", props);

This didn't update  Record Component Identifier.  Any thoughts?

lucille_arkenst
Champ in-the-making
Champ in-the-making
In my original post, I meant "Record Folder Identifier".  But in any case, I can neither set "Record Folder Identifier" nor "Record Component Identifier".  Can somebody please shed some light on the subject?

Thanks in advance