Objects/Tables/Table 5062 Attachment
Table 5062 Attachment in 18
Jonas Paprotka, Base Application 18.5.29545.46345, checked
- App
- Base Application
Fields, 13Keys, 2Procedures, 30Events, 5
Versions171819202122232425262728latest
Source29
Fields, 13
| Id | Name | Type | Obsolete |
|---|
| 1 | No. | Integer | - |
| 2 | Attachment File | Blob | - |
| 3 | Storage Type | Enum Attachment Storage Type | - |
| 4 | Storage Pointer | Text[250] | - |
| 5 | File Extension | Text[250] | - |
| 6 | Read Only | Boolean | - |
| 7 | Last Date Modified | Date | - |
| 8 | Last Time Modified | Time | - |
| 13 | Merge Source | Blob | - |
| 14 | Email Message ID | Blob | - |
| 15 | Email Entry ID | Blob | - |
| 16 | Email Message Checksum | Integer | - |
| 17 | Email Message Url | Blob | - |
Keys, 2
| Name | Fields | Obsolete |
|---|
| Key1, clustered | No. | - |
| Key2 | Email Message Checksum | - |
Procedures, 30
| Name | Parameters | Returns | Access | Obsolete |
|---|
| OpenAttachment | (Text[260], Boolean, Code[10]) | | public | - |
| ShowAttachment | (var Record Segment Line, Text[260], Boolean, Boolean) | | public | Pending 19.0 |
| Replaced with an overload with two parameters. |
| RunAttachment | (var Record Segment Line, Text[260], Boolean, Boolean, Boolean) | | public | Pending 19.0 |
| Replaced with procedure ShowAttachment with two parameters. |
| ExportAttachmentToClientFile | (var Text) | Boolean | public | - |
| ImportAttachmentFromClientFile | (Text, Boolean, Boolean) | Boolean | public | - |
| ExportAttachmentToServerFile | (var Text) | Boolean | public | - |
| ImportAttachmentFromServerFile | (Text, Boolean, Boolean) | Boolean | public | - |
| RemoveAttachment | (Boolean) | Boolean | public | - |
| WizEmbeddAttachment | (Record Attachment) | | public | - |
| WizSaveAttachment | () | | public | - |
| ConstFilename | () | Text | public | Pending 17.3 |
| The local file system is not accessible, the procedure FileMgt.ClientTempFileName will always throw an error. This procedure will be removed. |
| ConstDiskFileName | () | Text | public | - |
| CheckCorrespondenceType | (Enum Correspondence Type) | Text[80] | public | - |
| LinkToMessage | (Text, Text, Boolean) | | public | - |
| DisplayInOutlook | () | | public | - |
| Checksum | (Text) | Integer | public | - |
| GetMessageID | () | Text | public | - |
| SetMessageID | (Text) | | public | - |
| SetEntryID | (Text) | | public | - |
| Read | () | Text | public | - |
| Write | (Text) | | public | - |
| ReadHTMLCustomLayoutAttachment | (var Text, var Code[20]) | Boolean | public | - |
| WriteHTMLCustomLayoutAttachment | (Text, Code[20]) | | public | - |
| IsHTML | () | Boolean | public | - |
| IsHTMLReady | () | Boolean | public | - |
| IsHTMLCustomLayout | () | Boolean | public | - |
| GetServerFileName | (Text) | Text | public | - |
| SetAttachmentFileFromBlob | (Codeunit Temp Blob) | | public | - |
| ShowAttachment | (var Record Segment Line, Text) | | public | - |
| SetAttachmentFileFromStream | (InStream) | | internal | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeRunAttachment | (var Record Segment Line, Text[260], Boolean, Boolean, Boolean, var Boolean) | - |
| Integration event | OnBeforeExportAttachmentToServerFile | (var Record Attachment, Text, var Boolean, var Boolean) | - |
| Integration event | OnBeforeImportAttachmentFromServerFile | (var Record Attachment, Text, var Boolean, var Boolean) | - |
| Integration event | OnRunAttachmentOnBeforeWordManagementRunMergedDocument | (var Record Attachment, var Boolean) | - |
| Integration event | OnBeforeShowAttachment | (var Record Segment Line, Text, var Boolean) | - |