Add Update User item

abraun

Member
I would like to be able to do a last update user in a table. I think it would be beneficial to have a new dropdown menu appear when you select ID_user in field type to be able to select between insert or update as there are situations when I want to track the insert user as well as who last updated the record.
 
Upvote 1

eugenio

Administrator
Staff member
Hi,
you already have the insert_date_time field type if I correctly understood what you mean.
 

abraun

Member
If a record exists and I have a column called Update User, I would like to store the username of the person who last updated the record.

You already have insert_datetime and update_datetime.

I would like to have insert_user and update_user (you already have insert_user with ID_user).
 

eugenio

Administrator
Staff member
Ok sorry I did not get it, yes a sort of ID_user_last_update would be useful, I upvote this.
With minimum coding, you can however fill your "last update user" field using an after update hook.
 
Top