
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

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