I see a plenty of notesCLentry stuff - but if a user is in a group you have to do NAB lookups to be able to use the level property.
If a user is a Depositor and creates a new document - once its saved - its no longer editable (to them)
@UserPrivilages is rather ambiguous as to exactly what is being returned (This function returns only the position of the privilege in the privilege list, not the name of the privilege. - But what is the privilage list?)
Is there a way to just determine right then - if the user is at Depositor level? Then I can defeat the postSave stuff without using a NAB lookup.
Or can anyone give me a better example of the usage of UserPrivilages?
TIA