CA Service Management

  • 1.  Reopen incident button coding for Employee Role

    Posted May 20, 2015 12:13 AM

    Hi Team,

     

    In the home page for Employee Role, there is a list of open and closed incidents. When we click on the list of closed incidents, a list of closed incidents are shown. When we select a particular incident, Incident Detail page for that incident is shown. Now on that page, on the top-right section, there is a button Reopen Incident as shown in the screenshot:

    screenshot.png

    Now I want to know the page where the coding for this button is done. I want to remove this button.

     

    Thanks & Regards

    Balram Singh Deswal



  • 2.  Re: Reopen incident button coding for Employee Role
    Best Answer

    Posted May 20, 2015 01:06 AM

    Hi Balram,

     

    Two ways you can achieve it.

     

    1) From Employee htmpl forms on detail_in.htmpl\detail_cr.htmp, comment the below lines.

     

               // if (!bUseTransitionButtons) {

                 //   ImgBtnCreate("btn003","Reopen_Incident", "reopen_incident()", "defer", 0);

                //}

     

    2) Employee Data partition on pre-update constraint type on call_req to have additional where class as status !='CL'.

     

    Regards,

    Mohtesham



  • 3.  Re: Reopen incident button coding for Employee Role

    Posted May 20, 2015 01:58 AM

    Thanks Mohtesham.



  • 4.  Re: Reopen incident button coding for Employee Role

    Posted Oct 02, 2018 04:20 PM

    Hi Mohtesham

     

    from data partition , is it possible to restrict only status 'closed unresolved' not to reopen? can you guide?



  • 5.  Re: Reopen incident button coding for Employee Role

    Posted Jul 20, 2015 06:24 PM

    Thanks for sharing Mohtesham.