<?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 Inheritance between aspects in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267307#M220437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have content type A with mandatory aspect as ABC having some properties 1,2,3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I have created another content type B of parent A with mandatory aspect DEF having properties 4,5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to use properties 1,2,3 in content type B but I want only 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my web-client-config-custom.xml, I have defined&amp;nbsp; like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;config evaluator="aspect-name" condition="ABC"&amp;gt;&lt;BR /&gt; &amp;lt;property-sheet&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;show-property name="1" read-only="false" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;show-property name="2" read-only="false" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;show-property name="3" read-only="false" /&amp;gt;&lt;BR /&gt; &amp;lt;/property-sheet&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;config evaluator="aspect-name" condition="DEF"&amp;gt;&lt;BR /&gt; &amp;lt;property-sheet&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;show-property name="2" read-only="false" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;show-property name="4" read-only="false" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;show-property name="5" read-only="false" /&amp;gt;&lt;BR /&gt; &amp;lt;/property-sheet&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Now when I try to add content of type B, I see all properties 1,2,3,4,5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also In view details I see all properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way where I can see only properties 2,4,5 for content type B??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2012 11:30:01 GMT</pubDate>
    <dc:creator>anujs86</dc:creator>
    <dc:date>2012-10-03T11:30:01Z</dc:date>
    <item>
      <title>Inheritance between aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267307#M220437</link>
      <description>Hi,I have content type A with mandatory aspect as ABC having some properties 1,2,3Now, I have created another content type B of parent A with mandatory aspect DEF having properties 4,5.I am able to use properties 1,2,3 in content type B but I want only 2.In my web-client-config-custom.xml, I have de</description>
      <pubDate>Wed, 03 Oct 2012 11:30:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267307#M220437</guid>
      <dc:creator>anujs86</dc:creator>
      <dc:date>2012-10-03T11:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inheritance between aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267308#M220438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Anju,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you simply remove the config for the aspect ABC it will not show the properties related to ABC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As whatever the aspects you attache to any content type will show the properties from the config of those aspects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Other option is remove ABC as mandatory aspect from typeA&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 09:18:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267308#M220438</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-10-05T09:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inheritance between aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267309#M220439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi &lt;STRONG&gt;Anuj&lt;/STRONG&gt;,&lt;BR /&gt;&lt;BR /&gt;If you simply remove the config for the aspect ABC it will not show the properties related to ABC.&lt;BR /&gt;As whatever the aspects you attache to any content type will show the properties from the config of those aspects.&lt;BR /&gt;Other option is remove ABC as mandatory aspect from typeA&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply Mit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is, If I remove config of aspect ABC, it won't show up in view details of document type 'A'.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2012 06:28:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267309#M220439</guid>
      <dc:creator>anujs86</dc:creator>
      <dc:date>2012-10-06T06:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Inheritance between aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267310#M220440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that is there but this is the limitation of alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It could not give the property level access or permission or configuration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 09:59:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267310#M220440</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-10-08T09:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inheritance between aspects</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267311#M220441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This I have sorted out by modifying content model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Mit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 10:13:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inheritance-between-aspects/m-p/267311#M220441</guid>
      <dc:creator>anujs86</dc:creator>
      <dc:date>2012-10-08T10:13:08Z</dc:date>
    </item>
  </channel>
</rss>

