Choice option on data type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
I wanted to add filter option : 1 business day, 3 business days, 2 business days,
In which module i can add them or this is possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Refer:
Define business calendar filtering options
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
This solution is applied for workspace, not for platform
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Check this article.
Configuring Lists in Configurable Workspace
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Yes, this is possible using a Dynamic Filter Option.
You can create a custom Script Include to handle the date logic for conditions such as Last 10 Days or Last 14 Days. Then, create corresponding records in the Dynamic Filter Options table (sys_filter_option_dynamic) and associate them with the Script Include.
Configuration :
- Name: Last 10 Days / Last 14 Days
- Type: Date/Time
- Filter as an option: Checked
- Script Include: Your custom Script Include
Once configured, users can apply the filter using:
Date Field → is (dynamic) → Last 10 Days
or
Date Field → is (dynamic) → Last 14 Days
This approach allows you to add custom date-based filtering options while keeping the out-of-box date filters unchanged.
If this helps answer your question, please consider marking it as Helpful and Accept as Solution