PayrollSetup::loadBaseTaxData Method [AX 2012]

Loads and updates the base tax payroll data tables based on the current XML stored in the PayrollBaseTaxData Resource. This is data that is shipped as part of the application and is updated via regular tax updates.

server public static void loadBaseTaxData([boolean _showProcess])

Run On

Server

Parameters

_showProcess
Type: boolean
Specifies if the progress control should be displayed; optional.

The following tables are populated by this method: PayrollTaxCode, PayrollTaxCodeForSymmetry, PayrollTaxCodeParameter, PayrollTaxCodeParameterDuration and PayrollTaxCodeParameterValue.

Show: