Share via


ReleaseUpdateDB60_Payroll.updatePrlUSTaxTransactionHistory Method [AX 2012]

Updates records in the PrlUSTaxTransactionHistory replacing the following relationships - PRLEmployeePayElementsTransPosted table with a relationship to PayrollPayStatement, DEL_EmplTable table with a relationships to HcmWorker

Syntax

public void updatePrlUSTaxTransactionHistory()

Run On

Server

Remarks

Replaces the following fields of the PrlUSTaxTransactionHistory table PayStatement field with the corresponding value from the DEL_MappingRecId field of the PRLEmployeePayElementsTransPosted table, DEL_EmplId field with the corresponding value from the RecId of the HcmWorker table.

See Also

Reference

ReleaseUpdateDB60_Payroll Class