AssetTrans::findByAssetIdBookIdTransType_JP Method
Get instance of AssetTrans given AssetId, AssetBookId and AssetTransType.
Syntax
client server public static AssetTrans findByAssetIdBookIdTransType_JP(
AssetId _assetId,
AssetBookId _bookId,
AssetTransType _transType,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
Instance of AssetId.
- _bookId
Type: AssetBookId Extended Data Type
Instance of AssetBookId.
- _transType
Type: AssetTransType Enumeration
Instance of AssetTransType.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: AssetTrans Table
The AssetTrans table record.