Get the id of a user that created a record
Hi,
I would like to get the informations about the id who created a record and the informations about the last id who modified the record. I already checked in the manual but the functions don't appear.
Best regards
9 replies
-
that is possible with this formula:
_cu
_cd
_ci
-
Thanks for the prompte reply but :
_cu -> current user ? I do not need it
_cd -> date of creation ? I do not need it
_ci -> do not work ?
I need the id of the creator of the record and the if of the last modificator of the record. Thanks already for your follow-up.
Best regards,
-
Hi again,
I have got it : _mu -> modifying user
Best regards,
-
Hi again and again ;-),
How can I get the name of the _mu instead of getting the e-mail adress.
Regards, -
userName(_mu)
-
Hi,
Thanks for the reply but it does not work. It still gives me the email address but not the name. It would be more user friendly if the name could be displaid.
Thanks for the help.
Best regards.
-
userName(_mu) will give the user name if the user has set a name.
Birger
-
userName(_mu) will give the user name if the user has set a name.
Birger
-
Hi,
I save the userId in a field: now I want to display the userName() from this user in another field like
userName(this.myfieldname)
but does not work. Any ideas?
Content aside
- 4 yrs agoLast active
- 9Replies
- 4040Views