cancel
Showing results for 
Search instead for 
Did you mean: 

How to modify content properties automatically?

anovotny
Champ in-the-making
Champ in-the-making
Hello,
I am able to create my own custom type, what means add my own properties to document.
I am able to automatically assign it to document and now I need to automatically work with it - assign to new content, change it for whole directory etc.
Is there a way how to do it?
Thank for the help.
Ales
2 REPLIES 2

norgan
Champ in-the-making
Champ in-the-making
That should be pretty standard stuff. Build a Javascript, which edits the properties on the document, upload the javascript and create a custom "action" to call up the script on the selected content.

Check out http://www.ecmarchitect.com and the wiki for tipps on doing this in more detail.

Norgan

anovotny
Champ in-the-making
Champ in-the-making
Thank for the advice.
I though, that might be a way how to do it without writing a script.
As I checked the out-of-box scripts, it doesn't look very difficult…
Ales