Codeunit 487 Job Queue Start Report in 28
- App
- Base Application
- Namespace
- System.Threading
Versions171819202122232425262728latest
Source29
Procedures, 1
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| RunReport | (Integer, var Record Job Queue Entry) | public | - |
Events, 9
| Kind | Name | Parameters | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| Integration event | OnBeforeRunReport | (Integer, var Record Job Queue Entry, var Boolean) | Pending 27.0 | ||||
| This event has been moved to "Job Queue Start Report Base". | |||||||
| Integration event | OnRunReportOnAfterCalcShouldModifyNotifyOnSuccess | (Integer, var Record Job Queue Entry, var Boolean) | - | ||||
| Integration event | OnRunReportOnAfterAssignFields | (var Record Report Inbox, var Record Job Queue Entry) | Pending 27.0 | ||||
| This event will continue existing but only called for Job Queue Entries with output type <> None with this obsoletion. To handle Job Queue Entries of type None, hook into "Job Queue Start Report Base".OnBeforeRunReportInterface. | |||||||
| Integration event | OnRunReportOnBeforeCommit | (Record Report Inbox, var Record Job Queue Entry) | Pending 27.0 | ||||
| This event will continue existing but only called for Job Queue Entries with output type <> None with this obsoletion. To handle Job Queue Entries of type None, hook into "Job Queue Start Report Runner".OnAfterRunReport. | |||||||
| Integration event | OnBeforeProcessSaveAs | (Integer, var Record Job Queue Entry, Boolean, var RecordRef, ReportFormat, var OutStream, var Boolean) | - | ||||
| Integration event | OnRunReportOnAfterProcessDifferentReportOutputTypes | (Integer, var Record Job Queue Entry) | - | ||||
| Integration event | OnRunReportOnBeforeReportInboxInsert | (Record Report Inbox, var Record Job Queue Entry, var Boolean) | - | ||||
| Integration event | OnBeforeProcessPrint | (Integer, var Record Job Queue Entry, var Boolean, var RecordRef) | - | ||||
| Integration event | OnAfterProcessPrint | (Integer, var Record Job Queue Entry, Boolean) | - | ||||