Enum. Indicates the enrollment status. The EnrollmentStatus class indicates the status of the enrollment session. For example, "complete" or "not complete".
Syntax
Members
Member | Value | Description |
Complete | 50 | Complete. Employee has completed the entire enrollment process, and has provided any digital signatures or other confirmation of benefit verification. The enrollment status is "complete". |
Incomplete | 40 | Incomplete. Employee has started the process, but not yet completed the application and any confirmation forms. The enrollment status is "incomplete". |
NotBegun | 20 | Not begun. Employee can enroll, but has not initiated the process. When an employee is created in Benefits-Selection by entering data in the New Employee screen, the employee’s Enrollment status is marked as “NotBegun”. If an employee has a status of “NotBegun”, then the enroller may choose to select the Auto-enroll option. Selecting this option will create applications for each plan based on the individual plan's auto enrollment rules. The employee’s enrollment status changes to “Complete”. The enrollment session has not begun. |
NotEligible | 30 | Not eligible for enrollment. The enrollee is not eligible. |
Trash | 10 | Trash. |
Unknown | 0 | Unknown. The enrollment status is unknown. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Selerix.BusinessObjects.EnrollmentStatus
See Also