No Condition Handling in Customer Layer
This topic provides information about enhancements in the no condition handling in customer layer.
NO_CONDITION in custom package is handled to display the original condition.
After closing any condition, if no other conditions remains on the account, the system internally posts NO_CONDITION and then invokes the custom package. However, at the time the custom package is called, the system has already updated the original condition values to NO_CONDITION.
Behavior before change:
The custom package receives NO_CONDITION instead of the original condition values.
Behavior after change:
The custom package receives the original condition values before they are updated to NO_CONDITION.
For example: No-Condition represents shadow condition
- Delinquency condition is driven by event on account.
- After this change, if delinquency condition is closed on account, OFSLL provided facility in extension layer to configure and pass Delinquency as condition (rather passing back No-Condition to custom package).