01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Industry:

Technology

Module:

TOTVS Backoffice (Protheus Line) - Fixed Assets (SIGAATF)

Function:

ATFA125

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46829

02. DESCRIPTION

Entry point AF125GRVBX is executed to complement the recording of the SNM table, when entering new fields to be read by the default workflow of Protheus.

03. OTHER INFORMATION

If ExistBlock( "AF125GRVBX" )
	ExecBlock( "AF125GRVBX" , .F., .F. )
EndIf
#INCLUDE "Protheus.ch"

User Function AF125GRVBX()

	MsgAlert("E-mail Field","Information for workflow")

	RecLock( "SNM", .F. )

	SNM->NM_EMAIL:="[email protected]"

	SNM->( MsUnlock() )

Return
  • 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 check what behavior they want to perform according to the scope of the entry point.

04. RELATED SUBJECTS