AssetDepBookTrans::findByAssetIdBookIdTransType_JP Method
Get instance of AssetDepBookTrans given AssetId, AssetDepreciationBookId and AssetTransType.
Syntax
client server public static AssetDepBookTrans findByAssetIdBookIdTransType_JP(
AssetId _assetId,
AssetDepreciationBookId _bookId,
AssetTransType _transType,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
Instance of AssetId.
- _bookId
Type: AssetDepreciationBookId Extended Data Type
Instance of AssetDepreciationBookId.
- _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: AssetDepBookTrans Table
The AssetDepBookTrans table record.