01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Industry:

Services

Module:

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

Function:

ATFA350

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46030

02. DESCRIPTION

You can use Entry Point AF350CAL to handle user fields after the asset depreciation calculation via atfa350. It allows the performance of additional calculations or of specific adjustments, in compliance with the business rules and needs of each implementation. This entry point is called after the main depreciation calculation of the asset is performed, offering the possibility of customizing depreciation results.

03. OTHER INFORMATION


Handling of EP in the system
If lAtfa350
	Execblock("AF350CAL",.F.,.F.)
EndIf
EP Example
User Function AF350CAL()  
	If SN3->N3_NOVO == "1" // Item generated by posting of ATFA035  
		// customer validation	
	EndIf
Return
 


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.