01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Industry:

Services

Module:

TOTVS Backoffice (Protheus Line) - Fixed Assets (SIGAATF)

Function:

ATFXSAL

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

You can use the entry point ATFGRSLD to update a fixed asset's accounting balances, managing multiple currencies and different account types. It allows ample control of asset financial transactions, ensuring the integrity of balances in compliance with the rules set in the system.

03. OTHER INFORMATION


If ExistBlock("ATFGRSLD")
	Execblock("ATFGRSLD",.f.,.f.,{cTipoAux, cSinal,"SN5"})
Endif
If ExistBlock("ATFGRSLD")
	Execblock("ATFGRSLD",.f.,.f.,{cTipoAux, cSinal, "SNC"})
Endif
If ExistBlock("ATFGRSLD")
	Execblock("ATFGRSLD",.f.,.f.,{cTipoAux, cSinal,"SN6"})
Endif
If ExistBlock("ATFGRSLD")
	Execblock("ATFGRSLD",.f.,.f.,{cTipoAux, cSinal,"SNA"})
EndIf
User Function ATFGRSLD

	Local cTipoAux := PARAMIXB[1]
	Local cSinal   := PARAMIXB[2]
	Local cAlias   := PARAMIXB[3]//"SNA"    

    MsgAlert("ENTRY POINT CALL: ATFGRSLD")  

Return 


  • 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