ReasonTable::find Method
Reads the Reason table to find the specified Reason.
Syntax
client server public static ReasonTable find(
ReasonCode _reasonCode,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _reasonCode
Type: ReasonCode Extended Data Type
The Reason 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: ReasonTable Table
A Reason table buffer.
Remarks
This is a public method that is used to find records.