cancel
Showing results for 
Search instead for 
Did you mean: 

Specialize Type of folder with Javascript

rafaelscg
Champ on-the-rise
Champ on-the-rise
Hello guys,

Im trying to Specialize Type of folder with Javascript for run with my UI Action. But when i run the action i have the message:
Association {http://www.ibi.com.br/model/dc}dadosprocspace has not been defined in the data dictionary

I dont know why this could happen. What i pass into the java script is this:
node.parent.createNode(numcartao, "cm:folder", "ibi:dadosprocspace")‍

The three parameters is: Name of folder, Type of folder and Assoc of folder.

Can anyone help me?

Thanks,
1 REPLY 1

rafaelscg
Champ on-the-rise
Champ on-the-rise
I find a way using specializetype.

Thanks again.