TradeNonStockedConversion::find Method
Finds the specified record in the TradeNonStockedConversion table.
Syntax
client server public static TradeNonStockedConversion find(TradeNonStockedConversionRecId _conversionRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _conversionRecId
Type: TradeNonStockedConversionRecId Extended Data Type
The ID of the TradeNonStockedConversion record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: TradeNonStockedConversion Table
A record in the TradeNonStockedConversion table; otherwise, an empty record.