Understanding Event Disconnection
When the system flags a participant event as being disconnected, it means that information that the system uses to track the event, process it, or both was deleted at some point after the event was triggered. Once an event is disconnected, it can no longer be processed by the system, except to be voided. A participant event can become disconnected in two ways:
-
The changed HR record that previously triggered the event is deleted.
-
One or more HR records needed for eligibility processing no longer exist.
The disconnection needs to be analyzed to determine any impact on benefit processing of the participant associated with the event. If an event is disconnected after it is finalized, you may want to void the event through reprocessing.
Disconnection Due to Loss of Event Trigger
When the system processes event triggers on the BAS Activity table, it looks at the source of the triggered activity. If the triggered activity results from the change of address, employment, or job information, the system needs to determine what type of change occurred: an information insert, a data change, or a deletion of information.
-
When you update employee state, postal code, or job information by inserting new records for that information into the system, the system creates a new participant event in BAS_PARTIC.
-
If the trigger was a correction of those same types of information, the system sets an eligibility change flag for any existing participant event that depended on that information, indicating that reprocessing for the flagged event may be necessary.
-
If the trigger was a deletion of participant state, postal code, or job information, the system disconnects the participant events associated with that information.
Note:
When you correct the effective date of a particular address or job information record, the system simultaneously creates a new participant event and disconnects any participant events that were initially triggered by that address or job record.
Disconnection Due to Loss of Eligibility Information
When the system prepares options or validates elections for participant events, it must access the current HR records that provide the event's eligibility parameters. If eligibility data has been deleted or no longer exists as of the event date (because the effective date of the eligibility data was changed), the system can no longer process the event. It must assume that the event was originally triggered in error or has been superseded. Benefits Administration disconnects these events, preventing them from being processed further by the system.
Related Topics