01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Segment:

Services

Module:

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

Function:

CTBA276

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

The entry point CTB276BUT is used to add custom buttons to the Apportionment Group registration screen.

03. OTHER INFORMATION


Entry Point (EP) manipulation in the system
IF ExistBlock("CTB276BUT")
	aCTB276BUT := ExecBlock("CTB276BUT",.F.,.F.,aRotina)	
	IF ValType(aCTB276BUT) == "A" .AND. Len(aCTB276BUT) > 0
		FOR nX := 1 to len(aCTB276BUT)
			aAdd(aRotina,aCTB276BUT[nX])
		NEXT
	ENDIF
ENDIF
EP Example
User Function CTB276BUT
	
	Local aRotinaAux := {}
	
	AADD( aRotinaAux , {"EXAMPLE"	,"U_EXEMPLO()", 0, 2})

Return  aRotinaAux 


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