Archive Queue Events
This article describes the events provided by Document Central related to the Archive Queue.
Publisher
Codeunit 5492908 "SIM_DMS Event Publisher"
Archive Queue Events
OnBeforePrintReportForUploadOfArchiveQueueEntry
| AL |
|---|
| [IntegrationEvent(false, false)]
procedure OnBeforePrintReportForUploadOfArchiveQueueEntry(ParamRecordSIMDMSArchiveQueueEntry: Record "SIM_DMS Archive Queue Entry"; ParamRRecordRef: RecordRef; ParamReportNoInteger: Integer)
begin
end;
|
Raised
This event is triggered before the Archive Queue Entry Report is printed during the process of uploding the document via the Job Queue.
Parameter
| Name |
Type |
Description |
| ParamRecordSIMDMSArchiveQueueEntry |
Record "SIM_DMS Archive Queue Entry" |
The Archive queue Entry that is procces at this moment. |
| ParamRRecordRef |
RecordRef |
The RecordReference of the Entry where the document was created at. |
| ParamReportNoInteger |
Integer |
The Report No of the Document. |
OnAfterPrintReportForUploadOfArchiveQueueEntry
| AL |
|---|
| [IntegrationEvent(false, false)]
procedure OnAfterPrintReportForUploadOfArchiveQueueEntry(ParamRecordSIMDMSArchiveQueueEntry: Record "SIM_DMS Archive Queue Entry"; ParamRRecordRef: RecordRef; ParamReportNoInteger: Integer)
begin
end;
|
Raised
This event is triggered after the Archive Queue Entry Report is Printed during the process of uploding the document via the Job queue .
Parameter
| Name |
Type |
Description |
| ParamRecordSIMDMSArchiveQueueEntry |
Record "SIM_DMS Archive Queue Entry" |
The Archive queue Entry that is procces at this moment. |
| ParamRRecordRef |
RecordRef |
The RecordReference of the Entry where the document was created at. |
| ParamReportNoInteger |
Integer |
The Report No of the Document. |
OnBeforeAddStationaryToDocumentOfArchiveQueueEntry
| AL |
|---|
| [IntegrationEvent(false, false)]
procedure OnBeforeAddStationaryToDocumentOfArchiveQueueEntry(ParamRecordSIMDMSArchiveQueueEntry: Record "SIM_DMS Archive Queue Entry"; ParamFileBase64StringText: Text; ParamFileBase64StringConcateText: Text)
begin
end;
|
Raised
This event is triggered before the Archive Queue Entry Document receives the Stationary.
Parameter
| Name |
Type |
Description |
| ParamRecordSIMDMSArchiveQueueEntry |
Record "SIM_DMS Archive Queue Entry" |
The Archive queue Entry that is procces at this moment. |
| ParamFileBase64StringText |
Text |
The Base64 of the Document. |
| ParamFileBase64StringConcateText |
Text |
The Base64 of the Stationary. |
OnAfterAddStationaryToDocumentOfArchiveQueueEntry
| AL |
|---|
| [IntegrationEvent(false, false)]
procedure OnAfterAddStationaryToDocumentOfArchiveQueueEntry(ParamRecordSIMDMSArchiveQueueEntry: Record "SIM_DMS Archive Queue Entry"; ParamFileContentBase64Text: Text)
begin
end;
|
Raised
This event is triggered before the Archive Queue Entry Document receives the Stationary.
Parameter
| Name |
Type |
Description |
| ParamRecordSIMDMSArchiveQueueEntry |
Record "SIM_DMS Archive Queue Entry" |
The Archive queue Entry that is procces at this moment. |
| ParamFileContentBase64Text |
Text |
The Base 64 of the document with the Stationary. |