WorkCalendarDate::find Method
Finds the specified record in the WorkCalendarDate table.
Syntax
client server public static WorkCalendarDate find(
CalendarId _calendarId,
TransDate _transDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _calendarId
Type: CalendarId Extended Data Type
The ID of the calendar to find.
- _transDate
Type: TransDate Extended Data Type
The date of the calendar entry to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: WorkCalendarDate Table
A record in a WorkCalendarDate table; otherwise, an empty record.