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

end date set as 1 week

User11
New Contributor III
New Contributor III
We have roles and responsibilities that require end dates. We do not want end dates this far out for roles or responsibilities that require end dates. Are we able to automatically set the end date to 1 week?  if yes please provide steps 
 
7 REPLIES 7

NM
Honored Contributor II
Honored Contributor II

@User11 are these entitlement that you are referring to?

rushikeshvartak
All-Star
All-Star

You can set automatically but you can restrict

{"ENDDATEREQUIRED": "1", "MAXTIMEFRAMEHRS": "8" }

rushikeshvartak_1-1719335404532.png

 

 


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

Hi Rushikesh, 

I will make the changes in config JSON field and revert you with an update.

User11
New Contributor III
New Contributor III

Getting the error message below. 

if the end date is more that 7 days or less than 7 days.

User11_1-1719392952083.png

 

 

You can modify this value for this label provided you are working on v2021. 
Go to Admin --> Settings --> User Interface Branding Configuration --> Manage Labels 
and search for 

ENDDATE.STARTDATE.DIFFERENCE.IS.GREATER.THAN.MAXTIMEFRAMEHRS

rushikeshvartak_0-1719512001774.png

 

its global config - https://ideas.saviynt.com/ideas/EIC-I-4633 

 

Then modify its label value to what you wish it to be.

 


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

User11
New Contributor III
New Contributor III

Can someone please provide guidance on the above error message ?

KME
New Contributor III
New Contributor III

Hi @User11 ,
Use the below config json

{
"ENDDATEREQUIRED" : "1", "DEFAULTTIMEFRAMEHRS": "168",
"MAXTIMEFRAMEHRS": "168"


Note: It will automatically set end date as 7 days and max limit as 7 days.
This will work