Hi,
I have the manager access right for a database. Then i create a document using Form1. The form has a computed Authors field with formula @UserName.
But I have a user with Author access right can not edit the document. I just wonder the formula in the Author field is not correct?
Can someone tell me ? I really have no idea. Thanks
Subject: Not able to edit document using Authors field
Hi
R u working on u local copy or server copy…!
Subject: The two most common problems
The two most common problems in this scenario are:
-
You didn’t use canonicalized names, or,
-
You didn’t set the multiple values flag on the field.
Now, your problem might be something different, but those seem to account for the lion’s share of such problems.
Subject: RE: The two most common problems
I work on server copy.
I confirmed that i have checked the multivalue box and not using the CN name
Subject: Not able to edit document using Authors field
Ofcourse that user will NOT be able to edit a document created by you since the Authors field contains your name.
He will only be able to edit if :
-
His name is listed in the Authors field
-
Has Editor access or above in the ACL.
cheers !!
Ashish
Subject: RE: Not able to edit document using Authors field
Just to clarify, I presume Ashish meant if one OR the other condition was true, not if both were true.
Subject: RE: Not able to edit document using Authors field
Yes i meant OR and hence any of the one conditions has to be true.Thanks Ben.