HcmGoalComment::findByGoalWorkerCreatedDateTime Method
Finds the specified record in the HcmGoalComment table.
Syntax
client server public static HcmGoalComment findByGoalWorkerCreatedDateTime(
HcmGoalRecId _goal,
HcmWorkerRecId _worker,
utcdatetime _createdDateTime,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _goal
Type: HcmGoalRecId Extended Data Type
- _worker
Type: HcmWorkerRecId Extended Data Type
- _createdDateTime
Type: utcdatetime
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmGoalComment Table
A record in the HcmGoalComment table; otherwise, an empty record.