cancel
Showing results for 
Search instead for 
Did you mean: 

Tagging a document from web client.

prateekgoyal
Champ in-the-making
Champ in-the-making
Hi All,

I have just downloaded alfresco 3.3 communtiy edition and started using that.
In that when i'm creating any document from alfresco share into the alfresco repository using the Repository link, it gives me the option of attaching a Tag or creating a new Tag for that document.If the same document is viewed through alfresco web client then in the view details page, if i edit the properties of that document, their i got the option of attach/remove Tag or creating a new one.
But if i create a document from alfresco web client, i did'nt got any option of tagging the document.
So is their any option to enable tagging the document from alfresco web client.

Thanks
4 REPLIES 4

mikeh
Star Contributor
Star Contributor
Add the Taggable aspect through the "Run action", "Add aspect" command. You can also create a rule to do this if you like.

Thanks,
Mike

prateekgoyal
Champ in-the-making
Champ in-the-making
Hey Mike,

Thanks, i have created the rule to add taggable aspect to the document to be added to the folder.
One more thing i want to know, when i'm creating/adding a content into the space with the above mentioned rule(add taggable aspect), then is their any way to give the value of tags at the time of content creation

Thanks,

mikeh
Star Contributor
Star Contributor
Tags are stored as nodeRefs in the cm:taggable property. You'd need to look-up the nodeRef of the tag to add, then use a script to add the desired ones.

Thanks,
Mike

prateekgoyal
Champ in-the-making
Champ in-the-making
Also one more thing, how to enable tag based search in alfresco explorer i.e based on tag name, search the document

Thanks,