01. GENERAL DATA

Product:

TOTVS Backoffice

Product line:

Protheus line

Segment:

Serviços

Module:

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

Function:

CTBA102

Country:

Brazil

Ticket:

Internal

Requirement/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

The CT102BTO entry point allows for the customization of specific functionalities in the inclusion of accounting entries, covering both manual and automated entries. It offers flexibility to adapt the inclusion process according to the business rules defined by the user, enabling personalized interventions during the creation of the entries.

03. OTHER INFORMATION


Entry Point (EP) manipulation in the system
aButBrowse := ExecBlock("CT102BTO",.F.,.F.,{aButton})

IF ValType(aButBrowse) == "A" .AND. Len(aButBrowse) > 0
	FOR nX := 1 to len(aButBrowse)
		aAdd(aButton,aButBrowse[nX])
	NEXT
ENDIF
Example of EP
User Function CT102BTO()
	
	Local aButton := PARAMIXB[1]
	Local aButtonAux := {}   
	Aadd(  aButtonAux , {"example"   ,{ || U_EMEMPLO() }, "Details example"	, "example" } )

Return  aButtonAux 

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 ISSUES

  • It does not apply.