When using the Identity Forwarding feature in SailPoint IIQ, users should be required to input an end date before saving the forwarding configuration. Currently, the system allows users to save the forwarding settings without specifying an end date.
Current Behaviour:
- End date field is optional
- Users can save forwarding configuration with only start date
- System allows blank end date submissionsRequested Change:
- Make end date field mandatory
- Prevent save/submission if end date is not specified
- Add validation message: “Please specify an end date for forwarding”
- Maintain existing start date validation (must be current date or later)
- End date must be after start date…