AssetDepBookMap_JP::findByAssetIdBookId Method [AX 2012]
Finds a record of the AssetDepBookMap_JP map.
client server public static AssetDepBookMap_JP findByAssetIdBookId(
AssetId _assetId,
AssetBookId _assetBookId,
[boolean _forUpdate])
Run On
CalledParameters
- _assetId
- Type: AssetId Extended Data Type
The asset ID.
- _assetBookId
- Type: AssetBookId Extended Data Type
The asset book ID.
- _forUpdate
- Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Show: