<?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: Changes on Folder Properties in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/changes-on-folder-properties/m-p/95201#M28036</link>
    <description>&lt;P&gt;Refer following documentation links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/references/dev-extension-points-content-model.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/references/dev-extension-points-content-model.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/dev-extensions-content-models-tutorials-intro.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/dev-extensions-content-models-tutorials-intro.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/dev-extensions-content-models-tutorials-intro.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/dev-extensions-content-models-tutorials-intro.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Must read:&lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Project for reference:&amp;nbsp;&lt;A href="https://github.com/jpotts/alfresco-developer-series/tree/master/content/content-tutorial" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/jpotts/alfresco-developer-series/tree/master/content/content-tutorial&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Aspect based properties example:&amp;nbsp;&lt;A href="https://github.com/jpotts/alfresco-developer-series/blob/master/content/content-tutorial/content-tutorial-platform/src/main/resources/alfresco/module/content-tutorial-platform/model/scModel.xml#L110" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/jpotts/alfresco-developer-series/blob/master/content/content-tutorial/content-tutorial-platform/src/main/resources/alfresco/module/content-tutorial-platform/model/scModel.xml#L110&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2020 20:33:25 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-10-22T20:33:25Z</dc:date>
    <item>
      <title>Changes on Folder Properties</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/changes-on-folder-properties/m-p/95198#M28033</link>
      <description>&lt;P&gt;Alfresco 6.2 question.&lt;/P&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;Is there a way to add properties to a group of existing folders that reside at the same level.&amp;nbsp; &amp;nbsp;e.g.. If the root folder is Claims and its subfolders are Patient folders,&amp;nbsp; I would like to add 2 properties ( date and boolean flag ) to every Patient folder under claims ?&amp;nbsp; &amp;nbsp;( note that each Patient folder holds all docs for that patient )&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please and thanks,&lt;BR /&gt;Glenn.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 17:54:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/changes-on-folder-properties/m-p/95198#M28033</guid>
      <dc:creator>ghulls</dc:creator>
      <dc:date>2020-10-21T17:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changes on Folder Properties</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/changes-on-folder-properties/m-p/95199#M28034</link>
      <description>&lt;P&gt;You can add properties on any folder if you define those in aspects. You can also do bulk changes via scripting (e.g. by using the JavaScript Console) or other, programmatic means (e.g. implementing custom web scripts / actions).&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 22:04:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/changes-on-folder-properties/m-p/95199#M28034</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2020-10-21T22:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Changes on Folder Properties</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/changes-on-folder-properties/m-p/95200#M28035</link>
      <description>&lt;P&gt;Hello afaust and thanks for your response - can you point me at the documentation to add properties in or via aspects ?&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Glenn.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 15:59:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/changes-on-folder-properties/m-p/95200#M28035</guid>
      <dc:creator>ghulls</dc:creator>
      <dc:date>2020-10-22T15:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changes on Folder Properties</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/changes-on-folder-properties/m-p/95201#M28036</link>
      <description>&lt;P&gt;Refer following documentation links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/references/dev-extension-points-content-model.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/references/dev-extension-points-content-model.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/dev-extensions-content-models-tutorials-intro.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/dev-extensions-content-models-tutorials-intro.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/dev-extensions-content-models-tutorials-intro.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/dev-extensions-content-models-tutorials-intro.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Must read:&lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Project for reference:&amp;nbsp;&lt;A href="https://github.com/jpotts/alfresco-developer-series/tree/master/content/content-tutorial" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/jpotts/alfresco-developer-series/tree/master/content/content-tutorial&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Aspect based properties example:&amp;nbsp;&lt;A href="https://github.com/jpotts/alfresco-developer-series/blob/master/content/content-tutorial/content-tutorial-platform/src/main/resources/alfresco/module/content-tutorial-platform/model/scModel.xml#L110" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/jpotts/alfresco-developer-series/blob/master/content/content-tutorial/content-tutorial-platform/src/main/resources/alfresco/module/content-tutorial-platform/model/scModel.xml#L110&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 20:33:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/changes-on-folder-properties/m-p/95201#M28036</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-10-22T20:33:25Z</dc:date>
    </item>
  </channel>
</rss>

