AssetAddition.getNextRecNumber Method
Generates the next asset addition record number.
Syntax
public AssetAdditionRecNumber getNextRecNumber(AssetId _assetId)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The fixed asset ID associated with the fixed asset.
Return Value
Type: AssetAdditionRecNumber Extended Data Type
The AssetAdditionRecNumber extended data type specified by the nextRecNumber parameter.
Remarks
This method is called from the initValue method on the AssetAddition form.
It returns zero if the given fixed asset ID does not exist.