Share via


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

Return Value

Type: HcmWorkerReminder Table
A record in the HcmWorkerReminder table.

See Also

Reference

HcmWorkerReminder Table