Share via


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

  • _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.

See Also

Reference

PayrollPayStatement Table