Integration Event |
codeunit isaDOC_AttachementStorageMgt |
AddAttachementEnabledTable(var pTable: List of [integer]) |
|
Business Event |
codeunit isaDOC_AttachementStorageMgt |
OnBeforeCopyAllAttachement(VariantFrom: Variant; VariantTo: Variant; IsHandled: Boolean) |
Allow to make some action before copying Attachement |
Business Event |
codeunit isaDOC_AttachementStorageMgt |
OnAfterCopyAllAttachement(VariantFrom: Variant; VariantTo: Variant) |
Allow to make some action after copied Attachement |
Integration Event |
codeunit isaDOC_StorageTools |
GetMineTypeFromExtension(FileExtension: Text; MineType: Text) |
|
Integration Event |
table isaDOC_AttachementStorage |
OnBeforeSaveAttachmentFromStream(var DocAttachment: Record isaDOC_AttachementStorage; RecRef: RecordRef; FileName: Text; var DocStream: InStream; var Handled: Boolean) |
|
Integration Event |
table isaDOC_AttachementStorage |
OnBeforeInsertAttachment(var DocAttachment: Record isaDOC_AttachementStorage; var RecRef: RecordRef) |
|
Integration Event |
table isaDOC_AttachementStorage |
OnBeforeDownloadAttachment(RecRef: RecordRef; var DocAttachment: Record isaDOC_AttachementStorage; var Handled: Boolean) |
|
Integration Event |
table isaDOC_AttachementStorage |
OnAfterDownloadAttachment(RecRef: RecordRef; DocAttachment: Record isaDOC_AttachementStorage; ToFile: Text) |
|
Integration Event |
table isaDOC_AttachementStorage |
OnBeforeOpenInOneDrive(RecRef: RecordRef; var DocAttachment: Record isaDOC_AttachementStorage; var Handled: Boolean) |
|
Integration Event |
table isaDOC_AttachementStorage |
OnAfterOpenInOneDrive(RecRef: RecordRef; var DocAttachment: Record isaDOC_AttachementStorage; DocInStream: InStream) |
|
Integration Event |
table isaDOC_AttachementStorage |
OnBeforeShareWithOneDrive(RecRef: RecordRef; var DocAttachment: Record isaDOC_AttachementStorage; var Handled: Boolean) |
|
Integration Event |
table isaDOC_AttachementStorage |
OnAfterShareWithOneDrive(RecRef: RecordRef; var DocAttachment: Record isaDOC_AttachementStorage; DocInStream: InStream) |
|
Integration Event |
codeunit isaDOC_MigrationStorageMgt |
OnAfterSaveAttachment(var Document: Record isaDOC_AttachementStorage); |
|
Integration Event |
codeunit isaDOC_MigrationStorageMgt |
AddMigrationTable(var pTable: List of [integer]) |
|