cancel
Showing results for 
Search instead for 
Did you mean: 

Custom aspect property be repeated?

sepgs2004
Star Contributor
Star Contributor
We have a property called viewers. This contains the user_id of all the viewers. This is a restricted system, so will have less than 100 users. This property would store all the viewers of the document.

In documentum, it was implemented as a repeated property.

It is a String type with Repeat attribute of the property set to Y.

I am new to Alfresco.

Can you give your suggestions, how one could implement this in Alfresco?
Gnanasekaran Sakthivel
1 REPLY 1

sepgs2004
Star Contributor
Star Contributor
I think there is a "multiple" boolean which is exactly what I want.

<property name="viewers">
  <title>viewers</title>
  <multiple>true</multiple>
</property>

I will try this.
Gnanasekaran Sakthivel