Share via


InventCostClosingCancel.writeInfoLog Method [AX 2012]

Persists Infolog messages into the InventClosingLog table.

Syntax

public void writeInfoLog([LogType _logType, LogId _logId])

Run On

Called

Parameters

  • _logType
    Type: LogType Enumeration
    An enumeration that is used to categorize the messages; optional.

Remarks

The log ID should be a unique string for each message when a high volume of messages is generated.

Messages will be displayed in the Infolog ordered by log ID.

See Also

Reference

InventCostClosingCancel Class