Table "Employee Ledger Entry"
ID 5222
Namespace: Microsoft.HumanResources.Payables
Properties
Fields
Name
Type
Description
"Entry No."
Integer
"Employee No."
Code[20]
"Posting Date"
Date
"Document Type"
Enum Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Document Type"
"Document No."
Code[20]
Description
Text[100]
"Currency Code"
Code[10]
Amount
Decimal
"Remaining Amount"
Decimal
"Original Amt. (LCY)"
Decimal
"Remaining Amt. (LCY)"
Decimal
"Amount (LCY)"
Decimal
"Employee Posting Group"
Code[20]
"Global Dimension 1 Code"
Code[20]
"Global Dimension 2 Code"
Code[20]
"Salespers./Purch. Code"
Code[20]
"User ID"
Code[50]
"Source Code"
Code[10]
"Applies-to Doc. Type"
Enum Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Document Type"
"Applies-to Doc. No."
Code[20]
Open
Boolean
Positive
Boolean
"Closed by Entry No."
Integer
"Closed at Date"
Date
"Closed by Amount"
Decimal
"Applies-to ID"
Code[50]
"Journal Templ. Name"
Code[10]
"Journal Batch Name"
Code[10]
"Reason Code"
Code[10]
"Bal. Account Type"
Enum Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Account Type"
"Bal. Account No."
Code[20]
"Transaction No."
Integer
"Closed by Amount (LCY)"
Decimal
"Debit Amount"
Decimal
"Credit Amount"
Decimal
"Debit Amount (LCY)"
Decimal
"Credit Amount (LCY)"
Decimal
"No. Series"
Code[20]
"Closed by Currency Code"
Code[10]
"Closed by Currency Amount"
Decimal
"Adjusted Currency Factor"
Decimal
"Original Currency Factor"
Decimal
"Original Amount"
Decimal
"Date Filter"
Date
"Amount to Apply"
Decimal
"Applying Entry"
Boolean
Reversed
Boolean
"Reversed by Entry No."
Integer
"Reversed Entry No."
Integer
"Creditor No."
Code[20]
"Payment Reference"
Code[50]
"Payment Method Code"
Code[10]
"Message to Recipient"
Text[140]
"Exported to Payment File"
Boolean
"Dimension Set ID"
Integer
"Shortcut Dimension 3 Code"
Code[20]
"Shortcut Dimension 4 Code"
Code[20]
"Shortcut Dimension 5 Code"
Code[20]
"Shortcut Dimension 6 Code"
Code[20]
"Shortcut Dimension 7 Code"
Code[20]
"Shortcut Dimension 8 Code"
Code[20]
SystemId
Guid
SystemCreatedAt
DateTime
SystemCreatedBy
Guid
SystemModifiedAt
DateTime
SystemModifiedBy
Guid
SystemRowVersion
BigInteger
Methods
CopyFromGenJnlLine
procedure CopyFromGenJnlLine(GenJnlLine: Record "Gen. Journal Line")
Parameters
ShowDimensions
procedure ShowDimensions()
CopyFromCVLedgEntryBuffer
procedure CopyFromCVLedgEntryBuffer(var CVLedgerEntryBuffer: Record "CV Ledger Entry Buffer")
Parameters
RecalculateAmounts
procedure RecalculateAmounts(FromCurrencyCode: Code[10], ToCurrencyCode: Code[10], PostingDate: Date)
Parameters
Name
Type
Description
FromCurrencyCode
Code[10]
ToCurrencyCode
Code[10]
PostingDate
Date
Events
OnAfterCopyEmployeeLedgerEntryFromGenJnlLine
[IntegrationEvent(False,False)]
local procedure OnAfterCopyEmployeeLedgerEntryFromGenJnlLine(var EmployeeLedgerEntry: Record "Employee Ledger Entry", GenJournalLine: Record "Gen. Journal Line")
Parameters
OnAfterCopyEmplLedgerEntryFromCVLedgEntryBuffer
[IntegrationEvent(False,False)]
local procedure OnAfterCopyEmplLedgerEntryFromCVLedgEntryBuffer(var EmployeeLedgerEntry: Record "Employee Ledger Entry", CVLedgerEntryBuffer: Record "CV Ledger Entry Buffer")
Parameters
OnAfterRecalculateAmounts
[IntegrationEvent(False,False)]
local procedure OnAfterRecalculateAmounts(var EmployeeLedgerEntry: Record "Employee Ledger Entry", FromCurrencyCode: Code[10], ToCurrencyCode: Code[10], PostingDate: Date)
Parameters
See also