Enforce Mandatory End Date in Identity Forwarding Feature

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…

Hi Anusha,

Welcome to SailPoint Developer Community.

I don’t think you can set end date mandatory through some admin level settings/configs at IIQ console. Check the docs once.

You can look into XHTML files for this feature, you can edit there to mark this as mandatory, you can find them inside WEB-INF folder.

– Krish

Can share what file to look into?

could you please share details