PayrollPayStatement::isAccountExistsForElectronicPayment Method
Indicates whether the specified record in the PayrollBankAccountDisbursement table exists against the worker.
Syntax
client server public static boolean isAccountExistsForElectronicPayment(
HcmWorkerRecId _workerRecId,
[CompanyInfoRecId _companyInfoRecId,
boolean _showError])
Run On
Called
Parameters
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The Worker value of the record to find.
- _companyInfoRecId
Type: CompanyInfoRecId Extended Data Type
The LegalEntity value of the record to find; optional.
- _showError
Type: boolean
A Boolean value that indicates whether to display an informational error message; optional.
Return Value
Type: boolean
true if the record in the PayrollBankAccountDisbursement table for electronic payment exists; otherwise, false.