Share via


ReleaseUpdateDB60_Payroll.updatePayrollTaxCodeDetail Method [AX 2012]

Inserts records into the PayrollTaxCodeDetail table using values from either the PRLLocalWithholding table or the DEL_AddressState table depending on the type of tax code.

Syntax

public void updatePayrollTaxCodeDetail()

Run On

Server

Remarks

If the tax code is not of type ER_SUTA, then the Rate field is set using the OverrideRate field from the PRLLocalWithholding table. Otherwise, the Rate field is set using the PRLSUTAExperienceRate field from the DEL_AddressState table.

See Also

Reference

ReleaseUpdateDB60_Payroll Class