Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

01. GENERAL DATA

Product:

TOTVS Backoffice

Product Line:

Protheus Line

Industry:

Services

Module:

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

Function:

ATFA251

Country:

Brazil

Ticket:

Internal

Requisite/Story/Issue

DSERCTR1-46030

02. DESCRIPTION

You can use entry point A251GRN3 to execute custom logic while saving aCols array data pertaining to fixed assets. It is called for each item before it finishes saving asset records in table SN4, allowing data adjustments or the application of specific business rules as needed.

03. OTHER INFORMATION


Bloco de código
languagecpp
themeRDark
titleHandling of EP in the system
If ExistBlock("A251GRN3")
	Execblock("A251GRN3",.F.,.F.,{Acols[nX],nX})
Endif

...