Codeunit 18006632 EOS Transfer Entries To C/A
Codeunit EOS Transfer Entries To C/A (ID 18006632).
procedure ConfirmTransferGLtoCA()
ConfirmTransferGLtoCA.
local procedure OnRunCanTransfer(GLEntry: Record "G/L Entry"; var SkipGLEntry: Boolean)
This event allows you to extend the exclusion criteria for ledger entries note: for simulated entry the fields are valued as follows “Entry No.” := -“Entry No."; “Close Income Statement Dim. ID” := DATABASE::“EOS Sim. G/L Entry”;
GLEntry Record "G/L Entry"
Record “G/L Entry”
SkipGLEntry Boolean
set to true if you want to skip the record
local procedure OnAfterInsertCostJournalLine(var TempCostJnlLine: Record "EOS C/A Journal Line" temporary)
Record "EOS C/A Journal Line"
local procedure OnBeforeInsertCostJournalLine(var TempCostJnlLine: Record "EOS C/A Journal Line" temporary; GLEntry: Record "G/L Entry" temporary)
TempCostJnlLine Record "EOS C/A Journal Line"
GLEntry Record "G/L Entry"
local procedure OnBeforeSkipGLEntry(GLEntry: Record "G/L Entry"; var ReturnValue: Boolean; var IsHandled: Boolean)
GLEntry Record "G/L Entry"
ReturnValue Boolean
IsHandled Boolean
local procedure OnBeforeResolveCAAccountNo(var GLEntry: Record "G/L Entry"; var IsHandled: Boolean)
GLEntry Record "G/L Entry"
IsHandled Boolean
local procedure OnBeforeRun(var IsHandled: Boolean)
Boolean
local procedure OnAfterSetFilterPostingDateToGLEntry(var GLEntry: Record "G/L Entry")
Record "G/L Entry"
local procedure OnAfterSetFilterPostingDateToSimGLEntry(var SimGLEntry: Record "EOS Sim. G/L Entry")
Record "EOS Sim. G/L Entry"
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.