01. GENERAL DATA

Product:

Product Line:

Protheus Line

Segment:

Services

Module:

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

Function:

CTBA500

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

The entry point CT500LIN is used to validate the existence of blank lines in the files that will be imported and accounted for in the Accounting via TXT routine. This entry point is called during the file reading and analysis process, allowing specific rules to be implemented to handle or reject invalid lines.

For the add of a file with blank lines to be allowed, the entry point's return must be false.

03. DOTHER INFORMATION


lCT500Lin:=ExecBlock("CT500Lin",.F.,.F.)
User Function CT500Lin()
	Local lRetorno
	lRetorno := MsgYesNo("Do you want to validate the blank lines?, "Validation ?")
Return lRetorno


  • 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