CA Service Management

  • 1.  ,

    Posted Sep 06, 2018 03:25 AM

    Change calender to list change orders with actual schedule date as "Today" and not to diplay  other changes. How to achive this



  • 2.  Re: ,

    Posted Sep 06, 2018 01:30 PM

    The Change Calendar has buttons to show month, week, or day.

    Alternately, you could have a scoreboard node using the OOTB Stored Query "All Change Orders Starting Today"

    active = 1 AND sched_start_date > StartAtTime(\'TODAY\') AND sched_start_date < EndAtTime('TODO_TODAY')



  • 3.  Re: ,

    Posted Sep 07, 2018 01:40 AM

    Yes we can do it in scoreboard , but our requirement is to do it in Change Calendar itself.. 

     

    Can we make some filtering condition in web forms.. If so can anyone help on this



  • 4.  Re: ,

    Posted Sep 07, 2018 01:20 PM

    Does this not work for you?



  • 5.  Re: ,

    Posted Sep 07, 2018 02:30 PM

    No this doesn't work friend



  • 6.  Re: ,

    Broadcom Employee
    Posted Sep 07, 2018 04:05 PM

    Madanraj-NPCI 

    What happens when you attempt to view the Change Calendar using the DAY Filter for a specific day as Lindsay_Estabrooks mentioned?



  • 7.  Re: ,

    Posted Sep 07, 2018 05:04 PM

    It shows today date and post dated schedule as well..

     

    My requirement is show to show CRN's "actual_sched_start" is today's date and not based on schedule end date.



  • 8.  Re: ,

    Posted Sep 07, 2018 08:31 PM

    A good place to start looking might be the list_chgsched_config.htmpl file.



  • 9.  Re: ,

    Posted Sep 10, 2018 01:35 AM

    Lindsay,

     

    Can you help what changes need to be done in list_sched_config.htmpl