Share via


VendOutPaymNACHAPayroll.getTransactionCodeEmployee Method [AX 2012]

Return the approprite NACHA Transaction Code based on the Bank Account Type

Syntax

public int getTransactionCodeEmployee(HcmWorkerBankAccount _emplBankAccount, PayrollBankAccountDisbursement _accountDisbursement)

Run On

Called

Parameters

Return Value

Type: int
The transaction code associated with the bank account.

Remarks

Transaction Codes: Module Bank Account Type Transaction Code Value -------------------- ------------------- ---------------------- Payroll Checking 22 Payroll Savings 32 Payroll prenote Checking 23 Payroll prenote Savings 33

See Also

Reference

VendOutPaymNACHAPayroll Class