AssetDepBookTableMap_JP::findByRecId Method [AX 2012]
Finds an record of AssetDepBookTableMap_JP.
client server public static AssetDepBookTableMap_JP findByRecId(
AssetBookType _assetBookType,
RecId _recId,
[boolean _forUpdate])
Run On
CalledParameters
- _assetBookType
- Type: AssetBookType Enumeration
Asset book type.
- _recId
- Type: RecId Extended Data Type
Record ID.
- _forUpdate
- Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Show: