AssetAddition::exist Method
Checks whether the record with the given fixed asset ID and addition number exists.
Syntax
client server public static boolean exist(AssetId _assetId, AssetAdditionNum _additionNumber)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The fixed asset ID associated with the fixed asset.
- _additionNumber
Type: AssetAdditionNum Extended Data Type
The value of the AdditionNumber field.
Return Value
Type: boolean
true if the record exists; otherwise, false.