Product: |
TOTVS Backoffice
|
Product Line: | Protheus Line |
Segment: | Services |
Module: | TOTVS Backoffice (Protheus Line) - Managerial Accounting (SIGAFIS)
|
Function: | CTBA270 |
Country: | Brazil |
Ticket: | Internal |
Requisite/Story/Issue | DSERCTR1-46829 |
The CT270BUT entry point allows the addition of extra buttons on specific screens or interfaces, customizing the interaction options available to the user. With it, it is possible to include new buttons that can execute specific actions or access additional functionalities, adapting the interface according to the user's needs.
IF ExistBlock("CT270BUT")
aCT270BUT := ExecBlock("CT270BUT",.F.,.F.,aRotina)
IF ValType(aCT270BUT) == "A" .AND. Len(aCT270BUT) > 0
FOR nX := 1 to len(aCT270BUT)
aAdd(aRotina,aCT270BUT[nX])
NEXT
ENDIF
ENDIF
User Function CT270BUT
Local aRotinaAux := {}
AADD( aRotinaAux , { "example" ,"u_exemplo()", 0 , 4})
Return aRotinaAux
Important!