How to change the default duration of planned duration?

sruthig
Tera Expert

"Planned duration" field in sn_vdr_risk_asmt_vdr_tiering_assessment table. By default planned duration is set as 30 days when tiering assessment created.I need to change the default value to 10 days. 

I checked the default value. Planned duration-->configure dictionary-->Default Value --> 1 00:00:00 .

1 00:00:00 - this is the format of default value. Is this means 30 days? How can I Change this format of default value to 10 days? Please suggest

find_real_file.png

lanned duration-->configure dictionary-->Default Value --> 1 00:00:00 .

find_real_file.png

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

1 00:00:00 means -> 1 day

So you can give 10 00:00:00 -> for 10 days

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur,

But by default in the form I can see 30 days is the Planned duration. 

You can see the above attached planned duration screenshot

Regards,

Sruthi

Hi,

Did you check any onLoad client script or UI script is setting that value?

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Mahendra RC
Mega Sage
Hello Sruthig, Can you please try to set the default value in milliseconds 2592000000 or in seconds 2592000. Or Please check with new GlideDuration('30 00:00:00') Please mark my response as helpful or correct, if it answer your question Thanks