<?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: Custom Folder Type in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45940#M18397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello You can achieve this by the combination of behavior &lt;EM&gt;(NodeServicePolicies.OnUpdatePropertiesPolicy)&lt;/EM&gt;&lt;BR /&gt;and overriding the front end validation while submitting the form (If you are not using java webscript&amp;nbsp;to create folder).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this url&amp;nbsp;-&amp;nbsp;&lt;A __default_attr="237788" __jive_macro_name="thread" _jive_internal="true" class="jive_macro_thread jive_macro link-titled" href="https://community.alfresco.com/thread/237788-unique-number" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically, you need to override the "form.post.json.js" file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 11:48:19 GMT</pubDate>
    <dc:creator>ratik_singhal</dc:creator>
    <dc:date>2018-08-06T11:48:19Z</dc:date>
    <item>
      <title>Custom Folder Type</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45934#M18391</link>
      <description>I have created custom folder with custom type with the help of onNewFolder action.Just changing itemId.Custom folder have field like field1,field2 etc.... There is no cm:name property in that custom type.Node is created but name is something like 'c3ee5007-296e-4dfa-a642-e5a26ca364fa' but i want to</description>
      <pubDate>Sat, 04 Aug 2018 08:35:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45934#M18391</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2018-08-04T08:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Folder Type</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45935#M18392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you need to either implement a folder rule or a behaviour to set the cm:name property to a value concatenated from the values of the two fields. For a behaviour, the OnCreateNode policy might be useful. If you want to keep the name synchronized to the values of the two fields, you may also want to implement the OnUpdateProperties policy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2018 10:26:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45935#M18392</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-08-04T10:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Folder Type</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45936#M18393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here field1 and field2 are combobox.&lt;/P&gt;&lt;P&gt;My condition is that same folder name should not be repeated then how can I full fill that? Because rule is executed after node creation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2018 11:09:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45936#M18393</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2018-08-04T11:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Folder Type</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45937#M18394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you base the name on these fields, and two nodes use the same values for these fields, then their name will conflict, and saving will fail, giving user the chance to pick different values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2018 18:24:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45937#M18394</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-08-04T18:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Folder Type</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45938#M18395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here,First node is created then rule will apply and rule is prevented to assign same name so what about that created node.Do we need to delete that node and display message that name is already exist?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 04:49:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45938#M18395</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2018-08-06T04:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Folder Type</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45939#M18396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The rule is applied as part of the transaction (provided you do not explicitly specify to run it "in the background"). So if the rule changes the name to something that conflicts, then the conflict is detected and the transaction is rolled back. No need to delete anything, because rolling back the transaction means everything is undone...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 07:24:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45939#M18396</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-08-06T07:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Folder Type</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45940#M18397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello You can achieve this by the combination of behavior &lt;EM&gt;(NodeServicePolicies.OnUpdatePropertiesPolicy)&lt;/EM&gt;&lt;BR /&gt;and overriding the front end validation while submitting the form (If you are not using java webscript&amp;nbsp;to create folder).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this url&amp;nbsp;-&amp;nbsp;&lt;A __default_attr="237788" __jive_macro_name="thread" _jive_internal="true" class="jive_macro_thread jive_macro link-titled" href="https://community.alfresco.com/thread/237788-unique-number" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically, you need to override the "form.post.json.js" file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 11:48:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-folder-type/m-p/45940#M18397</guid>
      <dc:creator>ratik_singhal</dc:creator>
      <dc:date>2018-08-06T11:48:19Z</dc:date>
    </item>
  </channel>
</rss>

