AssetAddition::find Method
Fetches the record of the matching primary key.
Syntax
client server public static AssetAddition find(
AssetId _assetId,
AssetAdditionNum _additionNumber,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
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 AdditionNumber field.
- _forupdate
Type: boolean
A Boolean value that specifies whether the record should be fetched for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The associated concurrency model for the fetched record; optional.
Return Value
Type: AssetAddition Table
Returns the fetched AssetAddition table record.