CA Service Management

 View Only
  • 1.  Employee Role - Incident and request detail form.

    Posted Feb 22, 2018 10:22 AM

    Employee Role; the incident and request detail form there is an Edit Incident/Request Button.  I would like to remove this button.  What form do I edit to remove it?



  • 2.  Re: Employee Role - Incident and request detail form.
    Best Answer

    Broadcom Employee
    Posted Feb 22, 2018 11:06 AM

    Scott, you can customize detail_in.htmpl employee file...remove this line

    ImgBtnCreate("btn001", "Edit_Incident", "pdm_submit('main_form','UPDATE')", "defer", 0);

    and then "pdm_webcache -H" on sdm server and clear end user side browser cache and the button will be gone. Thanks _Chi