AssetCondition::find Method
Reads the AssetCondition table for the specified condition.
Syntax
client server public static AssetCondition find(
AssetConditionId _condition,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _condition
Type: AssetConditionId Extended Data Type
The condition code to find.
- _forupdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that is used when the table is not automatically concurrent; optional.
Return Value
Type: AssetCondition Table
An asset condition buffer.