Codeunit "CA Jnl.-Check Line"

ID 1101
Namespace: Microsoft.CostAccounting.Posting

Properties

Name Value
TableNo Table Microsoft.CostAccounting.Journal."Cost Journal Line"

Methods

RunCheck

procedure RunCheck(var CostJnlLine: Record "Cost Journal Line")

Parameters

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

Events

OnAfterCheckCostJnlLine

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

Parameters

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

OnBeforeRunCheck

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

Parameters

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

OnRunCheckOnBeforeDateNotAllowed

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

Parameters

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

OnRunCheckOnBeforeVerifyCostCenterAndObjectFilled

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

Parameters

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

OnRunCheckOnBeforeVerifyBalCostCenterAndObjectFilled

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

Parameters

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

OnRunCheckOnBeforeCheckSourceCode

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

Parameters

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

OnRunCheckOnBeforeCheckBalCostCenterCode

[IntegrationEvent(False,False)]
local procedure OnRunCheckOnBeforeCheckBalCostCenterCode(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