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 asset book table shift depreciation by asset book ID.
Syntax
client server public static AssetBookTableShiftDepreciation_IN findByAssetBookId(
AssetBookId _assetBookId,
FromDate _fromDate,
ToDate _toDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _assetBookId
Type: AssetBookId Extended Data Type
The asset 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: AssetBookTableShiftDepreciation_IN Table
The instance of the AssetBookTableShiftDepreciation_IN class.