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 an asset group transaction by asset ID.
Syntax
client server public static AssetGroupTrans_IN findByAssetId(
AssetId _assetId,
AssetGroupId _assetGroupId,
AssetDepreciationBookId _bookId,
AssetTransType _assetTransType,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID.
- _assetGroupId
Type: AssetGroupId Extended Data Type
The asset group ID.
- _bookId
Type: AssetDepreciationBookId Extended Data Type
The book ID.
- _assetTransType
Type: AssetTransType Enumeration
The asset transaction type.
- _forupdate
Type: boolean
A Boolean value that indicates whether to update the record.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model.
Return Value
Type: AssetGroupTrans_IN Table
The instance of the AssetGroupTrans_IN class.