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-46829

02. DESCRIPTION

The entry point CT160TOK is used to perform specific user-related validations when recording the managerial view, using the traditional display This point allows for the customization of validation rules to meet specific requirements before concluding the recording process. If the return is true, it allows the routine to be recorded; if false, it does not exit the inclusion or alteration screen.

03. OTHER INFORMATION


Entry Point (EP) manipulation in the system
If ExistBlock("CT160TOK")
	xRet := ExecBlock("CT160TOK",.F.,.F.)
	If ValType(xRet) == "L"
		lRet := xRet
	EndIf
EndIf
EP Example
User Function CT160TOK()
	Alert("ENTRY POINT CT160TOK")
Return .T. 


Importante!

  • It is noteworthy that the customer is responsible for EP utilization and its impacts on the system.
  • 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.