How do I create a change report that are scheduled to start DAY AFTER TOMORROW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 03:04 AM
Hi, How do I create a change report that are scheduled to start DAY AFTER TOMORROW for every day?
Thanks
Jobi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 04:21 AM
Hi @Jobi Thevupara ,
Please try the below filter:
Change request list:
Reporting:
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 06:39 AM
Hi @Jobi Thevupara ,
Just utilize below condition - this will give you what you're looking for:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 07:25 AM
Hello,
I created a script for this:
javascript: new ChangesForTheDayAfterTomorrow().getDayAfterTomorrowChanges();
The only problem that I am facing is that the GlideDateTime is showing the GMT time, not my local time (+2 hours). Does anybody know how to solve this, please? I already tried to use .getDisplayValue(); but somehow it's not working in my case...
Thank you in advance for any advice!