Can someone explain why trend by Thursday doesn't work in UI policy?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 02:49 PM
I have a UI policy. If end users:
- Select YES for a yes/no question
AND
- Select a weekday
It'll give them an error message "Load release across partitions can only be completed on weekends."\
Can someone explain why Thursday is the only day of the week that isn't accepting this UI policy?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 06:45 PM
Is there by chance another UI policy that uses the Thursday selection? If so, you might have to change the order of the other UI policy to avoid conflicts.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 08:08 AM
Ive looked up and down, unfortunately there no other UI policy that involves using thursday.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 10:21 AM
You could try using a script. However, this would require a call to a script include to leverage GlideDateTime() that evaluates the day of the week of the date selected. Oddly enough, there was another post about this same issue that was never solved:
https://www.servicenow.com/community/employee-center-forum/trend-operator-is-not-working-in-catalog-...
Maybe, a case with Now Support should be opened.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 12:38 PM
Interesting, thank you for sharing. Ill most likely open a support case.