-
Type:
Bug
-
Status: Closed
-
Priority:
Low
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: ACA
-
Labels:None
-
Environment:Production
-
Module:ACA
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Issue Importance:Can Wait
Prerequisite -
1] IRS 1095/4 Reports are created and Finalized
2] UI Submission is created using above created IRS reports
3] Ui Submission is rejected multiple times (one Original and at least one rejected)
Steps
1] Log in to application
2] Select company
3] Go to BenAdmin -> IRS Submission
4] Edit the UI submission created in prerequisite
5] Select Transmission Type = Replacement and click on Verify Submission data
6] download XML file and observe submission ID from Manifest file
actual result - It shows submission ID of top record
expected result - It should show submission ID of the original record
- relates to
-
WT-2031 Correction and replacement XML Creation [Replacement]
-
- Closed
-
Concern : Latest Receipt is not reflecting while creating replacement file.
Cause : Due to use desc order in select query for replacement scenario is getting last receipt id.
Correction : Modified from desc to asc
Risk Metigation : Need thorough testings and impact analysis.