Codeunit "Job Jnl.-Post"

ID 1021
Namespace: Microsoft.Projects.Project.Posting

Properties

Name Value
TableNo Table Microsoft.Projects.Project.Journal."Job Journal Line"
EventSubscriberInstance Manual

Methods

SetHideDialog

procedure SetHideDialog(NewHideDialog: Boolean)

Parameters

Name Type Description
NewHideDialog Boolean

SetSuppressCommit

procedure SetSuppressCommit(NewSuppressCommit: Boolean)

Parameters

Name Type Description
NewSuppressCommit Boolean

Events

OnBeforeCode

[IntegrationEvent(False,False)]
local procedure OnBeforeCode(var JobJnlLine: Record "Job Journal Line", var HideDialog: Boolean, var SuppressCommit: Boolean)

Parameters

Name Type Description
JobJnlLine Table Microsoft.Projects.Project.Journal."Job Journal Line"
HideDialog Boolean
SuppressCommit Boolean

OnCodeOnAfterConfirm

[IntegrationEvent(False,False)]
local procedure OnCodeOnAfterConfirm(var JobJnlLine: Record "Job Journal Line")

Parameters

Name Type Description
JobJnlLine Table Microsoft.Projects.Project.Journal."Job Journal Line"

OnCodeOnBeforeConfirm

[IntegrationEvent(False,False)]
local procedure OnCodeOnBeforeConfirm(JobJnlLine: Record "Job Journal Line", var IsHandled: Boolean)

Parameters

Name Type Description
JobJnlLine Table Microsoft.Projects.Project.Journal."Job Journal Line"
IsHandled Boolean

See also