I want to add a field such a way that user has to select from and to date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 12:07 AM
Hi,
I want to add a field such a way that user has to select from and to date.
Basically, user want to select the date
Once the user is selected the issue type there is Timings field should display and it consists of the timing will set
for example Monday 06AM to 7PM
is this possible in ServiceNow if Not then what was the alternative for the same.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 02:26 AM
Thanks for the response but here i want to give the availability of all the timings
which means
user will select any time between 24 hours for example
9AM to 5PM
5PM to 6AM
------
-------
-----
Is this possible in servicenow.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 02:32 AM
No, that is not possible OOB, you have to create it on your own. There are few ways you can do it, simplest option is to create a select box with all the options and add validations to it, I know it might be a lot of manual work but you can use OOB field types using this way.
Another option could be a custom macro or widget.
If we want to stick with OOB date and date/time fields, you may ask the client to select date from the date field.
If you feel this has helped you a bit, you may mark the answer as helpful or accept it as a solution.
Regards,
Pranav Thanedar