AssetParametersDeprRates_DE::exist Method
Indicates whether a specified record is located in a AssetParametersDeprRates_DE table.
Syntax
client server public static boolean exist(
ValidFromDate _validFrom,
ValidToDate _validTo,
[ParametersKey _assetParametersKey])
Run On
Called
Parameters
- _validFrom
Type: ValidFromDate Extended Data Type
The start date of the period.
- _validTo
Type: ValidToDate Extended Data Type
The end date of the period.
- _assetParametersKey
Type: ParametersKey Extended Data Type
The foreign key value for the AssetParameters record.
Return Value
Type: boolean
true if the record exists; otherwise, false.