InventCostClosingCancel.writeInfoLog Method [AX 2012]

Persists Infolog messages into the InventClosingLog table.

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.
_logId
Type: LogId Extended Data Type
A string that is used to categorize the messages; optional.

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.

Community Additions

ADD
Show: