Codeunit CCS DMS PDF Upload
codeunit 5306055 "CCS DMS PDF Upload"
Events
OnAfterCreateFileName
event "CCS DMS PDF Upload" OnAfterCreateFileName(ReportId: Integer; RecRef: RecordRef; var FileName: Text)
Parameters
Name |
Type |
Description |
ReportId |
Integer |
|
RecRef |
RecordRef |
|
FileName |
Text |
|
Attributes
Name |
Arguments |
IntegrationEvent |
False, False |
OnBeforeReportSaveAs
event "CCS DMS PDF Upload" OnBeforeReportSaveAs(ReportId: Integer; var Parameters: Text; RecRef: RecordRef)
Parameters
Name |
Type |
Description |
ReportId |
Integer |
|
Parameters |
Text |
|
RecRef |
RecordRef |
|
Attributes
Name |
Arguments |
IntegrationEvent |
False, False |
OnBeforeSaveReportAsPdfAndUpload
event "CCS DMS PDF Upload" OnBeforeSaveReportAsPdfAndUpload(ReportId: Integer; RecRelatedVariant: Variant; var ContentType: Record "CCS DMS Content Type"; var ShowRequestPage: Boolean)
Parameters
Name |
Type |
Description |
ReportId |
Integer |
|
RecRelatedVariant |
Variant |
|
ContentType |
Record "CCS DMS Content Type" |
|
ShowRequestPage |
Boolean |
|
Attributes
Name |
Arguments |
IntegrationEvent |
False, False |
OnBeforeUploadFile
event "CCS DMS PDF Upload" OnBeforeUploadFile(var RecRef: RecordRef; var ContentType: Record "CCS DMS Content Type"; var FileName: Text; var TempBlob: Codeunit "Temp Blob")
Parameters
Name |
Type |
Description |
RecRef |
RecordRef |
|
ContentType |
Record "CCS DMS Content Type" |
|
FileName |
Text |
|
TempBlob |
Codeunit "Temp Blob" |
|
Attributes
Name |
Arguments |
IntegrationEvent |
False, False |