I have a field "Operator"
I need to automatically populate it with the name of the user logged in
How do I do that ?
Thanks
Esta pregunta ha sido marcada
2
Respuestas
5565
Vistas
Hi,
you can find every table contains the following 4 fields:
create_uid,create_date,write_uid,write_date
you can display them just one line code easily in your XML file:
Hope it is useful.
Thanks.
<field name="write_uid" string="UpdatedBy"/>
<field name="write_date" string="UpdatedDate"/>
<field name="create_uid" string="CreatedBy" />
<field name="create_date" string="CreatedDate"/>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
|
1
mar 15
|
6874 | ||
|
|
2
ago 24
|
3387 | ||
|
|
1
mar 15
|
7459 | ||
|
|
1
mar 15
|
10182 | ||
|
|
1
mar 15
|
6820 |