LedgerPostingMessageLog.find Method [AX 2012]
Finds the specified posting validation message.
Syntax
public boolean find(RefTableId _sourceRefTableId, RefRecId _sourceRefRecId)
Run On
Called
Parameters
- _sourceRefTableId
Type: RefTableId Extended Data Type
The table ID.
- _sourceRefRecId
Type: RefRecId Extended Data Type
The record ID.
Return Value
Type: boolean
true if a posting message is found; otherwise, false.