Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/05/2024 06:01 AM
Hello Team,
We have a requirement to where user can add the end date to the account when requesting for new Account for an application.
We know for Roles/Entitlements there is configuration available which allows to assign end date while request. Need similar functionality just for account as well.
Is there any OOTB functionality available to achieve this requirement?
Solved! Go to Solution.
08/05/2024 06:43 AM
Hello @AnkitaBamania ,
Have you tried below configuration:
Only Show Start/End Dates for Time-Bound RequestsDisable
the option to select time for time-bound entitlements or roles during requests (users can only select the start and end dates).
Regards,
Rahul
Please accept this as solution if it resolves your issue.
08/05/2024 07:22 PM - edited 08/06/2024 10:43 AM
${new Date().plus(365).format('MM-dd-yyyy')}
08/06/2024 02:51 AM
@AnkitaBamania you can create dynamic attribute and pass it in request screen
ref:
${new Date().plus(365).format('MM-dd-yyyy')}
Sample form ss: