Codeunit "Empl. Entry-SetAppl.ID"

ID 112
Namespace: Microsoft.HumanResources.Payables

Properties

Name Value
Permissions TableData "Employee Ledger Entry" = rimd

Methods

SetApplId

procedure SetApplId(var EmplLedgEntry: Record "Employee Ledger Entry", ApplyingEmplLedgEntry: Record "Employee Ledger Entry", AppliesToID: Code[50])

Parameters

Name Type Description
EmplLedgEntry Table Microsoft.HumanResources.Payables."Employee Ledger Entry"
ApplyingEmplLedgEntry Table Microsoft.HumanResources.Payables."Employee Ledger Entry"
AppliesToID Code[50]

Events

OnSetApplIdOnAfterEmplLedgEntryToUpdateModify

[IntegrationEvent(False,False)]
local procedure OnSetApplIdOnAfterEmplLedgEntryToUpdateModify(var EmplLedgerEntry: Record "Employee Ledger Entry", var TempEmplLedgEntry: Record "Employee Ledger Entry" temporary, ApplyingEmplLedgEntry: Record "Employee Ledger Entry", AppliesToID: Code[50])

Parameters

Name Type Description
EmplLedgerEntry Table Microsoft.HumanResources.Payables."Employee Ledger Entry"
TempEmplLedgEntry Table Microsoft.HumanResources.Payables."Employee Ledger Entry"
ApplyingEmplLedgEntry Table Microsoft.HumanResources.Payables."Employee Ledger Entry"
AppliesToID Code[50]

See also