HcmReasonCode::findByReasonCode Method
Finds the specified record in the HcmReasonCode table.
Syntax
client server public static HcmReasonCode findByReasonCode(
HcmReasonCodeId _reasonCodeId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _reasonCodeId
Type: HcmReasonCodeId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmReasonCode Table
A record in the HcmReasonCode table.