Hi,
I am currently in the process of identifying some requirements for an Alfresco project I am working on. An interesting situation has come up whereby a repeating field is required or an association needs to be made.
Basically a mode of printing needs to be encoded for a different set of books to be published. These fields will have to be null or a value between 1-3.
Now what is required is that the attribute field names need to be that of the publication title name.
eg.
Book Title X 1
Book Title Two
Book title XYZ 2
Now the entire row has to be dynamic, in that you can add another row to it at any time, eg. a property called 'Book Title Five', with a value of 1.
What is the best way of implementing this using the Alfresco content model. One possible option is to only have one repeating string field with the values, and then a lookup table for all the different property names, where you would configure any display page to render the property names correctly against the respective row in the repeating field.
I have considered using a node association of some sort, but not sure about this. Should I consider using the "any" type to use a custom object of some sort?
Lastly we have considered creating a new aspect for every book title, and having a "Book Identifier " field as part of the aspect. However we may find it hard to justify the use of an aspect just for this.
Can anyone offere any recommendations?
Thanks in advanced
J