SalesPurchJournalLine_IN::findRecId Method [AX 2012]
Finds the record ID of the sales purchase journal line.
client server public static SalesPurchJournalLine_IN findRecId(
TableId _tableId,
RecId _recId,
[boolean _forUpdate])
Run On
CalledParameters
- _tableId
- Type: TableId Extended Data Type
The table ID.
- _recId
- Type: RecId Extended Data Type
The record ID.
- _forUpdate
- Type: boolean
A Boolean value that indicates whether to update the record.
Show: