Product: | TOTVS Backoffice |
Product Line: | Microsiga Protheus Line |
Industry: | Services |
Module: | TOTVS Backoffice (Protheus Line) - Fixed Asset (SIGAFIS) |
Function: | ATFA012 |
Country: | Brazil |
Ticket: | Internal |
Requirement/Story/Issue: | DSERCTR1-33685 |
This document aims to explain the entry point A010BRWT/A012BRWT.
Aviso | ||
---|---|---|
| ||
|
Entry point A010BRWT handles the browser filter as returned by the entry point.
Bloco de código | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Local lA010Brwt := ExistBlock("A010BRWT") If lA010Brwt cFilter := ExecBlock( "A012BRWT", .F., .F. ) cFilter := If(ValType(cFilter) == "C", cFilter, Nil ) Endif |
Bloco de código | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
User Function A010BRWT() //ok, document it on tdn // There is no need to add code, only compile to redirect to A012BRWT. Return cFiltroA User Function A012BRWT()// OK Local cFiltroA := " SN1->N1_CBASE = 'TESTE' " Return cFiltroA |
Informações | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
PE Parameters:
What should be returned:
|