While a user is trying to open a form or document using navigator they are getting “You have insufficient access to perform this operation” error. But to people who have manager access are able to open the same document.
Subject: “You have insufficient access to perform this operation” error
Check ACL of database. Verify if the Nvaigator link is pointing to some other database. Most likely the user is having only Reader access, and is trying to create/edit a document.
Subject: RE: “You have insufficient access to perform this operation” error
Hi Byju,
Here i am just clicking on a button to open a form. It is working for me but for some users are getting this error. I have given author access for default.
I have manager access so i am able to open the form.
Subject: RE: “You have insufficient access to perform this operation” error
The new Form you open from Navigator link might be having an Authors computed field in it.Even if a user has Author access to Database, this access may get revoked at Document level. Check the Form design and see if there is a field of type Authors, and check it’s formula.
Subject: RE: “You have insufficient access to perform this operation” error
Hi Byju,
The Authors field is “Computed when composed” field. Even i have same type of Author field in other form also but people are able to open that form from the navigator.
Subject: RE: “You have insufficient access to perform this operation” error
Since you already have manager access, the computed when composed formula in Authors field, may not do its job when you open the document. Ensure that this formula does include the current user who creates the document.
For diagnosis purpose you can unhide the Authors field, and see its value, when it opens for you.