HcmPersonLoan::checkLoanAvailable Method
Indicates whether a record in the HcmLoanItem table is available to loan.
Syntax
client server public static boolean checkLoanAvailable(HcmLoanItemRecId _loan, [StartDate _startDate])
Run On
Called
Parameters
- _loan
Type: HcmLoanItemRecId Extended Data Type
A HcmLoanItemRecId value.
- _startDate
Type: StartDate Extended Data Type
A StartDate value.
Return Value
Type: boolean
true if the record in the HcmLoanItem table is available to loan; otherwise, false.