Producto: | TOTVS Backoffice |
---|---|
Línea de producto: | Línea Protheus |
Segmento: | Tecnología |
Módulo: | TOTVS Backoffice (Línea Protheus) - Activo fijo (SIGAATF) |
Función: | ATFA125 |
País: | Brasil |
Ticket: | Interno |
Requisito/Story/Issue | DSERCTR1-46829 |
El punto de entrada AF125GRVBX se ejecuta para complementar la grabación de la Tabla SNM al incluir nuevos campos que serán leídos por el Workflow estándar del Protheus.
If ExistBlock( "AF125GRVBX" ) ExecBlock( "AF125GRVBX" , .F., .F. ) EndIf
#INCLUDE "Protheus.ch" User Function AF125GRVBX() MsgAlert("Campo Email","Informaciones al workflow") RecLock( "SNM", .F. ) SNM->NM_EMAIL:="[email protected]" SNM->( MsUnlock() ) Return
Importante