Grouping and evaluating documents in UCM 11G R1
Inside each grouping it may be evaluated independently.
Each grouping and the evaluations for its documents should be reconstructed at any time.
As a database structure it would look like
DocumentId | Grouping | EvaluationValue |
UCM00001 | First | Good |
UCM00001 | Second | Bad |
UCM00001 | Third | Bad |
UCM00002 | First | Bad |
UCM00002 | Second | Bad |
UCM00002 | Third | Good |
When searching Group First it should return documents UCM00001 and UCM00002 the EvaluationValue should be set to Good for UCM00001 and Bad for UCM00002 to show the situation inside the grouping correctly.
How can I implement this using UCM?