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
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.
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