HcmDiscussion::findByDiscussionWorker Method
Finds a record in the HcmDiscussion table by using the DiscussionID and emplId values.
Syntax
client server public static HcmDiscussion findByDiscussionWorker(
HcmDiscussionId _discussionID,
HcmWorkerRecId _worker,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _discussionID
Type: HcmDiscussionId Extended Data Type
- _worker
Type: HcmWorkerRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmDiscussion Table
A record in the HcmDiscussion table.