Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified asset book by depreciation book.
Syntax
client server public static AssetBook findByAssetDepreciationBookId_CN(
AssetDepreciationBookId _assetDepreciationBookId,
AssetTransType _transType,
AssetId _assetId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _assetDepreciationBookId
Type: AssetDepreciationBookId Extended Data Type
The asset depreciation book ID.
- _transType
Type: AssetTransType Enumeration
The transaction type.
- _assetId
Type: AssetId Extended Data Type
The asset ID.
- _forupdate
Type: boolean
A Boolean value that indicates whether the find operation is for an update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that indicates whether the concurrency model is used.
Return Value
Type: AssetBook Table
The asset book.