CA Service Management

  • 1.  Personalize incident search list view

    Posted May 29, 2017 02:49 AM

    For management purposes I need to be able to personalize the column set in my incident search list view, to include the incident close date.

     

    Is this possible in any way? If so, can someone please provide me with a "how to"?

     

    Thanks!

    Gerd-WKBE



  • 2.  Re: Personalize incident search list view

    Posted May 30, 2017 09:26 AM

    Hi Gerd-WKBE

    You can customize the list_in.htmpl form using Web Screen Painter (WSP).   WSP will allow you to edit the form to add the additional column that you want.  For information on using WSP to customize forms, please see this section of the documentation:

    How to Modify the Web Interface using Web Screen Painter - CA Service Management - 14.1 - CA Technologies Documentation 

     

    Hope this helps,

    Thanks,

    Jon I.



  • 3.  Re: Personalize incident search list view

    Posted Jun 01, 2017 09:49 PM

    Hi Gerd,

     

    Check if this helps.

    I added the following line of code in list_in.htmpl to see the Closed Date in the incident search list:

    Added this line of code  <PDM_MACRO name=lsCol hdr="Closed Date" attr=close_date> right after 

    <PDM_MACRO name=lsCol hdr="Assigned To" attr=assignee>

     

    Screenshot for your reference:

    Thanks

    Junaid Bin Ghalib

     

    Please Hit like, Helpful or Correct depending on the impact of the response