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 CT102BUT entry point enables the addition of new buttons to the aRotina array within the mbrowse navigation menu used for automated accounting entries. This functionality allows the user to customize the menu according to their specific needs, adding action options that complement the standard functionalities, such as commands for validations, additional queries, or specific operations within the context of automated accounting entries.

03. OTHER INFORMATION


Entry Point (EP) manipulation in the system
aCT102BUT := ExecBlock("CT102BUT",.F.,.F.,aRotina)
Example of EP
User Function CT102BUT()

	Local aBotao := {}

	aAdd(aBotao, {'New button',"U_CopyLct",   0 , 3    })

Return(aBotao)

User Function CopyLct()

	Alert("At this point, the customized copy routine for the client must be implemented.")

Return 

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.