HcmWorkerReminder::findByWorkerReminderDateType Method
Finds the specified record in the HcmWorkerReminder table by using the specified Worker, ReminderDate and ReminderType fields.
Syntax
client server public static HcmWorkerReminder findByWorkerReminderDateType(
HcmWorkerRecId _worker,
HcmDate _reminderDate,
HcmReminderTypeRecId _reminderType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _worker
Type: HcmWorkerRecId Extended Data Type
- _reminderDate
Type: HcmDate Extended Data Type
- _reminderType
Type: HcmReminderTypeRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmWorkerReminder Table
A record in the HcmWorkerReminder table.