Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the PaymDueDateLimitValues_ES table.
Syntax
client server public static PaymDueDateLimitValues_ES find(
DueDateLimitGroupId_ES _groupId,
[TransDate _valueDate,
boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _groupId
Type: DueDateLimitGroupId_ES Extended Data Type
The ID of the PaymDueDateLimit_ES record for which to find the due date limit value.
- _valueDate
Type: TransDate Extended Data Type
The date that is used to find the record for the due date limit value.
- _forUpdate
Type: boolean
The update state of the record that is retrieved.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use; optional.
Return Value
Type: PaymDueDateLimitValues_ES Table
The specified record in the PaymDueDateLimitValues_ES table.