Hi All,
We are rather new in the use of Alfresco (community 6.2). We have imported many documents and are now trying to add appropriate tags. I know that Alfresco does not have this function. I read on internet about a possible solution, which is to create a rule for a folder that automatically inserts a tag.
I have tried but it does not seem that the tag can be inserted via a rule.
Has anyone found the same problem? Is there an example of this workaround (if it actually works)?
Thank you
Tags are applied per node and there is no functionality available to do so in bulk. Yes, folder rules doesn't provide option as well.
However, you can create a custom webscript (java backed or javascript), search for the nodes where you want to apply the tag, iterate the search results and apply the tags.
Take a look at these options:
Java foundation api exposes following service:
Root Objects that expose services for javascript:
taggingService |
org.alfresco.repo.Tagging.script.ScriptTaggingService |
Root of the Tagging Service |
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.