LedgerPostingMessageLog.logAndThrowWarningTableIdRecId Method [AX 2012]
Adds a posting message to the collection, throws warning for the message provided.
Syntax
public void logAndThrowWarningTableIdRecId(
RefTableId _sourceRefTableId,
RefRecId _sourceRefRecId,
SysInfoLogStr _message)
Run On
Called
Parameters
- _sourceRefTableId
Type: RefTableId Extended Data Type
The table ID.
- _sourceRefRecId
Type: RefRecId Extended Data Type
The record ID.
- _message
Type: SysInfoLogStr Extended Data Type
The posting message.