AssetShiftDepreciationProfile_IN::exist Method
Checks whether there is a profile for the specified asset shift depreciation.
Syntax
client server public static boolean exist(
AssetDepreciationProfileId _profile,
FromDate _fromDate,
ToDate _toDate)
Run On
Called
Parameters
- _profile
Type: AssetDepreciationProfileId Extended Data Type
The profile for the specified asset shift depreciation.
- _fromDate
Type: FromDate Extended Data Type
The ‘from’ date.
- _toDate
Type: ToDate Extended Data Type
The ‘to’ date.
Return Value
Type: boolean
true if there is a profile for the specified asset depreciation; otherwise, false.