hello,
Say if I have two categories, 5 documents in each category. I would like to restrict editing the second category’s (Cat2) documents unless ALL the first categories’ (Cat1) documents are filled. Is there a way to do so?
hello,
Say if I have two categories, 5 documents in each category. I would like to restrict editing the second category’s (Cat2) documents unless ALL the first categories’ (Cat1) documents are filled. Is there a way to do so?
Subject: Restricting Editing one document before the first one
You should use Author level in the ACL and Author fields. When someone has Author level he can create a document and save it but cannot modify it afterwards. To do this, his name must be in a field with the author type.
You can make an agent which check all the documents of the first category, and put the name of the user (or a group) in the author field. I don’t know really what you need but I think you can use something which sounds like that
Hope this helps
Christian