PaymCalendarException::findByPaymCalendarDate Method
Finds the specified record in the PaymCalendarException table.
Syntax
client server public static PaymCalendarException findByPaymCalendarDate(
PaymCalendarRecId _paymCalendarId,
DueDate _date,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _paymCalendarId
Type: PaymCalendarRecId Extended Data Type
The payment calendar on the PaymCalendarException record.
- _date
Type: DueDate Extended Data Type
The date on 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 it reads the record; optional.
Return Value
Type: PaymCalendarException Table
A record in the PaymCalendarException table; otherwise, an empty record.