Objects/Tables/Table 61 Electronic Document Format
Table 61 Electronic Document Format in 21
Jonas Paprotka, Base Application 21.5.53619.63803, checked
- App
- Base Application
Fields, 7Keys, 1Procedures, 11Events, 9
Versions171819202122232425262728latest
Source29
Fields, 7
| Id | Name | Type | Obsolete |
|---|
| 1 | Code | Code[20] | - |
| 2 | Usage | Enum Electronic Document Format Usage | - |
| 4 | Description | Text[250] | - |
| 5 | Codeunit ID | Integer | - |
| 6 | Codeunit Caption | Text[250] | - |
| 7 | Delivery Codeunit ID | Integer | - |
| 8 | Delivery Codeunit Caption | Text[250] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Code, Usage | - |
Procedures, 11
| Name | Parameters | Returns | Access | Obsolete |
|---|
| SendElectronically | (var Text[250], var Text[250], Variant, Code[20]) | | public | Pending 20.0 |
| Replaced by SendElectronically with TempBlob parameter. |
| ValidateElectronicServiceDocument | (Record Service Header, Code[20]) | | public | - |
| ValidateElectronicSalesDocument | (Record Sales Header, Code[20]) | | public | - |
| ValidateElectronicJobsDocument | (Record Job, Code[20]) | | public | - |
| GetAttachmentFileName | (Code[20], Text, Code[3]) | Text[250] | public | Pending 20.0 |
| Replaced by GetAttachmentFileName with RecordVariant parameter |
| GetDocumentUsage | (var Option, Variant) | | public | - |
| GetDocumentNo | (Variant) | Code[20] | public | - |
| ValidateElectronicFormat | (Code[20]) | | public | - |
| InsertElectronicFormat | (Code[20], Text[250], Integer, Integer, Option) | | public | - |
| SendElectronically | (var Codeunit Temp Blob, var Text[250], Variant, Code[20]) | | public | - |
| GetAttachmentFileName | (Variant, Code[20], Text, Code[3]) | Text[250] | public | - |
Events, 9
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnDiscoverElectronicFormat | () | - |
| Integration event | OnBeforeGetDocumentUsage | (Record Electronic Document Format, Variant, var Option, var Boolean) | - |
| Integration event | OnBeforeGetDocumentUsageForSalesHeader | (Record Electronic Document Format, Record Sales Header, var Option, var Boolean) | - |
| Integration event | OnBeforeGetDocumentUsageForServiceHeader | (Record Electronic Document Format, Record Service Header, var Option, var Boolean) | - |
| Integration event | OnGetDocumentNoCaseElse | (Variant, var Code[20], var Boolean) | - |
| Integration event | OnGetDocumentTypeCaseElse | (Variant, var Text[50]) | - |
| Integration event | OnSendElectronicallyOnBeforeRecordExportBufferInsert | (var Record Record Export Buffer, RecordRef) | - |
| Integration event | OnSendElectronicallyOnAfterRecRefGetTable | (var RecordRef) | - |
| Integration event | OnBeforeGetAttachmentFileName | (Variant, Code[20], Text, Code[3], var Boolean, var Text[250]) | - |