How to change color of Schedule Entries of Blackout Schedules
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 02:30 AM
Hi All,
How to assign the color for different schedule entries in Blackout Schedule of Planned Maintenance & Freeze Calendar.
I tried to add the below line in "Maintenance Windows and Changes" Schedule page after that when i clicked in Show schedule of that schedule entry then that color is not reflecting , Its showing the same color i.e. sky blue .
var result = new GlideRecord('cmn_schedule_blackout');
result .initialize();
result .addQuery('name', 'Month End Freeze');
result .query();
while(result .next())
schedulePage.addSchedule(result .sys_id, '#F06292', null, true);
Someone can check and let me know how to achieve this.
Thanks
0 REPLIES 0