<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Solution: tag multiple files at once in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240542#M193672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've developed a very simple process for tagging multiple files at once. It relies on repository actions/rules and a couple lines of JavaScript, and it's all described below. Once you're all set up, you will be able to make a file inherit tags from a folder you move it into. My example is used for an Image Gallery, so my rule also moves files out of the tagged folders and back into the Image Gallery Document Library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running Alfresco Community Edition v3.3 on my local machine and I am using the Alfresco Share interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;——————————————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, we need to create a JavaScript file with a couple lines of code in it. This is easy, even for people who know nothing about JavaScript. How is it easy, you ask? It's easy because I'm going to tell you exactly what you need to do!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open Notepad and copy the following code into your blank text file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;//Alfresco auto-tagger&lt;BR /&gt;//compliments of Zach Bennett, Eagle Productivity Solutions&lt;BR /&gt;//two lines of code&lt;BR /&gt;//free for anyone to use&lt;BR /&gt;//no license, no strings attached&lt;BR /&gt;&lt;BR /&gt;//get tags from parent (folder) node&lt;BR /&gt;var tagArray = document.parent.getTags();&lt;BR /&gt;&lt;BR /&gt;//add the tags to the document node&lt;BR /&gt;document.addTags(tagArray);&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Now go to File -&amp;gt; Save As… Name your file "tagger.js" and save it to your desktop (or wherever you feel is appropriate). That's all there is to creating the JavaScript file, now we just need to upload it to Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to your Repository&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/add_script/1_go_to_repo.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/add_script/1_go_to_repo.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dive into the Data Dictionary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/add_script/2_go_to_data_dict.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/add_script/2_go_to_data_dict.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then into Scripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/add_script/3_go_to_scripts.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/add_script/3_go_to_scripts.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then just select Upload and browse to tagger.js (that JavaScript file you created)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/add_script/4_click_upload.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/add_script/4_click_upload.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now your script is ready to use! All that is left do is create a couple folders and a rule.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this example, I created a folder called "auto-tagger" in my Image Gallery's Document Library. I then created a rule that runs the JavaScript code I wrote. My intention was to put temporary folders inside the auto-tagger folder, each with a set of tags that I could reuse over and over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the auto-tagger folder, select Manage Rules&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/1_select_manage_rules.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/1_select_manage_rules.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Click Create Rules&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/2_click_create_rules.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/2_click_create_rules.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Give the rule a name, and make sure the check the 'Rule applies to subfolders' check box&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/3_name_and_rule_applies_to_subfolders.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/3_name_and_rule_applies_to_subfolders.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*** Very important edit ***&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to set the criteria so this rule only applies to Content items and NOT Folders (unless you want to make the same mistake I made!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/3andahalf_set_criteria.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/3andahalf_set_criteria.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Under Perform Action, select Execute script&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/4_select_execute_script.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/4_select_execute_script.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And in the drop-down box that appears, you can now select tagger.js, which is the JavaScript file we created earlier&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/5_select_tagger.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/5_select_tagger.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To make sure this folder stays empty (which was important for my purpose of an Image Gallery), we will add another action to the rule.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Click the plus symbol (+) to the right side of this rule&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/6_add_action.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/6_add_action.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For this action, select Move&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/7_select_move.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/7_select_move.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then select where you want files to be moved to. I wanted files to be moved to the main Document Library of my Image Gallery site, but you may want to do things differently&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/8_select_location.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/8_select_location.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And finally, click Create&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/9_click_create.jpg" rel="nofollow noopener noreferrer"&gt;http://zandadev.com/zach/alfresco_auto_tag_guide/create_rule/9_click_create.jpg&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that the rule is created (and applied to subfolders of auto-tagger), you can create folders inside of the auto-tagger folder and add tags to them. Once you do that, can can move files into (or upload directly to) those subfolders to make them inherit the appropriate tags. Any files created in or added to those subfolders will automatically be moved to the location you selected above (like my Image Gallery Document Library).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps - happy tagging!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Aug 2010 21:47:32 GMT</pubDate>
    <dc:creator>zbennett</dc:creator>
    <dc:date>2010-08-16T21:47:32Z</dc:date>
    <item>
      <title>Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240542#M193672</link>
      <description>Hi all,I've developed a very simple process for tagging multiple files at once. It relies on repository actions/rules and a couple lines of JavaScript, and it's all described below. Once you're all set up, you will be able to make a file inherit tags from a folder you move it into. My example is use</description>
      <pubDate>Mon, 16 Aug 2010 21:47:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240542#M193672</guid>
      <dc:creator>zbennett</dc:creator>
      <dc:date>2010-08-16T21:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240543#M193673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What a great tutorial - excellent example of how to contribute to the Alfresco Community!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 23:27:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240543#M193673</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-08-16T23:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240544#M193674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Mike! I always enjoy a good pat on the back. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All, I'm subscribed to this thread, so please feel free to post any related questions here!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 12:51:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240544#M193674</guid>
      <dc:creator>zbennett</dc:creator>
      <dc:date>2010-08-17T12:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240545#M193675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It worked perfectly for me with very clear instructions. Very useful !! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:06:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240545#M193675</guid>
      <dc:creator>rubensmau</dc:creator>
      <dc:date>2010-09-02T15:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240546#M193676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry to say i followed all the instructions but one point i stopped and&amp;nbsp; couldn't move on..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the step of perform action within auto-tagger&amp;nbsp; when i selected execute script then in the select field i didnt find tagger.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i don't know where is the mistake …i followed before steps clearly…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 09:35:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240546#M193676</guid>
      <dc:creator>abhashree</dc:creator>
      <dc:date>2010-09-03T09:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240547#M193677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know if abhashree should refresh webscripts or restart Tomcat to make the tagger.js script appear?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;abhashree, can you confirm that tagger.js is in Repository &amp;gt; Data Dictionary &amp;gt; Scripts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 12:31:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240547#M193677</guid>
      <dc:creator>zbennett</dc:creator>
      <dc:date>2010-09-03T12:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240548#M193678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i restarted my server but i cannt see tagger.js in perform action..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have put tagger.js in datadictionary/scripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have no idea where is the mistakes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pls help me to proceed further…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 06:06:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240548#M193678</guid>
      <dc:creator>abhashree</dc:creator>
      <dc:date>2010-09-06T06:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240549#M193679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The instructions were straight forward, I am sure if you followed them properly everything should work perfectly. 1 thing that you need to know is: you need to enable repository. to do that you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Go to share-config-custom.xml, you can rename share-config-custom.xml.sample under tomcat\shared\classes\alfresco\web-extension\ to share-config-custom.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Set&amp;nbsp; &amp;lt;visible&amp;gt;true&amp;lt;/visible&amp;gt; like the one below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!– Repository Library config section –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="RepositoryLibrary" replace="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!–&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Whether the link to the Repository Library appears in the header component or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;visible&amp;gt;true&amp;lt;/visible&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Then follow the instructions as they are, you don't need to create folders yourself. just click on Repository, and keep doing it till you are done. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Croc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 07:42:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240549#M193679</guid>
      <dc:creator>croc</dc:creator>
      <dc:date>2010-09-06T07:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240550#M193680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Croc &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have checked the file ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i found everything ok&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but still i am not able to execute&amp;nbsp; tagger.js in the scripts while creating rules in auto-tagger .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 13:24:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240550#M193680</guid>
      <dc:creator>abhashree</dc:creator>
      <dc:date>2010-09-07T13:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240551#M193681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My next guess is that the difference might be between using version 3.3 and version 3.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can any experienced 3.2 users clarify how to execute a JS script from a rule?&amp;nbsp; Is it the same as 3.3?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;abhashree, this is kind of a long shot, but have you tried configuring the rule from the old Alfresco interface (not Share)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 13:30:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240551#M193681</guid>
      <dc:creator>zbennett</dc:creator>
      <dc:date>2010-09-07T13:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240552#M193682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am also using alfresco3.3..i dont know how it is reflecting version 3.2 in my alfresco profile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have also created my own rule and applied to it..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have followed each steps described by you but didnt get the result..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 13:21:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240552#M193682</guid>
      <dc:creator>abhashree</dc:creator>
      <dc:date>2010-09-08T13:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240553#M193683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you see anything in the Execute Script drop-down?&amp;nbsp; For example - Alfresco Lucene Search; Append Copyright to File; Backup Script; etc…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 13:25:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240553#M193683</guid>
      <dc:creator>zbennett</dc:creator>
      <dc:date>2010-09-08T13:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240554#M193684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much zbennett for this tutorial!&amp;nbsp; :wink:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 10:59:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240554#M193684</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2010-10-29T10:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240555#M193685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great Tutorial!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After I upload all of my documents into the auto-tag subfolders, the tag counts are incorrect. Is there a way to update the tag counts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could this be because of this issue? &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-1328" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-1328&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 21:32:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240555#M193685</guid>
      <dc:creator>mboyd</dc:creator>
      <dc:date>2010-12-27T21:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240556#M193686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;hi&lt;BR /&gt;sorry to say i followed all the instructions but one point i stopped and&amp;nbsp; couldn't move on..&lt;BR /&gt;in the step of perform action within auto-tagger&amp;nbsp; when i selected execute script then in the select field i didnt find tagger.js&lt;BR /&gt;i don't know where is the mistake …i followed before steps clearly…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you input a Title to your script when you created it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The selection box in Share doesn't take the name of the script, but its title. So you may see what appears as a blank line in the selection box.. it'd be in fact your script.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 15:17:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240556#M193686</guid>
      <dc:creator>chapeaurouge</dc:creator>
      <dc:date>2011-02-28T15:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240557#M193687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Followed the instructions and specified a title. Unfortunately I do not find the new script while creating a rule from Share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I try to create the rule from Alfresco Explorer, the script is available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Alfresco version is 3.4.d CE.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 10:41:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240557#M193687</guid>
      <dc:creator>alarocca</dc:creator>
      <dc:date>2011-03-04T10:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240558#M193688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi alarocca,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Early in my testing, I found that I sometimes needed to restart Tomcat or just wait it out before new scripts would appear in the list.&amp;nbsp; You might also try clearing your browser cache.&amp;nbsp; I don't even know if clearing your cache *could* solve the problem, but that's typically the first thing I do when a web page isn't updating as I expect it to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, have you tried creating these rules through Alfresco and then testing them in Share?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 13:51:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240558#M193688</guid>
      <dc:creator>zbennett</dc:creator>
      <dc:date>2011-03-04T13:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240559#M193689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Working perfectly for me. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 08:24:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240559#M193689</guid>
      <dc:creator>kirit</dc:creator>
      <dc:date>2011-10-18T08:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240560#M193690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone have an updated version of the script with will work with 4.0x ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 01:09:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240560#M193690</guid>
      <dc:creator>jbfromlb</dc:creator>
      <dc:date>2011-11-24T01:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Solution: tag multiple files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240561#M193691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ditto - trying the script on Community 4.0 doesnt do anything. Is the syntax correct in the script for 4.0?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 23:23:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solution-tag-multiple-files-at-once/m-p/240561#M193691</guid>
      <dc:creator>chops88</dc:creator>
      <dc:date>2012-02-09T23:23:56Z</dc:date>
    </item>
  </channel>
</rss>

