
Related to the payroll tax group/tax code assignments that are "system defined".
Question:
Extra detail:
Examples:
This is the assignment pane.
Unless I overlooked something, I could not find any special X code to tap into the "system defined" assignments.
Now lets look at the database table that stores assignments (PayrollTaxGroupCode).
Below shows that only "manually created" assignments are stored in table PayrollTaxGroupCode.
Example:
Try running this query.
SELECT TOP 100 * FROM MicrosoftDynamicsAX.DBO.PayrollTaxGroupCode
Now add a tax group (with tax code assignments) manually.
Try running the query (again).
SELECT TOP 100 * FROM MicrosoftDynamicsAX.DBO.PayrollTaxGroupCode
Thanks,
Randy