Configuring suppression for nonoccurrence seasonality events with related events
Turn off the default creation of multiple nonoccurrence events and create only one nonoccurrence event when certain conditions are met.
About this task
By default, a nonoccurrence event is created for all events in the related events group if the
following conditions are met:
- A seasonal event is also part of a related events group.
- A seasonality nonoccurrence is deployed.
- The events do not occur.
To turn off the default creation of multiple nonoccurrence events and create only one nonoccurrence event, set the suppress_nonoccur_related_events option.
Procedure
Example
The seasonal event is linked to three related events, and the identifier of the seasonal event is the same as the identifier of the second related event.
When suppress_nonoccur_related_events=false
is set for a nonoccurrence seasonal
event with a create event option, the following events are generated:
- If none of the events occur in the time window, the system generates synthetic events for all three identifiers.
- If the identifier for only the first related event occurs, the system generates synthetic events for the second and third related events.
- If the identifier for only the second related event occurs, the system does not generate a synthetic event because the identifier of the seasonal event is the same as the identifier for the second related event.
- If the identifier for only the third related event occurs, the system generates synthetic events for the first and second related events.
When suppress_nonoccur_related_events=true
is set for a nonoccurrence seasonal
event with a create event option, the following events are generated:
- If none of the events occur in the time window, the system generates one synthetic event.
- If the identifier for any of the events occurs, the system does not generate any synthetic events.