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 63 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 PROOF REQ is used as the Action.
At line 73 changed one line
;[User Calc|USER_CALC_CODE]: It is suggested to prefix the user calc code with WF_OE to easily identify the workflow user calcs for Open Enrollment
;[User Calc|USER_CALC_CODE]: It is suggested to prefix the user calc code with WF_OE to easily identify the workflow user calcs for Open Enrollment. For example, WF_OE_PROOF_REQ.
At line 76 changed one line
;[Status |USER_CALC_STATUS]: In order for the action to be processed the user calc must be published in IMUCA
;[Status |USER_CALC_STATUS]: In order for the action to be processed the user calc must be published in [IMUCA]
At line 80 removed 3 lines
;Line 10 : This field checks to see if an insert into the table has been done
;Line 20 : This field checks to see if the event requires proof
;Line 30: This field calls the workflow action defined in the first step.
At line 81 added 13 lines
||Line||CMD||Type 1||Operand 1||OPER||Type 2||Operand 2||Type 3||Operand 3||If GOTO||Else GOTO||Description
|10|IF|CF|INSERTING|EQ|B|TRUE| | |20|99999|
|20|IF|DB|BET.PROOF_REQUIRED|EQ|A|1| | | 30|99999|
|30|ACT|AC|OE PROOF REQ|LOG|$S|CURRENT-DATE|RT|Current Identity|99999| |Please submit proof of the event. Once proof has been submitted, the event will be processed and an Open Enrollment will be created.
|99999|EXIT| | | | | | | | | |
Line 10 : This field checks to see if an insert into the table has been done
Line 20 : This field checks to see if the event requires proof
Line 30: This field calls the workflow action defined in the first step.