Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads the AssetAcquistionMethod table for the specified acquisition method.
Syntax
client server public static AssetAcquisitionMethod find(
AssetAcquisitionMethodId _acquisitionMethod,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _acquisitionMethod
Type: AssetAcquisitionMethodId Extended Data Type
The acquisition method 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: AssetAcquisitionMethod Table
An asset acquisition method buffer.