Report 70491821 EOS074 EDI Messages Out (v2)
Report 70491821 EOS074 EDI Messages Out (v2)
Language | Caption |
---|---|
de-AT | Ausgehende EDI-Nachrichten erstellen (NEU) |
de-CH | Ausgehende EDI-Nachrichten erstellen (NEU) |
de-DE | Ausgehende EDI-Nachrichten erstellen (NEU) |
en-US | Create EDI Messages Outbound (NEW) |
it-CH | Creazione messaggi EDI in uscita (NEW) |
it-IT | Creazione messaggi EDI in uscita (NEW) |
Methods
SilentMode
procedure SilentMode(): Boolean
Parameters / Return Value
- Returns
Boolean
SilentMode
procedure SilentMode(NewSilentMode: Boolean)
Parameters / Return Value
- NewSilentMode
Boolean
InitRequest
procedure InitRequest(NewExport: Boolean)
Parameters / Return Value
- NewExport
Boolean
Events
OnCollectingDocuments
local procedure OnCollectingDocuments(var EDIMessageSetup: record "EOS074 EDI Message Setup"; var DocCheckBuffer: Record "EOS074 EDI Docum. Check Buffer")
Allows to select which documents to process, runs before the report is processed inside OnAfterGetRecord.
Parameters / Return Value
EDIMessageSetup
record "EOS074 EDI Message Setup"
Record of the setup on table EOS074 EDI Message Setup
DocCheckBuffer
Record "EOS074 EDI Docum. Check Buffer"
Buffer where the documents are stored, ready to be processed
OnBeforeSkipDocument
local procedure OnBeforeSkipDocument(var DocCheckBuffer: Record "EOS074 EDI Docum. Check Buffer"; EDIMessageSetup: record "EOS074 EDI Message Setup"; var isHandled: Boolean; var ToSkip: Boolean)
Allows to select if a document should be skipped, runs before the SkipDocument procedure runs.
Parameters / Return Value
DocCheckBuffer
Record "EOS074 EDI Docum. Check Buffer"
Buffer where the current document is stored, ready to be processed
EDIMessageSetup
record "EOS074 EDI Message Setup"
Record of the setup on table EOS074 EDI Message Setup
isHandled
Boolean
ToSkip
Boolean
Allows to skip the current document, IsHandled must be true or it can be overwrited
OnAfterSkipDocument
local procedure OnAfterSkipDocument(var DocCheckBuffer: Record "EOS074 EDI Docum. Check Buffer"; EDIMessageSetup: record "EOS074 EDI Message Setup"; var ToSkip: Boolean)
Allows to select if a document should be skipped, runs after the SkipDocument procedure runs.
Parameters / Return Value
DocCheckBuffer
Record "EOS074 EDI Docum. Check Buffer"
Buffer where the documents are stored, ready to be processed
EDIMessageSetup
record "EOS074 EDI Message Setup"
Record of the setup on table EOS074 EDI Message Setup
ToSkip
Boolean
Allows to skip the current document, overwrites the current ToSkip flag
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.