Share via


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

  • _forupdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: ReasonTable Table
A Reason table buffer.

Remarks

This is a public method that is used to find records.

See Also

Reference

ReasonTable Table