Same property different characteristic on parent type and sub type

cancel
Showing results for 
Search instead for 
Did you mean: 
yash_patel_c2
Established Member

Same property different characteristic on parent type and sub type

Hi Everyone,

I have two content types in my model.

  • demo:contentType1
  1.  parent ----> cm:content
  2. property ----> demo:customProperty1 (multiple=false, mandatory=false)

 

  • demo:contentType2
  1. parent -----> demo:contentType1
  2. property -----> How can I access demo:customProperty1 as multiple=true and mandatory=true for subtype?

 

So, content has only demo:contetType1 then demo:customProperty1 will have multiple=false, madatory=false but if the content has demo:contentType2 then demo:customProperty1 will have multiple=true and mandatory=true.

How can we achieve this functionality?

 

Thanks,

Yash

1 Reply
EddieMay
Alfresco Employee

Re: Same property different characteristic on parent type and sub type

Hi @yash_patel_c2,

I'm afraid it looks like that is not supported.

HTH

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!