Hi all,
I have a little problem with the author field and would like to know how I can resolve this.
The form is in the EDIT MODE for that user, and his name DOES APPEARS in the AUTHOR FIELD on the form.
He’s able to see all the text on that row, but DOES NOT SEE that “EDITABLE FIELD” on the same row that he’s supposed to edit that particular field.
I use the SAME formula for the ENTIRE row, but that field is NON-EDITABLE (or DOES NOT SHOW UP) when the
user is in “Edit Mode”. So basically, he CAN NOT SEE whatever EDITBABLE FIELD he’s supposed to EDIT on this form.
AUTHOR field’s type is: AUTHOR - COMPUTED WHEN COMPOSED and intialized to “”
However, if he goes into another form, it shows that the form is in “Read Mode” only, and he can’t edit anything, which is right
since his name is not in the author field. He’s able to see whatever he’s supposed to see in the “Read Mode”, and he can’t edit anything on this form.
He has access as the “AUTHOR” in the ACL.
The problem is the usename is not unquie as you think. It’s dynamic. I have used these two lines to put the username in the the “RQ_Author” field.
Doc.RQ_Author = Arrayappend(Doc.RQ_Author, Doc.PAdmin(0))
Doc.RQ_Author = Arrayunique(Doc.RQ_Author, 5)
The RQ_Author field type is authors and computed when composed and is initialized to “” in the field.
The PAdmin field type is names and editable.
There is no value in the “PAdmin” field.
Here is the hiddenformula I used for the Editable field “NMember” that the user is supposed to edit !(@Name([CN]; @UserName) = PAdmin_1)
The type of PAdmin_1 is names and computed for displayed with the following formula
@Unique (@Trim (@ProperCase(@Name([CN];PAdmin))))
The type of PAdmin is names and editable
There is no value in the “PAdmin” field.
User’s keep complaining about this issue.
Does anyone have any idea? Please let me know if you need more information.
Thanks,
Mike Woo