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 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.