01. GENERAL DATA

Product:

TOTVS Backoffice

Product line:

Protheus line

Segment:

Serviços

Module:

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

Function:

CTBA060

Country:

Brazil

Ticket:

Internal

Requirement/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

The CT060ALT entry point is executed immediately after the changes to the Value Class registration are recorded. Its main function is to allow the implementation of additional validations or operations as soon as the modifications are saved. This entry point is useful for ensuring that any updates made to the Value Class meet the specific integrity or compliance criteria required for the accounting system or for financial analysis records associated with these classes.

03. OTHER INFORMATION


Entry Point (EP) manipulation in the system
If ExistBlock("CT060ALT")
	ExecBlock("CT060ALT",.F.,.F.,{nOpc})
EndIf
Example of EP
User Function CT060ALT()

	Local nOpc := ParamIXB[1]

	If nOpc == 4

	MsgInfo("Entry point executed after saving in the value class change")

	EndIf

Return


Importante!

  • 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. ASSUNTOS RELACIONADOS

  • Não se aplica.