I am developing my 1st real solution. The goal is to control access to 3 sections as follows
-
Section 1; anyone can author and read, the author, members of Department A, and Execs can edit later.
-
Section 2 - ‘Top Secret’! Only Execs can read, edit, or anything else!
-
Section 3 - Anyone can view, only Department A and the execs (if they’re nice) can edit.
Ther are various groups available to work with (Execs, Dept A, etc.)
Can this type of scenario be achieved with controlled access sections in one big form?
Should it be built with three seperate forms? If so, how are they associated? Perhaps as Document, Response, and Respone to Response types? I can see Sections 2 and 3 as being equal in that hierarchy.
Should roles be incorporated?
I’m comfortable with @formulas and am learning LotusScript. Specific answers and recommendations of resources very welcome!