Codeunit "Job Queue Start Report Runner"
ID 9812
Namespace: System.Threading
Implements
Methods
RunReport
procedure RunReport(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry")
Parameters
| Name | Type | Description |
|---|---|---|
| ReportID | Integer | |
| JobQueueEntry | Table System.Threading."Job Queue Entry" |
Events
OnAfterExecuteReport
Event triggered before executing a report. Please note that this procedure does not support changing the report output type.
[IntegrationEvent(False,False)]
local procedure OnAfterExecuteReport(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry", var ShouldModifyNotifyOnSuccess: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ReportID | Integer |
The ID of the report that was executed. |
| JobQueueEntry | Table System.Threading."Job Queue Entry" |
The job queue entry that is being executed. |
| ShouldModifyNotifyOnSuccess | Boolean |
Set to true if the Notify On Success field should be modified to true. |
OnAfterRunReport
[IntegrationEvent(False,False)]
local procedure OnAfterRunReport(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry")
Parameters
| Name | Type | Description |
|---|---|---|
| ReportID | Integer | |
| JobQueueEntry | Table System.Threading."Job Queue Entry" |