Páginas filhas
  • TUPENT_DT_AF060CCTB_CANCELAMENTO_TRANSFERENCIA_CONTABIL

Versões comparadas

Chave

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

TUPENT_DT_AF060CCTB_CANCELAMENTO_TRANSFERENCIA_CONTABIL

TUPENT_DT_AF060CCTB_CANCELAMENTO_TRANSFERENCIA_CONTABIL

Requirement Characteristics

Product Line:

Microsiga Protheus

Industry:

Services

Module:

SIGAATF - Fixed Assets

Routine:

RoutineTechnical Name
ATFA060Transfer

Entry Point:

AF060CCTB

Related Tickets

TUPENT

Countries:

All

Database:

All

Tables Used:

SN1 - Fixed Assets
SN3 - Balances and Amounts

Operating Systems:

All

Description

The entry point AF060CCTB allows you to change the data from tables SN1 and SN3 after the Accounting Transfer Cancelation

Entry Point

Description:

The entry point AF060CCTB allows you to change the data from tables SN1 and SN3 after the Accounting Transfer Cancelation

Events:

AFA060CCTB

Source Program:

ATFA060 - Transfer

Function:

A060CanCtb - Function for canceling the Accounting Transfer

 
Example: #INCLUDE "Protheus.ch"
User Function AF060CCTB()
Alert("Entry Point executed after saving data from table SN3 from the source record")
If SN3->(FieldPos("N3_HISTOR")) > 0
RecLock("SN3", .F.)
SN3->N3_HISTOR := 'Transfer Canc.'
MsUnlock("SN3")
EndIf
Return
Image Removed

Image Added