<?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 Re: Bulk update of a property in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8962#M4052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll take a look at the Java API docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2017 07:28:06 GMT</pubDate>
    <dc:creator>pedwards99</dc:creator>
    <dc:date>2017-09-22T07:28:06Z</dc:date>
    <item>
      <title>Bulk update of a property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8960#M4050</link>
      <description>Hi there,Does anyone know of an easy way to bulk update a property on lots of documents?The situation I have is that a new property has been added to our content model. We need to set the default value of all existing content that has been affected by this update.&amp;nbsp;Normally I would write a bit of JS</description>
      <pubDate>Thu, 21 Sep 2017 13:22:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8960#M4050</guid>
      <dc:creator>pedwards99</dc:creator>
      <dc:date>2017-09-21T13:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk update of a property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8961#M4051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to bulk update a property on a lot of documents you can either write a script to iterate over the docs or you can use CMIS, because CMIS 1.1 supports bulk operations against collections of objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are also asking about making updates without triggering behaviors. If you want to do that, you can. I can't recall if the JavaScript API supports it, but the Java API does. Take a look at the &lt;A href="http://dev.alfresco.com/resource/docs/java/org/alfresco/repo/policy/BehaviourFilter.html#disableBehaviour-org.alfresco.service.cmr.repository.NodeRef-" rel="nofollow noopener noreferrer"&gt;JavaDoc for BehaviourFilter&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 22:32:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8961#M4051</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-09-21T22:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk update of a property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8962#M4052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll take a look at the Java API docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 07:28:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8962#M4052</guid>
      <dc:creator>pedwards99</dc:creator>
      <dc:date>2017-09-22T07:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk update of a property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8963#M4053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify, if I write my "property update" program as a standalone CMIS application - I'm not going to be able to disable behaviours? To do that, i need to use the Java API which means implementing&amp;nbsp;something like a java-backed web script that I deploy to alfresco and then call ? Or did I miss something&amp;nbsp;here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:56:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8963#M4053</guid>
      <dc:creator>pedwards99</dc:creator>
      <dc:date>2017-09-25T10:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk update of a property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8964#M4054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to disable the folder rules and the behaviours using Javascript and the js-console addon.&lt;/P&gt;&lt;P&gt;You can find a sample code for behaviours at&amp;nbsp;&lt;A class="link-titled" href="https://gist.github.com/douglascrp/3a66190e2120ff572277103bd66857ed" title="https://gist.github.com/douglascrp/3a66190e2120ff572277103bd66857ed" rel="nofollow noopener noreferrer"&gt;Disable alfresco policy in Javascript.js · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the folder rules, you can use a similar approach, with something like this&amp;nbsp;&lt;A class="link-titled" href="https://gist.github.com/douglascrp/95b96a81bc52f367ab851b5ff1f8730c" title="https://gist.github.com/douglascrp/95b96a81bc52f367ab851b5ff1f8730c" rel="nofollow noopener noreferrer"&gt;How to enable/disable Alfresco folder rules using JavaScript · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 12:47:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8964#M4054</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-09-28T12:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bulk update of a property</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8965#M4055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Douglas, that's really useful to know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 18:29:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/bulk-update-of-a-property/m-p/8965#M4055</guid>
      <dc:creator>pedwards99</dc:creator>
      <dc:date>2017-09-28T18:29:42Z</dc:date>
    </item>
  </channel>
</rss>

