Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: HcmDiscussionType Table
A record in the HcmDiscussionType table; otherwise, an empty record.

See Also

Reference

HcmDiscussionType Table