<?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: Creating Folder inside Parent with property of document created,uploaded or inserted in ParentFo in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92793#M27465</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want create folder by reading year property from created date and if document increases by 1000 then to create folder on basis of month and move that document to that folder.&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp; any views or idea you can provide me here??&lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2020 11:51:23 GMT</pubDate>
    <dc:creator>piyush48</dc:creator>
    <dc:date>2020-08-07T11:51:23Z</dc:date>
    <item>
      <title>Creating Folder inside Parent with property of document created,uploaded or inserted in ParentFolder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92791#M27463</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to create a Folder in Parent by reading Property from document inserted,created or&amp;nbsp; uploaded in Parent and then move that document to that folder.&lt;/P&gt;&lt;P&gt;I am getting some idea that how it may work like i have to create rule on parent with criteria when item are created or enter this folder, then i have added my property in all criteria met. Now my question is my property is of type d:text and can have upto 6 characters and in the condition it has condition of begins with,equal to,contains, end with . so what should i provide in it.&lt;/P&gt;&lt;P&gt;Also like i have around 1000+ document to be created . so how to create script which will move this document to the folder created on the basis of each document.&lt;/P&gt;&lt;P&gt;Please anyone can guide me on this issue will be great help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 07:26:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92791#M27463</guid>
      <dc:creator>piyush48</dc:creator>
      <dc:date>2020-08-06T07:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Folder inside Parent with property of document created,uploaded or inserted in ParentFo</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92792#M27464</link>
      <description>&lt;P&gt;You can use the 'Execute Script' option.&lt;/P&gt;&lt;P&gt;First, you need to write a script to perform the operations to be performed on the document.&lt;/P&gt;&lt;P&gt;Save the script in &amp;lt;name&amp;gt;.js format and upload it to Repository -&amp;gt; Data Dictionary -&amp;gt; Scripts&lt;/P&gt;&lt;P&gt;This script file will be listed when you select the 'Execute Script' option in 'Perform Action'.&lt;/P&gt;&lt;P&gt;Using such scripts you can perform any operation you want.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 08:43:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92792#M27464</guid>
      <dc:creator>kintu_barot</dc:creator>
      <dc:date>2020-08-06T08:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Folder inside Parent with property of document created,uploaded or inserted in ParentFo</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92793#M27465</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want create folder by reading year property from created date and if document increases by 1000 then to create folder on basis of month and move that document to that folder.&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp; any views or idea you can provide me here??&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 11:51:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92793#M27465</guid>
      <dc:creator>piyush48</dc:creator>
      <dc:date>2020-08-07T11:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Folder inside Parent with property of document created,uploaded or inserted in ParentFo</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92794#M27466</link>
      <description>&lt;P&gt;Following is an example&lt;/P&gt;&lt;P&gt;// get parent folder of current documnet&lt;BR /&gt;var parent = document.parent;&lt;BR /&gt;var year = document.properties["**:name"];&lt;BR /&gt;//create&lt;BR /&gt;var yearFolder = parent.createFolder(uploadDirectory);&lt;BR /&gt;//move to destinition folder&lt;BR /&gt;document.move(yearFolder );&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 03:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92794#M27466</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-08-08T03:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Folder inside Parent with property of document created,uploaded or inserted in ParentFo</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92795#M27467</link>
      <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/39620"&gt;@kaynezhang&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i have datetime property as&amp;nbsp;"gi&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;olicyEndDate":"2013-11-28T22:25:51Z",&amp;nbsp; in that&amp;nbsp; i want only year that is 2013 as my folder. Could you guide me please.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Piyush.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 07:09:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92795#M27467</guid>
      <dc:creator>piyush48</dc:creator>
      <dc:date>2020-08-10T07:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Folder inside Parent with property of document created,uploaded or inserted in ParentFo</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92796#M27468</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone suggest me how can i get year from this datetime property of "gi : policyEndDate": "2013-11-28T22:25:51Z".&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not getting it how to get this year value from the above property and i need to deliver this task as soon as possible.&lt;/P&gt;&lt;P&gt;Please someone do guide me out.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 07:32:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92796#M27468</guid>
      <dc:creator>piyush48</dc:creator>
      <dc:date>2020-08-11T07:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Folder inside Parent with property of document created,uploaded or inserted in ParentFo</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92797#M27469</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/39620"&gt;@kaynezhang&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/17383"&gt;@kintu_barot&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;can anyone guide me on the above property issue. I am stuck on this and is not finding solution anywhere.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Piyush.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 11:37:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92797#M27469</guid>
      <dc:creator>piyush48</dc:creator>
      <dc:date>2020-08-13T11:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Folder inside Parent with property of document created,uploaded or inserted in ParentFo</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92798#M27470</link>
      <description>&lt;P&gt;var date = new Date('2013-11-28T22:25:51Z')&lt;BR /&gt;console.log(date.getFullYear());&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 16:52:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-folder-inside-parent-with-property-of-document-created/m-p/92798#M27470</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-08-13T16:52:36Z</dc:date>
    </item>
  </channel>
</rss>

