01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Industry:

Services

Module:

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

Function:

ATFA125

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46748

02. DESCRIPTION

Entry point AF125BRWT is located at the end of routine ATFA125 and allows you to create a custom filter to display browser data. This entry point runs before assembling the Transfer or Posting Request Browser, providing flexible data viewing.

With AF125BRWT, you can apply specific filtering criteria, ensuring that only relevant records are displayed when the request is made. This ensures the process of viewing the data of asset transfers or posting is adjusted depending on business needs, improving efficiency and accuracy for decision making purposes.

03. OTHER INFORMATION


Manipulação de PE no sistema
cFiltro := ExecBlock( "AF125BRWT", .F., .F. )
Exemplo de PE
User Function AF125BRWT()
 
	Local cFiltro := ""
         
    cFiltro := " NM_DATSOL = '20190724' "
 
Return cFiltro

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.