- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 09:09 AM
We are testing the Washington upgrade in one of our lower environments and have noticed that IFrames that were displaying an On-call schedule on a dashboard are now erroring out.
IFrame URL: schedule_formatted_report.do?sysparm_groups=74fbb4fe1b2038108c742023604bcb6e&sysparm_start_date=today
Error: 'Required Params are missing'
Any ideas what changed/needs to be updated to make this work again?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 09:35 AM
Nevermind...answered by own questions. Needed to add &sysparm_end_date=today
IFrame URL: schedule_formatted_report.do?sysparm_groups=74fbb4fe1b2038108c742023604bcb6e&sysparm_start_date=today&sysparm_end_date=today
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 09:35 AM
Nevermind...answered by own questions. Needed to add &sysparm_end_date=today
IFrame URL: schedule_formatted_report.do?sysparm_groups=74fbb4fe1b2038108c742023604bcb6e&sysparm_start_date=today&sysparm_end_date=today

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 10:22 AM
Did you do this in the old 'responsive' dashboards or the new 'platform analytics' dashboards? I'm trying do something similar in the new dashboards. I'd also need to show a day in either direction for a specific group (i.e. who was on-call yesterday, who is on-call today, and who will be on-call tomorrow)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 10:58 AM
Responsive dashboards and we haven't migrated yet.