AssetDepBookMap_JP::findByRecId Method [AX 2012]
Finds a record of the AssetDepBookMap_JP map.
client server public static AssetDepBookMap_JP findByRecId(
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 read the record for update; optional.
Show: