Hi,
One of our clients wants to import folders into their repository.
While creating object types I realized that some attributes they gave me are really belong to folders, (Lets say "Date received", etc.) and some of them are for documents inside these folders (Lets say "Importance", etc.)
First I think to inherit a folder object type from dm_folder, and a document object type from dm_document.
But customer wants to search documents including the attributes from the folders.
For example date received between these days and importance=high
I think repeating "Date received" on all of the documents is waste of DB space (Because there may be millions documents in one folder) but I can't figure out how to design a system to achive the goal.
I have a look at the concept of "aspect" but I think it is not the one that I'm looking for.
Other solution I think of is the customization of webtop.
Any recommendations for me?