Report "Job Journal - Test"

ID 1005
Namespace: Microsoft.Projects.Project.Reports

Review the results of posting before you post to the projects ledger. Edit the journal lines if there are errors to correct.

Properties

Name Value
AdditionalSearchTerms Job Journal - Test
DefaultLayout RDLC
RDLCLayout ./Projects/Project/Reports/JobJournalTest.rdlc
ApplicationArea #Jobs
Caption Project Journal - Test
UsageCategory ReportsAndAnalysis

Methods

AddError

procedure AddError(Text: Text[250])

Parameters

Name Type Description
Text Text[250]

InitializeRequest

procedure InitializeRequest(NewShowDim: Boolean)

Parameters

Name Type Description
NewShowDim Boolean

Events

OnAfterAssignDimTableID

[IntegrationEvent(False,False)]
local procedure OnAfterAssignDimTableID(JobJournalLine: Record "Job Journal Line", var TableID: array[10] of Integer, var No: array[10] of Code[20])

Parameters

Name Type Description
JobJournalLine Table Microsoft.Projects.Project.Journal."Job Journal Line"
TableID array[10] of Integer
No array[10] of Code[20]

OnAfterGetRecordOnAfterCheckDocumentNo

[IntegrationEvent(False,False)]
local procedure OnAfterGetRecordOnAfterCheckDocumentNo(JobJournalLine: Record "Job Journal Line", var ErrorCounter: Integer, var ErrorText: array[50] of Text[50])

Parameters

Name Type Description
JobJournalLine Table Microsoft.Projects.Project.Journal."Job Journal Line"
ErrorCounter Integer
ErrorText array[50] of Text[50]

OnAfterGetRecordOnBeforeJobTaskError

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

Parameters

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

OnBeforeCheckJob

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckJob(var JobJournalLine: Record "Job Journal Line", var ErrorCounter: Integer, var ErrorText: array[50] of Text[250], var IsHandled: Boolean)

Parameters

Name Type Description
JobJournalLine Table Microsoft.Projects.Project.Journal."Job Journal Line"
ErrorCounter Integer
ErrorText array[50] of Text[250]
IsHandled Boolean

See also