Hi,
I'm quite new to Alfresco. My use case is basically as follows: the documents have one (rarely none or several) "other parties"
(imagine an invoice as document and the vendor as "other party")
I'd like to link the document with the "other party" Some basic Ideas that came to mind:
<ul>
<li>just tagging the documents using one tag per party. maybe using some namespace in the tags: otherParty:vendorX, otherParty:vendorY => I expect a maintenance nightmare, and there is no information attached at the tag about the vendorX or vendorY
<li>using categories is maybe slightly more structured, but other than that, it has the same features and drawbacks as Tagging
<li>I thought about data lists => there only seems to be a small list of "templates" for data lists (but I assume, I can model my own entities) but I didnt find a way to link a document to one or several entries in a data list.
</ul>
what is the best practice to model such a scenario in Alfresco?