Fed Tax Data - LAST_ACTION and LAST_UPDATE_DATE updating incorrectly
UPDATE 2/26/2020 - I have found in FED_TAX_DATA.SPECIAL_FWT_STATUS.RowInit new code was added for 2020 form W4 shown below. If I comment out the SetDefault code, it seems to solve my problem although I'll be doing further testing. This would tell me that the SetDefault action is erroneously setting the fed record changed to "true". Question now is why are defaults getting set on these 3 fields if they are disabled in the code directly above? Thank you!
If FED_TAX_DATA.SPECIAL_FWT_STATUS = "G" Or
FED_TAX_DATA.SPECIAL_FWT_STATUS = "E" Then
FED_TAX_DATA.FWT_MULTI_JOBS.Enabled = False;