<?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 Is there a way to inherit form configurations for editing properties of different document types? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18005#M7989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently working on a content model for my Alfresco instance. In this content model, I have a base document type, and multiple specific document types (e.g. report, test procedure, statement of work etc.) which are children of the base document type.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in the process of configuring the forms for the "edit properties" section in share, for these document types, and I am looking for a way to inherit the form configuration from my base document type, so that I only need to define it once in my share-config-custom.xml (as opposed to copying the same xml code over and over again). Is there a simple way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2017 13:23:13 GMT</pubDate>
    <dc:creator>marcollirite</dc:creator>
    <dc:date>2017-04-25T13:23:13Z</dc:date>
    <item>
      <title>Is there a way to inherit form configurations for editing properties of different document types?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18005#M7989</link>
      <description>Hi allI'm currently working on a content model for my Alfresco instance. In this content model, I have a base document type, and multiple specific document types (e.g. report, test procedure, statement of work etc.) which are children of the base document type.&amp;nbsp;I am in the process of configuring the</description>
      <pubDate>Tue, 25 Apr 2017 13:23:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18005#M7989</guid>
      <dc:creator>marcollirite</dc:creator>
      <dc:date>2017-04-25T13:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to inherit form configurations for editing properties of different document types?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18006#M7990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately there is no way in default Alfresco to inherit form configurations from base type to special type. This is a restriction of the node-type evaluator. Technically one could develop a custom evaluator that supports this, but AFAIK no one has done that yet and provided it under anopen source license.&lt;/P&gt;&lt;P&gt;People tend to use aspect-based form configurations for re-usable form elements. This also works nicely with typical recommendations of using aspects for data modelling and applying them either to document types via mandatory aspects or individual nodes at runtime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 21:35:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18006#M7990</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-04-25T21:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to inherit form configurations for editing properties of different document types?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18007#M7991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Axel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer. I was wondering if you have a link/example regarding aspect-based form configurations? I have not been able to find any references online so far&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 09:05:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18007#M7991</guid>
      <dc:creator>marcollirite</dc:creator>
      <dc:date>2017-04-26T09:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to inherit form configurations for editing properties of different document types?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18008#M7992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The default Share form configurations contain &lt;A href="https://github.com/Alfresco/share/blob/master/share/src/main/resources/alfresco/share-form-config.xml#L1585" rel="nofollow noopener noreferrer"&gt;examples&lt;/A&gt; of defining aspect-specific forms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 08:47:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18008#M7992</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-04-27T08:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to inherit form configurations for editing properties of different document types?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18009#M7993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, got it working now, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 09:22:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-there-a-way-to-inherit-form-configurations-for-editing/m-p/18009#M7993</guid>
      <dc:creator>marcollirite</dc:creator>
      <dc:date>2017-04-27T09:22:33Z</dc:date>
    </item>
  </channel>
</rss>

