<?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 How to auto create folder name in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134625#M36211</link>
    <description>&lt;P&gt;I need to create auto case numbering like...&lt;/P&gt;&lt;P&gt;Case Number prefix should be ERQ- and suffix should be incremented by 1 for each request. 1st request should be EQR-1, next EQR-2 and so on.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2023 09:25:40 GMT</pubDate>
    <dc:creator>KT</dc:creator>
    <dc:date>2023-02-03T09:25:40Z</dc:date>
    <item>
      <title>How to auto create folder name</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134625#M36211</link>
      <description>&lt;P&gt;I need to create auto case numbering like...&lt;/P&gt;&lt;P&gt;Case Number prefix should be ERQ- and suffix should be incremented by 1 for each request. 1st request should be EQR-1, next EQR-2 and so on.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 09:25:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134625#M36211</guid>
      <dc:creator>KT</dc:creator>
      <dc:date>2023-02-03T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto create folder name</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134626#M36212</link>
      <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/95019"&gt;@KT&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to add your custom logic into the Repository. So, you have three options:&lt;/P&gt;&lt;P&gt;- Creating a rule which exucutes a custom JavaScript with your logic.&lt;/P&gt;&lt;P&gt;- Developing a custom Behavior that runs your business logic.&lt;/P&gt;&lt;P&gt;- Executing your custom logic on external SpringBoot application using the newly SDK 5 for events.&lt;/P&gt;&lt;P&gt;Pay attention that both solutions may decrease the Repository performance because on every folder creation event the system will listen It and fires your custom logic.&lt;/P&gt;&lt;P&gt;I would recommend you the third option.&lt;/P&gt;&lt;P&gt;Please let me know if you need more additional information about that.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 18:49:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134626#M36212</guid>
      <dc:creator>scampoy1</dc:creator>
      <dc:date>2023-02-03T18:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto create folder name</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134627#M36213</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/92374"&gt;@scampoy1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to the Alfresco World. So can you please help me with more information about your solution&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 10:30:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134627#M36213</guid>
      <dc:creator>KT</dc:creator>
      <dc:date>2023-02-06T10:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto create folder name</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134628#M36214</link>
      <description>&lt;P&gt;1. Install &lt;A href="https://github.com/share-extras/js-console" target="_self" rel="nofollow noopener noreferrer"&gt;javascript console&lt;/A&gt;. It present in the &lt;A href="https://github.com/Alfresco/alfresco-docker-installer" target="_self" rel="nofollow noopener noreferrer"&gt;docker installer&lt;/A&gt; too.&lt;/P&gt;&lt;P&gt;2. Read this &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/3-0-javascript-api/ba-p/291335" target="_blank" rel="noopener nofollow noreferrer"&gt;3.0 JavaScript API&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3. Read that &lt;A href="https://docs.alfresco.com/content-services/latest/using/content/rules/" target="_blank" rel="noopener nofollow noreferrer"&gt;Folder rules&lt;/A&gt;&lt;/P&gt;&lt;P&gt;4. Write your script and create your rule.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 09:39:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134628#M36214</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2023-02-08T09:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto create folder name</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134629#M36215</link>
      <description>&lt;P&gt;As alternative (and if you know how to develop on java) you can create a behaviour on the "create node of type folder" event for manage that&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 12:32:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134629#M36215</guid>
      <dc:creator>AlfrescoZZZ</dc:creator>
      <dc:date>2023-02-08T12:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto create folder name</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134630#M36216</link>
      <description>&lt;P&gt;I don't know what is your specific requirement, but if you need to create a custom logic outside Alfresco (example: an external service that creates your folders using the Alfresco REST API), you can easily use the autoRename parameter described at&amp;nbsp;&lt;A href="https://api-explorer.alfresco.com/api-explorer/#/nodes/createNode" target="_self" rel="nofollow noopener noreferrer"&gt;https://api-explorer.alfresco.com/api-explorer/#/nodes/createNode&lt;/A&gt; .&lt;/P&gt;&lt;PRE&gt;If true, then a name clash will cause an attempt to auto rename by finding a unique name using an integer suffix&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Feb 2023 15:41:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-auto-create-folder-name/m-p/134630#M36216</guid>
      <dc:creator>prorobin</dc:creator>
      <dc:date>2023-02-21T15:41:36Z</dc:date>
    </item>
  </channel>
</rss>

