01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Segment:

Services

Module:

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

Function:

CTBA278

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

The entry point CTB278BUT allows for the inclusion of an additional button on the Statistical Index Maintenance screen. This entry point facilitates interface customization, allowing the user to add specific and personalized functionalities directly to the maintenance screen, meeting unique needs for data interaction and manipulation.

03. OTHER INFORMATION


Entry Point (EP) manipulation in the system
IF ExistBlock("Ctb278BUT")
	aCtb278BUT := ExecBlock("Ctb278BUT",.F.,.F.,aRotina)

	IF ValType(aCtb278BUT) == "A" .AND. Len(aCtb278BUT) > 0
		FOR nX := 1 to len(aCtb278BUT)
			aAdd(aRotina,aCtb278BUT[nX])
		NEXT
	ENDIF
ENDIF
EP Example
User Function CTB278BUT()

	Private aCtb278BUT := ParamIXB

	MsgAlert("ENTRY POINT CTB278BUT")  

Return 


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