PayrollSetup::setupImmutableTaxGroup Method [AX 2012]

Loops through the PayrollTaxCodeType base enum items to create the immutable tax group if it does not already exist. The tax group is created using the Name property of the base enum item as the tax group name and the Label property as the tax group description.

server public static void setupImmutableTaxGroup([boolean _showProcess])

Run On

Server

Parameters

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

The PayrollTaxGroup table is populated by this method.

Show: