Codeunit "G/L Entry-Edit"

ID 115
Namespace: Microsoft.Finance.GeneralLedger.Ledger

Properties

Name Value
EventSubscriberInstance Manual
Permissions TableData "G/L Entry" = m
TableNo Table Microsoft.Finance.GeneralLedger.Ledger."G/L Entry"

Events

OnBeforeGLLedgEntryModify

[IntegrationEvent(False,False)]
local procedure OnBeforeGLLedgEntryModify(var GLEntry: Record "G/L Entry", FromGLEntry: Record "G/L Entry")

Parameters

Name Type Description
GLEntry Table Microsoft.Finance.GeneralLedger.Ledger."G/L Entry"
FromGLEntry Table Microsoft.Finance.GeneralLedger.Ledger."G/L Entry"

See also