Codeunit "Empl. Entry-Edit"

ID 114
Namespace: Microsoft.HumanResources.Payables

Properties

Name Value
Permissions TableData "Employee Ledger Entry" = rm, TableData "Detailed Employee Ledger Entry" = rm
TableNo Table Microsoft.HumanResources.Payables."Employee Ledger Entry"

Events

OnBeforeEmplLedgEntryModify

[IntegrationEvent(False,False)]
local procedure OnBeforeEmplLedgEntryModify(var EmplLedgEntry: Record "Employee Ledger Entry", FromEmplLedgEntry: Record "Employee Ledger Entry")

Parameters

Name Type Description
EmplLedgEntry Table Microsoft.HumanResources.Payables."Employee Ledger Entry"
FromEmplLedgEntry Table Microsoft.HumanResources.Payables."Employee Ledger Entry"

See also