01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Segment:

Services

Module:

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

Function:

CTBA240

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46748

02. DESCRIPTION

The entry point CTB420TRS is executed during the processing of each record in the CT2 table. It allows data to be recorded or altered according to the user's specific needs.

This entry point is useful for customizations that require adjustments or additions to the accounting records before their finalization in the system.

03. OTHER INFORMATION


Entry Point (EP) manipulation in the system
ExecBlock("CTB420TRS", .F., .F., {(cAlias)->R_E_C_N_O_})
EP Example
#Include "PROTHEUS.ch"

User Function CTB420TRS() 
	
	Local nRecno 

	nRecno := PARAMIXB

	alert(nRecno)

RETURN


Important!

  • It should be noted that the use of the Entry Point (PE) and its impacts on the system are the customer's responsibility.
  • The examples used in this documentation are for demonstration purposes only; each customer must determine the behavior they wish to implement according to the scope of the entry point.

04. RELATED SUBJECTS

  • N/A