01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Industry:

Services

Module:

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

Function:

ATFA012/ATFA030/ATFA050/ATFA155/ATFA380/ATFXFUNBOL/ATFXMI

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

You can use Entry Point A30EMBRA to enter and adjust the correction rate applied to asset posting values. This entry point is used in routines that involve monetary adjustments to the posted values, ensuring flexibility for specific customizations.

03. OTHER INFORMATION

Handling of EP in the system
If ExistBlock("A30EMBRA")
      //ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
      //³ A30EMBRA- Specific for EMBRAER ³
      //ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
      If Abs((nValOri + nValCorAcu) / ExecBlock("A30EMBRA",.F.,.F.) - nVorigAtf ) > 1
            Help(" ",1,"AF010VORIG")
            lRet := .F.
      Endif
EndIf
EP Example
User Function A36EMBRA()
      Local nTaxaCorr := 1.5
      Help("" ,1, "A36EMBRA",,"Entry Point for entering the correction rate of posting value." ,1,0)
Return nTaxaCorr

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.