StateHoliday::findByDateState Method
Finds a specified record in the StateHoliday table.
Syntax
client server public static StateHoliday findByDateState(
DueDate _date,
RecId _stateRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _date
Type: DueDate Extended Data Type
The date of the StateHoliday record.
- _stateRecId
Type: RecId Extended Data Type
The state of the PaymCalendarException record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: StateHoliday Table
A record in the StateHoliday table; otherwise, an empty record.