Which 24-D scripts need to be run after cleaning and adding 01/01/2024 rows?
I ran the 24-D update to one of my test environments before the 01/01/2024 Tax Form Definitions rows for the U.S. were manually added.
I am following the steps outlined in the 24D advisor webcast and on page 76 of Advisor_Webcast_PeopleSoft_Payroll_for_NA_Tax_Update_24-D_DRAFT_V-6.pdf.
I ran these sql deletes:
delete from ps_taxform_box where effdt = '01-JAN-24';
delete from PS_TAXFORM_TBL where effdt = '01-JAN-24';
delete from PS_TAXFORM_FORM where effdt = '01-JAN-24';
delete from PS_TAXFORM_PRT where effdt = '01-JAN-24';
I am planning to do the manual updates next. After that which scripts do I need to run?