ReleaseUpdateDB60_Payroll.updatePayrollWorkerBankAccount Method [AX 2012]
Inserts records into the HcmWorkerBankAccount and the PayrollBankAccountDisbursementfrom the DEL_PRLEmplBankAccount table.
Syntax
public void updatePayrollWorkerBankAccount()
Run On
Server
Remarks
This upgrade will create records in the HcmWorkerBankAccount and the PayrollBankAccountDisbursement table from the fields in the DEL_PRLEmplBankAccount table. Records in the HcmWorkerBankAccount will only be created if one does not already exist for the EmplId+AccountNum combination. If the AccountNum does exist, fields that were not previously initialized will be filled in from the DEL_PRLEmplBankAccount table. The RecId of the new or found HcmWorkerBankAccount will be used to fill in the WorkerBankAccount field of the record added to the PayrollBankAccountDisbursement table.