Codeunit "CA Jnl.-Post Batch"

ID 1103
Namespace: Microsoft.CostAccounting.Posting

Properties

Name Value
Permissions TableData "Cost Journal Batch" = rimd
TableNo Table Microsoft.CostAccounting.Journal."Cost Journal Line"

Events

OnAfterAssignCostRegNo

[IntegrationEvent(False,False)]
local procedure OnAfterAssignCostRegNo(var CostJournalLine: Record "Cost Journal Line", var CostReg: Record "Cost Register", CostRegNo: Integer)

Parameters

Name Type Description
CostJournalLine Table Microsoft.CostAccounting.Journal."Cost Journal Line"
CostReg Table Microsoft.CostAccounting.Ledger."Cost Register"
CostRegNo Integer

OnAfterCode

[IntegrationEvent(False,False)]
local procedure OnAfterCode(var CostJournalLine: Record "Cost Journal Line")

Parameters

Name Type Description
CostJournalLine Table Microsoft.CostAccounting.Journal."Cost Journal Line"

OnBeforeCode

[IntegrationEvent(False,False)]
local procedure OnBeforeCode(var CostJournalLine: Record "Cost Journal Line", var CostReg: Record "Cost Register", var SuppressCommit: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
CostJournalLine Table Microsoft.CostAccounting.Journal."Cost Journal Line"
CostReg Table Microsoft.CostAccounting.Ledger."Cost Register"
SuppressCommit Boolean
IsHandled Boolean

OnBeforeCheckBalance

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckBalance(var CostJournalLine: Record "Cost Journal Line", var IsHandled: Boolean)

Parameters

Name Type Description
CostJournalLine Table Microsoft.CostAccounting.Journal."Cost Journal Line"
IsHandled Boolean

See also