procedure CalcBalance(var CostJnlLine: Record "Cost Journal Line", LastCostJnlLine: Record "Cost Journal Line", var Balance: Decimal, var TotalBalance: Decimal, var ShowBalance: Boolean, var ShowTotalBalance: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeTemplateSelection(var CostJournalLine: Record "Cost Journal Line", var JnlSelected: Boolean, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeTemplateSelectionFromBatch(var CostJnlBatch: Record "Cost Journal Batch", var IsHandled: Boolean)