Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Regarding date searches for a specific period

bonsai
Mega Sage

There are fields for setting the start and end date/time.

What methods are available for searching for a date that falls within that range (e.g., August 10th)?
I am looking for the simplest possible approach.
Since users who are not well-versed in ServiceNow will be using this feature, setting up complex filter conditions is not ideal.

 

bonsai_0-1785820448135.png

 

One option would be to implement a date selection menu and introduce a UI action that automatically sets search filters based on the selected date.

 

 

3 REPLIES 3

bonsai
Mega Sage

It would be great if I could manage multiple date entries within a single field...

masonreed11
Giga Contributor

You could simplify it by adding a single Date picker and automatically applying the range filter in the background. That way, users only choose a date, and the system handles the search logic without requiring complex filters.

Philippe Casidy
Tera Guru

Hi,

 

If the field is of type "time", and the semantic of the range, you can predefine some ranges. By default some are already available like, "Last week", "Last Month"

PhilippeCasidy_0-1785822330170.png

Is this kind of query/filter be convenient for you?