AssetBookShiftDepreciation_IN::findByAssetId Method
Finds the asset book shift depreciation by asset ID.
Syntax
client server public static AssetBookShiftDepreciation_IN findByAssetId(
AssetId _assetId,
AssetBookId _bookId,
FromDate _fromDate,
ToDate _toDate,
[boolean _forupdate])
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID.
- _bookId
Type: AssetBookId Extended Data Type
The book ID.
- _fromDate
Type: FromDate Extended Data Type
The from date.
- _toDate
Type: ToDate Extended Data Type
The to date.
- _forupdate
Type: boolean
A Boolean value that indicates whether to update the record.
Return Value
Type: AssetBookShiftDepreciation_IN Table
The instance of the AssetBookShiftDepreciation_IN class.