Product: | TOTVS Backoffice |
Product Line: | Protheus Line |
Industry: | Services |
Module: | TOTVS Backoffice (Protheus Line) - Fixed Assets (SIGAATF) |
Function: | ATFA125 |
Country: | Brazil |
Ticket: | Internal |
Requisite/Story/Issue | DSERCTR1-46030 |
Entry point for handling e-mails to receive the transfer activation/denial notice.
Bloco de código | ||||||
---|---|---|---|---|---|---|
| ||||||
If ExistBlock( "A125EMRT" )
cEmailRet := ExecBlock( "A125EMRT", .F., .F., { cEmailUsr, cCodSol } ) //Return e-mail list for approval feedback
If ValType( cEmailRet ) == "C"
cEmailUsr := cEmailRet
EndIf
EndIf |
Bloco de código | ||||||
---|---|---|---|---|---|---|
| ||||||
User Function A125EMRT()
// E-mail of requester and request code
Local cEmailUsr := PARAMIXB[1]
Local cCodSol := PARAMIXB[2]
// Check the return and send an e-mail to specific recipients
If ValType(cEmailUsr) == "C"
//customer validation
EndIf
Return cEmailUsr |
Aviso | ||
---|---|---|
| ||
|