01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Industry:

Services

Module:

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

Function:

ATFA035

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

Entry point AF035BRW allows the customization of the query filter in the Asset Posting routine, adjusting the browser to display records in accordance with specific criteria set by the user. This customized filter allows directing the visualization and selection of assets to be posted, depending on the needs for analysis and operation, ensuring greater accuracy and control to manage the data displayed in the routine.

03. OTHER INFORMATION

Handling of EP in the system
cFilEsp := ExecBlock( "AF035BRW", .F., .F. )
EP Example
User Function AF036BRW()
	
	Local cFilter := ""
	
	/*
	Parameter "Visualization" of the Postings Browser screen
	*/
	
	If MV_PAR04 == 2 // Display Mode the Asset Records
		cFilter := " N3_BAIXA = '0' "
	Else // Display Mode of asset postings performed
		cFilter := " FN6_STATUS = '1' "
	EndIf
	
Return(cFilter)

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