Share via


InventClosingLog::writeLog Method

Inserts Infolog messages for a given date, voucher, and item ID into the database.

Syntax

client server public static void writeLog(
    TransDate _transDate, 
    Voucher _voucher, 
    LogType _logType, 
    LogId _logId, 
    container _infologData)

Run On

Called

Parameters

  • _infologData
    Type: container
    The container in which the Infolog messages should be logged.

See Also

Reference

InventClosingLog Table