This page (revision-5) was last changed on 26-Nov-2021 10:22 by jmyers

This page was created on 26-Nov-2021 10:22 by jmyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 26-Nov-2021 10:22 4 KB jmyers to previous
4 26-Nov-2021 10:22 4 KB jmyers to previous | to last
3 26-Nov-2021 10:22 4 KB jmyers to previous | to last
2 26-Nov-2021 10:22 4 KB jmyers to previous | to last
1 26-Nov-2021 10:22 255 bytes jmyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 added 3 lines
The following is an example of a basic Open Enrollment approval process with just one sequence and approver.
[OPEN ENROLLMENT SAMPLE APPROVAL PROCESS_01.JPG]
[OPEN ENROLLMENT SAMPLE APPROVAL PROCESS_02.JPG]
At line 7 added one line
The where clause above uses a derived column, DRV_APPROVAL_REQUIRED, to capture the plans (if any) within the open enrollment have the Approval Required lexicon in IBPN set to Approval Required.
At line 9 added 2 lines
If one plan within the employee’s open enrollment requires approval, this will call the above approval process.
If no plans in the employee’s open enrollment require approval, then no specific approval process will be called.
At line 12 added one line
However, since the enrollment must still be approved in order for it to be processed, a generic approval process will display.
At line 14 added 2 lines
!!Multi-Step Approval Process
The following is an example of a more complex Open Enrollment approval process that involves multiple steps.
At line 17 added one line
The first step is defined for situations where approvals are required for coverages that require evidence to be submitted. This step involves a where clause to check if any coverage within the employee’s open enrollment have the Evidence Required toggle checked ON.
At line 19 added one line
The second step is defined for situations where approvals are required for changes made to an enrollment. This step involves a where clause to filter open enrollments that include the “Elected, With Changes” elected decisions.
At line 21 added one line
The third step is the final approval and involves a where clause to filter the open enrollments for any plans that require approval.
At line 23 added 33 lines
!Step 1: Approval for Evidence
[OPEN ENROLLMENT SAMPLE APPROVAL PROCESS_03.JPG]
[OPEN ENROLLMENT SAMPLE APPROVAL PROCESS_04.JPG]
The first line in the where clause above uses a derived column, DRV_APPROVAL_REQUIRED, to capture the plans (if any) within the open enrollment have the Approval Required lexicon in IBPN set to Approval Required.
The second line in the above where clause uses the derived column, DRV_EVIDENCE_REQUIRED, to capture the coverages (if any) within the Open Enrollment have the Evidence Required toggle checked ON in IBPN.
If one plan within the employee’s open enrollment meets the criteria of the where clause above, then the system will prompt the specified user with this approval step.
If no plans in the employee’s open enrollment meet the criteria outlined above, then the approval process will call the next step.
!Step 2: Approval with Changes Only
[OPEN ENROLLMENT SAMPLE APPROVAL PROCESS_05.JPG]
[OPEN ENROLLMENT SAMPLE APPROVAL PROCESS_06.JPG]
The first line in the where clause above uses a derived column, DRV_APPROVAL_REQUIRED, to capture if plans (if any) within the open enrollment have the Approval Required lexicon in [IBPN] set to Approval Required.
The second line in the above where clause uses the derived column, DRV_ELECTED_WITH_CHANGES, to capture the benefit elections (if any) in the employee’s open enrollment have the “Elected, With Changes” election decision.
This would mean that the employee has selected different plans and/or coverages in the open enrollment than what they are currently enrolled in.
If one election within the employee’s open enrollment meets the criteria of the where clause above, then the system will prompt the specified user with this approval step.
If no elections in the employee’s open enrollment meet the criteria outlined above, then the approval process will call the next step.
!Step 3: Final Approval
[OPEN ENROLLMENT SAMPLE APPROVAL PROCESS_07.JPG]
[OPEN ENROLLMENT SAMPLE APPROVAL PROCESS_08.JPG]
The where clause above uses a derived column, DRV_APPROVAL_REQUIRED, to capture plans (if any) within the open enrollment have the Approval Required lexicon in IBPN set to Approval Required.
If one plan within the employee’s open enrollment requires approval, this will call the above approval process.
This is the final approval step, once the specified user has approved this step the EE Open Enroll Stage will become approved and the Benefit Administrator can then process the employee’s open enrollment.