Codeunit "Serv. Electr. Doc. Format"
ID 6464
Namespace: Microsoft.Foundation.Reporting
Methods
ValidateElectronicServiceDocument
procedure ValidateElectronicServiceDocument(ServiceHeader: Record "Service Header", ElectronicFormat: Code[20])
Parameters
| Name | Type | Description |
|---|---|---|
| ServiceHeader | Table Microsoft.Service.Document."Service Header" | |
| ElectronicFormat | Code[20] |
Events
OnBeforeGetDocumentFormatUsageForServiceHeader
[IntegrationEvent(False,False)]
local procedure OnBeforeGetDocumentFormatUsageForServiceHeader(ServiceHeader: Record "Service Header", var DocumentUsage: Enum "Electronic Document Format Usage", var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ServiceHeader | Table Microsoft.Service.Document."Service Header" | |
| DocumentUsage | Enum Microsoft.Foundation.Reporting."Electronic Document Format Usage" | |
| IsHandled | Boolean |