01. GENERAL DATA

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

02. DESCRIPTION

You can use entry point AT125RTT to handle records enabled after the return from transfer WorkFlow.

03. OTHER INFORMATION


Handling of EP in the system
If ExistBlock( "AT125RTT" )
	ExecBlock( "AT125RTT", .F., .F., cFilAnt+cWFID )
EndIf
EP Example
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
  

Important !!

  • It is noteworthy that the customer is responsible for EP utilization and its impacts on the system.
  • The examples used in this documentation are for demonstration purposes only. Each customer must check what behavior they want to perform according to the scope of the entry point.

04. RELATED SUBJECTS

  • Not Applicable.