Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Account End date in Request form

AnkitaBamania
New Contributor
New Contributor

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?

3 REPLIES 3

rahul_p
Regular Contributor III
Regular Contributor III

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.

rushikeshvartak
All-Star
All-Star
  • You can create dynamic attribute with Date attribute type

     

    rushikeshvartak_2-1722966220282.png

     

    ${new Date().plus(365).format('MM-dd-yyyy')}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Raghu
All-Star
All-Star

@AnkitaBamania  you can create dynamic attribute and pass it in request screen

ref:

Raghu_0-1722937808709.png

 

${new Date().plus(365).format('MM-dd-yyyy')}

Sample form ss:

Raghu_1-1722937906394.png

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.