Link to home
Start Free TrialLog in
Avatar of simpsop
simpsop

asked on

Allow Everyone to edit existing documents, but not have Manager access

How can I implement a role [Modifiers], such that everyone can edit existing documents in a Notes database?

Is there a formula I can put in the OnOpen in a form or something?

I have already assigned my server "Person Groups" to this role, I just do not know how to implement it.
ASKER CERTIFIED SOLUTION
Avatar of justintx
justintx

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of scottrma
scottrma

If I read your question requirements correctly:

"Allow Everyone to edit existing documents, but not have Manager access"

you can simply assign everyone Editor access in the database ACL, and that should do the trick. You only need to worry about creating Authors fields if you give people Author access in the ACL and these people need to edit documents that they didn't create.

Regards,

Scott
Avatar of simpsop

ASKER

Thanks, I think that worked.
Paul