The CreatorCon Call for Content is officially open! Get started here.

How to change color of Schedule Entries of Blackout Schedules

YashviPatil
Tera Contributor

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