Codeunit "Res. Jnl.-Check Line"

ID 211
Namespace: Microsoft.Projects.Resources.Journal

Properties

Name Value
TableNo Table Microsoft.Projects.Resources.Journal."Res. Journal Line"

Methods

RunCheck

procedure RunCheck(var ResJnlLine: Record "Res. Journal Line")

Parameters

Name Type Description
ResJnlLine Table Microsoft.Projects.Resources.Journal."Res. Journal Line"

Events

OnAfterRunCheck

[IntegrationEvent(False,False)]
local procedure OnAfterRunCheck(var ResJournalLine: Record "Res. Journal Line")

Parameters

Name Type Description
ResJournalLine Table Microsoft.Projects.Resources.Journal."Res. Journal Line"

OnBeforeCheckDimensions

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckDimensions(var ResJournalLine: Record "Res. Journal Line", var IsHandled: Boolean)

Parameters

Name Type Description
ResJournalLine Table Microsoft.Projects.Resources.Journal."Res. Journal Line"
IsHandled Boolean

OnBeforeRunCheck

[IntegrationEvent(False,False)]
local procedure OnBeforeRunCheck(var ResJournalLine: Record "Res. Journal Line", var IsHandled: Boolean)

Parameters

Name Type Description
ResJournalLine Table Microsoft.Projects.Resources.Journal."Res. Journal Line"
IsHandled Boolean

OnCheckPostingDateOnBeforeCheckAllowedPostingDate

[IntegrationEvent(False,False)]
local procedure OnCheckPostingDateOnBeforeCheckAllowedPostingDate(PostingDate: Date, var IsHandled: Boolean)

Parameters

Name Type Description
PostingDate Date
IsHandled Boolean

OnCheckDimensionsOnAfterAssignDimTableIDs

[IntegrationEvent(False,False)]
local procedure OnCheckDimensionsOnAfterAssignDimTableIDs(var ResJnlLine: Record "Res. Journal Line", var TableID: array[10] of Integer, var No: array[10] of Code[20])

Parameters

Name Type Description
ResJnlLine Table Microsoft.Projects.Resources.Journal."Res. Journal Line"
TableID array[10] of Integer
No array[10] of Code[20]

See also