This is for Layoff people
The wage type 1234 is assigned to employee when layoff. Basically the payroll schema replaces regular wagetype from basic pay to layoff WT 1234.
This WT1234 should only deduct Employee portion of FED, State and local taxes.
So I created a new Tax model to do this. Everything works fine but unfortunately it deducts ER Unemployement state tax (/410 02).
I tried adding tax type 10 as 'N' in tax combo table. With that it creates additional line in BSI calculation output with 0.00 for tax type 10
Now sure where I am missing something.
Need Help