Codeunit 18123055 EOS Inb. EDoc. Log Mgt.
Codeunit 18123055 EOS Inb. EDoc. Log Mgt.
Methods
LogBegin
procedure LogBegin(inAction: Option Import; inID: Guid; isBatch: Boolean)
Start the Log listner
Parameters / Return Value
inAction
OptionImport(0)Option Import
inID
GuidGuid that identifies the current instance
isBatch
Booleanif it called from a batch procedure
LogLine
procedure LogLine(inID: Guid; inFileName: Text[150]; inStatus: Option Imported,Error; inSource: Option File,Folder,"IX-FE"; inMessage: Text[250])
Log a line
Parameters / Return Value
inID
GuidCurrent instance Guid
inFileName
Text[150]For File Name
inStatus
OptionImported(0) ,Error(1)Status Imported,Error
inSource
OptionFile(0) ,Folder(1) ,"IX-FE"(2)Source File,Folder,“IX-FE”
inMessage
Text[250]Message
LogEnd
procedure LogEnd(inID: Guid; inMessage: Text[250])
End the log listner
Parameters / Return Value
inID
GuidCurrent instance Guid
inMessage
Text[250]Message Log End
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.
EOS Labs -