cancel
Showing results for 
Search instead for 
Did you mean: 

create/delete/refresh a TagScope...

aphamhuy
Champ in-the-making
Champ in-the-making
Hi folks,

I can't find a way to create/delete/refresh a tagScope by using neither taggingService  object (http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/repo/tagging/script/ScriptTagging...), neither ScriptNode API. But I saw this similar class in CRM taggingService (http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/service/cmr/tagging/TaggingServic...) has all the methods I need.

Can you experts give me some hints? …
Thanks
1 REPLY 1

sjzzy_0
Champ in-the-making
Champ in-the-making
In js you Can use
  node.setIsTagScope(false);
to clear tagScope for a node
then
   node.setIsTagScope(true);
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.