Cambiar el valor de un campo antes de insertar registro

Good night

Dear

I need to be able to modify a date type field and another text type field, with values ​​that I send to the component.

For example:
In the table I have a text field called user that stores the user and another that stores the insertion date of the record.

Where can I modify this value before saving to the table?

Kind regards
Wilberth Campos Solano.

Hi @Wilberth_Campos,

You can use service partial methods to add custom code, for example OnXXXUpdated, OnXXXCreated, etc: