Product: | TOTVS Backoffice |
Product Line: | Protheus Line |
Industry: | Services |
Module: | TOTVS Backoffice (Protheus Line) - Fixed Assets (SIGAFIS) |
Function: | ATFA125 |
Country: | Brazil |
Ticket: | Internal |
Requisite/Story/Issue | DSERCTR1-46030 |
You can use entry point AT125RTT to handle records enabled after the return from transfer WorkFlow.
If ExistBlock( "AT125RTT" ) ExecBlock( "AT125RTT", .F., .F., cFilAnt+cWFID ) EndIf |
User Function AT125RTT()
Local cChave := PARAMIXB[1] // cFilAtu + cWFId
// Example of use
DbSelectArea("SNM")
DbSetOrder(3)
If DbSeek( cChave )
// Here you can implement the logic
EndIf
|
|