validar hora de guardar registro

Estoy creando una aplicacion de ingresos y salidas de personal.

En la columna hora estoy usando timenow() o now(), el problema es, que ahi registra la hora en la que se inicia a llenar el registro, no la hora en la que se guarda el registro.

ยฟComo puedo guardar la hora en la que se guarda el registro?

Quedo atento a sus comentarios comunidad.

Solved Solved
0 2 40
1 ACCEPTED SOLUTION

You can create a data action first to set timenow() to the column you want
but then go to the form view / behavior / and select the data action you have created to be triggered once the form is saved 

Hussein_Osseily_0-1706948851681.png

 

View solution in original post

2 REPLIES 2

You can create a data action first to set timenow() to the column you want
but then go to the form view / behavior / and select the data action you have created to be triggered once the form is saved 

Hussein_Osseily_0-1706948851681.png

 

Thanks. It works!

Top Labels in this Space