01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Industry:

Technology

Module:

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

Function:

ATFA036

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

The entry point AF036PRC pre-saves the asset posting form (Form + grid) in the process of manual and batch posting. Execution processed within the data saving transaction. It replaces the entry points ATFA030 and ATFA035.

03. OTHER INFORMATION

ExecBlock("AF036PRC",.F.,.F.)



User Function AF036PRC()

	Local aArea := GetArea()
	
	Help("" ,1, "AF036PRC",,"Entry Point run before saving the posting record of the asset." ,1.0)

	RestArea(aArea)

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