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

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

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
82 26-Nov-2021 10:22 33 KB jaiken to previous
81 26-Nov-2021 10:22 33 KB jaiken to previous | to last WORK FLOW IN OPEN ENROLLMENT ==> WORKFLOW IN OPEN ENROLLMENT

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 193 changed one line
;[Action |EVENT_CODE]: It is suggested to prefix all Open Enrollment workflow actions with OE.
;[Action |EVENT_CODE]: It is suggested to prefix all Open Enrollment workflow actions with OE. For this example, OE ELECTION APR is used.
At line 201 changed one line
;[Action|EVENT_CODE]:It is suggested to prefix all Open Enrollment workflow actions with OE.
;[Action|EVENT_CODE]:It is suggested to prefix all Open Enrollment workflow actions with OE. For this example, OE ELECT NOT APR is used.
At line 211 changed one line
;[User Calc|USER_CALC_CODE]:It is suggested that the user calc code should prefixed with WF_OE to easily identify the workflow user calcs for Open Enrollment.
;[User Calc|USER_CALC_CODE]:It is suggested that the user calc code should prefixed with WF_OE to easily identify the workflow user calcs for Open Enrollment. For this example WF_OE_APR/NAPR is used.
At line 221 added 9 lines
|10|IF|CF|UPDATING|EQ|B|TRUE| | | 20|99999|
|20|LET|V|old_election_stage|EQNL|OV|BOEE.ELECTION_STAGE|A|10|30| |
|30|LET|V|new_election_stage|EQNL|NV|BOEE.ELECTION_STAGE| | |35| |
|35|IF|V|old_election_stage|NE|V|new_election_stage| | | 40|99999|
|40|IF|V|new_election_stage|EQ|A|50| | |50|60|
|50|ACT|AC|OE ELECTION APR| LOG|$S|CURRENT-DATE|RT|Employee|99999| |Your benefit elections have been approved and will be processed into Payroll. You should expect to see these election changes for the pay period that includes <<BOE.COVERAGE_EFFECTIVE>>.
|60|IF|V|new_election_stage| EQ|A|92| | | 70|99999|
|70|ACT|AC|OE ELECT NOT APR|LOG|$S|CURRENT-DATE|RT|Employee|99999| |Your benefit elections have not been approved. Your Open Enrollment has been re-opened for corrections.
|99999|EXIT| | | | | | | | | |
At line 222 removed 8 lines
;Line 10: This line checks to see if an update has been done.
;Line 20: This line sets a variable equal null to the old election stage.
;Line 30: This line sets a variable equal null to the new election stage.
;Line 35: This line checks if the variable for old election stage does not equal the variable for the new election stage.
;Line 40: This line checks if the new election stage equals 50 (Approved).
;Line 50: This line calls the Approved workflow action defined in [IMWA].
;Line 60: This line checks if the new election stage equals 92 (Not Approved).
;Line 70: This line calls the Not Approved workflow action defined in [IMWA].
At line 232 added one line
Line 10: This line checks to see if an update has been done.
At line 234 added 15 lines
Line 20: This line sets a variable equal null to the old election stage.
Line 30: This line sets a variable equal null to the new election stage.
Line 35: This line checks if the variable for old election stage does not equal the variable for the new election stage.
Line 40: This line checks if the new election stage equals 50 (Approved).
Line 50: This line calls the Approved workflow action defined in [IMWA].
Line 60: This line checks if the new election stage equals 92 (Not Approved).
Line 70: This line calls the Not Approved workflow action defined in [IMWA].