Tuesday 04 September 2007 11:30:50 pm
Have you tried to use section ?.
Create a section S1 for folder F1 where you create objects of Class A.
Create role(s) R1 (read...) on section S1 for class A. Assign R1 only to G1.
And only G1 could read objects of class A. (G2 can't see F1, instance of class A) G2 could not acces to F1 and objects of class A in folder F1.
Another possiblitie:
You can create the same structure for G2 (Section S2, Folder F2, role R2...) and publish objects of class A twice in folder F1 and In folder F2.
G1 can access to S1 et F1 and G2 can access to S2 et F2. Now you can override template to view objects of class A In folder F1 (all attributes of class A) and In Folder F2 (only attribute title by example). G1 and G2 can view Objects of class A differently Patrice
|