Hi All, I have written a script where i have specified that whenever a space is created and we apply a tag on it, its child space which i have created would also contain the parents tag and subesequently this hirerachy follows. But my problem is that if i apply a new tag in the existing parent folder the tags are not getting automaticaaly added to child subspace, can any one throw any light on this? Thanks, Atish
If you want automatic you need rules, you can applly rule on company home ( and to childs) to execute script on all items( you would need to have if(document.iscontainter) check ih your code. and this would do it.