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 |
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.
cFiltro := ExecBlock( "AF125BRWT", .F., .F. )
User Function AF125BRWT() Local cFiltro := "" cFiltro := " NM_DATSOL = '20190724' " Return cFiltro
Important !!