Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the record in the HcmDiscussionType table that is specified by a DiscussionTypeID value.
Syntax
client server public static HcmDiscussionType findByDiscussionType(
HcmDiscussionTypeId _discussionTypeID,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _discussionTypeID
Type: HcmDiscussionTypeId Extended Data Type
The value of the DiscussionTypeID field 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 from the HcmDiscussionType table.