Codeunit 1173 Document Attachment Mgmt in 24
- App
- Base Application
- Namespace
- Microsoft.Foundation.Attachment
Versions171819202122232425262728latest
Source29
Procedures, 26
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| IsDuplicateFile | (Integer, Code[20], Option, Integer, Text, Text) | Boolean | public | Pending 24.0 | |||
| Replaced with the same procedure with enum instead of option. | |||||||
| ShowNotification | (Variant, Integer, Boolean) | public | - | ||||
| ShowNotFoundPrintableReportsNotification | (Variant) | public | - | ||||
| ShowDocumentAttachments | (Notification) | public | - | ||||
| CopyAttachmentsForPostedDocs | (var RecordRef, var RecordRef) | public | - | ||||
| DeleteAttachedDocuments | (RecordRef) | public | - | ||||
| SetDocumentAttachmentFiltersForRecRef | (var Record Document Attachment, RecordRef) | public | - | ||||
| IsSalesDocumentFlow | (Integer) | Boolean | internal | - | |||
| IsPurchaseDocumentFlow | (Integer) | Boolean | internal | - | |||
| IsFlowFieldsEditable | (Integer) | Boolean | internal | - | |||
| TableHasNumberFieldPrimayKey | (Integer, var Integer) | Boolean | internal | - | |||
| TableHasDocTypePrimaryKey | (Integer, var Integer) | Boolean | internal | - | |||
| TableHasLineNumberPrimaryKey | (Integer, var Integer) | Boolean | internal | - | |||
| CopyAttachments | (var RecordRef, var RecordRef) | public | - | ||||
| DeleteAttachedDocumentsWithConfirm | (RecordRef) | public | - | ||||
| AttachedDocumentsExist | (RecordRef) | Boolean | public | - | |||
| SetDocumentAttachmentRelatedFiltersForRecRef | (var Record Document Attachment, RecordRef) | public | - | ||||
| SetDocumentAttachmentFiltersForRecRefInternal | (var Record Document Attachment, RecordRef, Boolean) | internal | - | ||||
| CopyAttachments | (Variant, Variant) | public | - | ||||
| CopyAttachmentsForPostedDocsLines | (var RecordRef, var RecordRef) | public | - | ||||
| MoveAttachmentsWithinSameRecordType | (var RecordRef, var RecordRef) | public | - | ||||
| ShowDocPrintedToAttachmentNotification | (Variant, Boolean) | public | - | ||||
| TableHasVATReportConfigCodePrimaryKey | (Integer, var Integer) | Boolean | internal | - | |||
| IsServiceDocumentFlow | (Integer) | Boolean | internal | - | |||
| TransformAttachmentDocumentTypeValue | (Integer, var Enum Attachment Document Type) | internal | - | ||||
| IsDuplicateFile | (Integer, Code[20], Enum Attachment Document Type, Integer, Text, Text) | Boolean | public | - | |||
Events, 14
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeCopyAttachmentsForPostedDocsLines | (var RecordRef, var RecordRef, var Boolean) | - |
| Integration event | OnBeforeDocAttachForPostedPurchaseDocs | (var Record Purchase Header, var Record Purch. Inv. Header, var Record Purch. Cr. Memo Hdr., var Boolean) | - |
| Integration event | OnBeforeDocAttachForPostedSalesDocs | (var Record Sales Header, var Record Sales Invoice Header, var Record Sales Cr.Memo Header, var Boolean) | - |
| Integration event | OnCopyAttachmentsForPostedDocsOnBeforeToDocumentAttachmentInsert | (var Record Document Attachment, var Record Document Attachment) | - |
| Integration event | OnCopyAttachmentsForPostedDocsOnAfterToDocumentAttachmentInsert | (var Record Document Attachment, var Record Document Attachment) | - |
| Integration event | OnIsDuplicateFileOnAfterSetFilters | (var Record Document Attachment) | - |
| Integration event | OnAfterSetDocumentAttachmentFiltersForRecRef | (var Record Document Attachment, RecordRef) | - |
| Integration event | OnBeforeDeleteAttachedDocumentsWithConfirm | (RecordRef, var Boolean) | - |
| Integration event | OnAfterTableHasNumberFieldPrimaryKey | (Integer, var Boolean, var Integer) | - |
| Integration event | OnAfterTableHasDocTypePrimaryKey | (Integer, var Boolean, var Integer) | - |
| Integration event | OnAfterTableHasLineNumberPrimaryKey | (Integer, var Boolean, var Integer) | - |
| Integration event | OnAfterSetDocumentAttachmentFiltersForRecRefInternal | (var Record Document Attachment, RecordRef, Boolean) | - |
| Integration event | OnSetRelatedAttachmentsFilterOnBeforeSetTableIdFilter | (Integer, var Integer) | - |
| Integration event | OnBeforeCopyAttachments | (var RecordRef, var RecordRef, var Boolean) | - |