01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Segment:

Services

Module:

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

Function:

CTBXATU

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

The entry point CTB101EXC is triggered after the deletion) of an accounting entry, allowing for complementary actions or the recording of specific information after the deletion process. This entry point enables the user to implement additional logic to process the data or adjust other information that may depend on the removal of the accounting entry.

03. OTHER INFORMATION


Entry Point (EP) manipulation in the system
lPodeExc := ExecBlock("CTB101EXC",.F.,.F.)
If ValType(lPodeExc) <> "L"
	lPodeExc := .T.
EndIf
EP Example
USER FUNCTION CTB101EXC()

	LOCAL cMensagem := ""
	LOCAL cEOL		:= CHR(10)+CHR(13)

	cMensagem := "ENTRY POINT: CTB101EXC"+cEOLcMensagem += "No parameters available"

	APMSGALERT(cMensagem)

RETURN .T.


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. RELATED SUBJECTS

  • N/A