80 pts.
 Create a view with the security tab of document properties
We are in the process of hiding some general groups for all users except a few... We do it by unmarking the All readers and above and adding the users who can use the group in the security tab of the document properties... I need to create a view for the administrators with the group name and the persons listed in this field from the security tab of the document properties. How can I access this field and create that view. I have checked all the forms, subforms, list of fields... the thing that I thought was logic is the Document Access field but I only have "group modifier" as result. Thank you so much!

Software/Hardware used:
ASKED: February 11, 2008  9:48 PM
UPDATED: February 13, 2008  2:44 PM

Answer Wiki:
What your trying to do is a good idea but difficult to do. have you tried using the readers field? In your views set a column value to be readers or authors or editors. these are data types in notes, just like text, number etc.. to get a list of values showing use @explode, so @explode(readers). if this doesn't work then edit the group form and add a field called readers of type readers. on the second tab of the field properties set the lookup to the the address book. make this field visible, so no hide when properties. Then open your groups in notes and add you persons to the readers fields. alternativly set the readers field to be computed and set the value to the sane field name as the list of person. if your name is not listed in the readers field then you will not be able to see the document in a view
Last Wiki Answer Submitted:  February 12, 2008  9:37 pm  by  Jellybean   405 pts.
All Answer Wiki Contributors:  Jellybean   405 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I strongly advise using JellyBean’s suggestion, rather than use the Document Properties – Security tab.

 3,845 pts.