EXT_Log_SaveLog
MSS 5.1 - Extensibility - Functions Kalipso to MSS - Utils - EXT_Log_SaveLog
Function used to save a log message in MSS Logs table.
Input parameters:
inLogMessage β Message to be saved;
inLogDetails β Additional details;
inLogReferenceInformation β Referring toβ¦ (this field is used only in the integration which stores de information of the documents in case of an error);
inLogStatus β Status code (1 - Error / 2 - Information);
inLogParent β Used to relate Log messages (LOGSTP of the main log record);
inLogDocumentExercise β Document exercise (when referring documents);
inLogDocumentType β Document type (when referring documents);
inLogDocumentSeries β Document series (when referring documents);
inLogDocumentNumber β Document number (when referring documents);
inLogDocumentLine β Document line (when referring documents);
inLogAdditionalInformation1 β Additional information 1;
inLogAdditionalInformation2 β Additional information 2;
inLogAdditionalInformation3 β Additional information 3;
inLogAdditionalInformation4 β Additional information 4;
inLogAdditionalInformation5 β Additional information 5;
Output parameters:
n/a
Last updated