01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Industry:

Services

Module:

TOTVS Backoffice (Protheus Line) - Managerial Accounting (SIGAFIS)

Function:

ATFA036

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

You can use Entry Point A36EMBRA to change the correction rate applied to an asset's posting value. This correction rate is used during the posting process, allowing specific value adjustments depending on set correction criteria. When returning the rate, the entry point allows accurate calculations for situations in which you need to update the posting value in accordance with indexes or correction factors set by the organization.

03. OTHER INFORMATION


Handling of EP in the system
If ExistBlock("A36EMBRA")
	nTaxaCorr := ExecBlock("A36EMBRA",.F.,.F.)
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.