HcmDiscussionType::find Method
Finds the record in the HcmDiscussionType table specified by a HcmDiscussionTypeRecId value.
Syntax
client server public static HcmDiscussionType find(
HcmDiscussionTypeRecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: HcmDiscussionTypeRecId Extended Data Type
A HcmDiscussionTypeRecId value to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use when it reads the record; optional.
Return Value
Type: HcmDiscussionType Table
A record in the HcmDiscussionType table; otherwise, an empty record.