Default value for a Duration Field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2009 02:23 AM
Hi,
I am looking to have 12 hours by default in a glide_duration field.
I tried, default value:
"1970-01-01 12:00:00"
"14400000"
"setDisplayValue('3 04:30:14')"
"javascript:setDisplayValue('3 04:30:14');"
On the wiki, it is mentioned I didn't find the answer...
http://wiki.service-now.com/index.php?title=Setting_the_Duration_Field_Value
And I would like to avoid to play with business rule if possible
Thanks
Sylvain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2009 07:33 AM
Anyone? I am thinking about creating a business rule "create" to do that... But sounds heavy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2009 07:37 AM
javascript:current.u_catalog_task_duration.setDisplayValue('3 04:30:14');
is working!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2020 07:08 AM