01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus line

Segment:

Services

Module:

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

Function:

CTBA160

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46748

02. DESCRIPTION

The entry point CT160BUT is used to allow for the customization of the buttons displayed on the Managerial Plan Registration interface. It enables the customization of buttons according to specific user needs or business rules implemented in the customer's environment.

03. OTHER INFORMATION


Entry Point (EP) manipulation in the system
If ExistBlock( "CT160BUT" )
	aCT160BUT := ExecBlock( "CT160BUT",.F.,.F.,aRotina)
	IF ValType(aCT160BUT) == "A" .AND. Len(aCT160BUT) > 0
		For nX := 1 To Len(aCT160BUT)
			aAdd(aRotina,aCT160BUT[nX])
		Next
	EndIf
EndIf
EP Example
User Function CT160BUT()
	Local aRet := { { "Test", "UserTest" , 0 , 1}}
RETURN aRet


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 ISSUES

  • It does not apply.