Hi,
I have a computed author field called "Auteur" with this formula :
@If(@IsMember("[AdminMenu]";@UserRoles);(@Name([Canonicalize];@UserName));"")
In order to give the right to the user to modify the doc if he has the [AdminMenu] role.
.. But it doen't work
- The field "Auteur" contains the full canonicalised name
- I have ceated another field with the @autor formula in order to check where is considered as an Author, an it returns the User Name, and that seems to be right.
I don't know why it doesn't work...
Thanks
I have a computed author field called "Auteur" with this formula :
@If(@IsMember("[AdminMenu]";@UserRoles);(@Name([Canonicalize];@UserName));"")
In order to give the right to the user to modify the doc if he has the [AdminMenu] role.
.. But it doen't work
- The field "Auteur" contains the full canonicalised name
- I have ceated another field with the @autor formula in order to check where is considered as an Author, an it returns the User Name, and that seems to be right.
I don't know why it doesn't work...
Thanks