Table 5062 Attachment in 28
- App
- Base Application
- Namespace
- Microsoft.CRM.Interaction
Fields, 13Keys, 2Procedures, 33Events, 9
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, 33
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| OpenAttachment | (Text[260], Boolean, Code[10]) | public | - | |
| 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 | - | |
| ConstDiskFileName | () | Text | public | - |
| LinkToMessage | (Text, Text, Boolean) | 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 | - | |
| OpenAttachment | (var Record Segment Line, Text) | public | - | |
| GetEmailMessageUrl | () | Text | public | - |
| SetEmailMessageUrl | (Text) | public | - | |
| InsertRecord | () | public | - | |
| ImportAttachmentFromStream | (InStream, Text) | Integer | internal | - |
| ReadHTMLCustomLayoutAttachment | (var Text, var Code[20], var Text[250]) | Boolean | public | - |
| WriteHTMLCustomLayoutAttachment | (Text, Text[250]) | public | - | |
| ExportAttachmentToTempBlob | (var Codeunit Temp Blob) | Boolean | public | - |
Events, 9
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeExportAttachmentToServerFile | (var Record Attachment, Text, var Boolean, var Boolean) | - |
| Integration event | OnAfterCopyAttachmentAsFile | (var Record Attachment, var Record Attachment) | - |
| Integration event | OnBeforeShowAttachment | (var Record Segment Line, Text, var Boolean, var Record Attachment) | - |
| Integration event | OnShowAttachmentOnAfterCalcAttachmentFile | (var Record Attachment) | - |
| Integration event | OnBeforeOpenAttachment | (var Record Attachment, var Text[260], Boolean, Code[10], var Boolean) | - |
| Integration event | OnBeforeWizSaveAttachment | (var Record Attachment, var Boolean) | - |
| Integration event | OnBeforeWizEmbeddAttachment | (var Record Attachment, Record Attachment, var Boolean) | - |
| Integration event | OnBeforeConstDiskFileName | (var Record Attachment, var Text) | - |
| Integration event | OnBeforeImportAttachmentFromServerFile | (var Record Attachment, Text, var Boolean, Boolean, Boolean, var Boolean) | - |