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 all of the records in the HRMApplicationBasket table for the supplied hrmApplicantId field value.
Syntax
client server public static HRMApplicationBasket findByApplicant(
HRMApplicantIdBasket _hrmApplicantId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _hrmApplicantId
Type: HRMApplicantIdBasket Extended Data Type
The value of the HrmApplicantId field to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates whether to use the concurrency setting on the table; optional.
Return Value
Type: HRMApplicationBasket Table
A record from the HRMApplicationBasket table.