AssetShiftDepreciationProfile_IN::find Method
Finds the profile ID of the specified asset shift depreciation.
Syntax
client server public static AssetShiftDepreciationProfile_IN find(
AssetDepreciationProfileId _profile,
FromDate _fromDate,
ToDate _toDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _profile
Type: AssetDepreciationProfileId Extended Data Type
The specified profile ID.
- _fromDate
Type: FromDate Extended Data Type
The ‘from’ date.
- _toDate
Type: ToDate Extended Data Type
The ‘to’ date.
- _forUpdate
Type: boolean
The ‘for update’ flag.
Return Value
Type: AssetShiftDepreciationProfile_IN Table
The instance of the AssetShiftDepreciationProfile_IN class.