Objects/Tables/Table 133 Incoming Document Attachment
Table 133 Incoming Document Attachment in 20
Jonas Paprotka, Base Application 20.5.45456.61928, checked
- App
- Base Application
Fields, 23Keys, 2Procedures, 17Events, 4
Versions171819202122232425262728latest
Source29
Fields, 23
| Id | Name | Type | Obsolete |
|---|
| 1 | Incoming Document Entry No. | Integer | - |
| 2 | Line No. | Integer | - |
| 3 | Created Date-Time | DateTime | - |
| 4 | Created By User Name | Code[50] | - |
| 5 | Name | Text[250] | - |
| 6 | Type | Option | - |
| 7 | File Extension | Text[30] | - |
| 8 | Content | Blob | - |
| 9 | Document No. | Code[20] | - |
| 10 | Posting Date | Date | - |
| 11 | Document Table No. Filter | Integer | - |
| 12 | Document Type Filter | Enum Incoming Document Type | - |
| 13 | Document No. Filter | Code[20] | - |
| 14 | Journal Template Name Filter | Code[20] | - |
| 15 | Journal Batch Name Filter | Code[20] | - |
| 16 | Journal Line No. Filter | Integer | - |
| 17 | Default | Boolean | - |
| 18 | Use for OCR | Boolean | - |
| 19 | External Document Reference | Text[50] | - |
| 20 | OCR Service Document Reference | Text[50] | - |
| 21 | Generated from OCR | Boolean | - |
| 22 | Main Attachment | Boolean | - |
| 8000 | Id | Guid | Pending 15.0 |
| This functionality will be replaced by the systemID field |
Keys, 2
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Incoming Document Entry No., Line No. | - |
| Key2 | Document No., Posting Date | - |
Procedures, 17
| Name | Parameters | Returns | Access | Obsolete |
|---|
| NewAttachment | () | | public | - |
| NewAttachmentFromGenJnlLine | (Record Gen. Journal Line) | | public | - |
| NewAttachmentFromSalesDocument | (Record Sales Header) | | public | - |
| NewAttachmentFromPurchaseDocument | (Record Purchase Header) | | public | - |
| NewAttachmentFromDocument | (Integer, Integer, Option, Code[20]) | | public | - |
| NewAttachmentFromPostedDocument | (Code[20], Date) | | public | - |
| Import | () | Boolean | public | - |
| Export | (Text, Boolean) | Text | public | - |
| DeleteAttachment | () | | public | - |
| SendToOCR | () | | public | - |
| GetFullName | () | Text | public | - |
| ExtractHeaderFields | (var DotNet XmlNode, var Record Incoming Document) | | public | - |
| SetFiltersFromMainRecord | (var RecordRef, var Record Incoming Document Attachment) | | public | - |
| AddFieldToFieldBuffer | (var Record Field Buffer, Integer) | | public | - |
| SendNotifActionCompleted | () | | public | - |
| SetContentFromBlob | (Codeunit Temp Blob) | | public | - |
| Import | (Boolean) | Boolean | public | - |
Events, 4
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAttachBinaryFile | () | - |
| Integration event | OnGetBinaryContent | (var Codeunit Temp Blob, Integer) | - |
| Integration event | OnBeforeExtractHeaderFields | (var Record Field Buffer, var Record Incoming Document) | - |
| Integration event | OnBeforeSetFiltersFromMainRecord | (var RecordRef, var Record Incoming Document Attachment, var Boolean) | - |