01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Industry:

Services

Module:

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

Function:

ATFA125

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46748

02. DESCRIPTION

Entry point AF125GVT is located at the end of the transfer request recording feature and allows saving information that complements the process. You can use it to add more data or to make specific adjustments not handled by the system's default saving process.

With AF125GVT, the customer can input additional records or update the data required to complete the asset transfer cycle, making sure that all business requirements are met and that the data saved is consistent and complete.

03. OTHER INFORMATION


Handling of EP in the system
If ExistBlock( "AF125GVT" )
	ExecBlock( "AF125GVT" , .F., .F. )
EndIf
EP Example
User Function AF125GRVTR()

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

	RecLock( "SNM", .F. )

		SNM->NM_EMAIL:="teste2@teste.com.br"

	SNM->( MsUnlock() )

Return 

Important !!

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

  • Not Applicable.