-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: BenAdmin
-
Labels:None
-
Module:BenAdmin - Enrollment
-
Reported by:Harbinger
-
Item State:Production QA - Production Deployed
-
Issue Importance:Must Have
Customization: HRA is force contingent on Medical plan.
1. Employee is enrolled in Medical plan with effective date 01/01/2016 and due to forced contingency, EE got election and rate in HRA plan with 01/01/2016. Termination date for both election is NULL.
2. QE is raised with Effective date 07/01/2016.
3. Employee is enrolled in Medical plan with effective date 07/01/2016 and different health tier.
4. Admin approve's enrollment from Pending queue.
5. Ideally, Medical and HRA enrollments should terminate with termination date 06/30/2016 and with proper Qualifying event. As well as EE should get enrolled in Medical and HRA plan with effective date '07/01/2016'.
And we are getting correct qualifying event for enrollment effective from '07/01/2016', but for terminated enrollments NULL value is inserted in DB for Qualifying event ID.
- relates to
-
WT-1763 University of Notre Dame-QE Banner Payroll
-
- Closed
-
Please find 3C's of mentioned issue below,
Concern: Qualifying event is not getting saved after termination of forced contingent plan election.
Cause: In business logic, as per current logic, we are not getting Qualifying event ID passed in a function where enrollment
is terminated. And in this function default value of Qualifying Event id is 0. Because of which, QE is not getting saved.
Correction: We have made code changes in Business logic so that we can get correct Qualifing ID passed to a function where enrollment
is terminated. We are testing this changed functionality on local environment.
We will move this on LB after testing.