Codeunit 18006632 EOS Transfer Entries To C/A
Codeunit EOS Transfer Entries To C/A (ID 18006632).
procedure ConfirmTransferGLtoCA()
ConfirmTransferGLtoCA.
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.