CA Service Management

  • 1.  Edit mode on click of a ticket

    Posted Jun 16, 2017 09:12 AM

    Is there a way that when we click on a ticket it just goes straight into “Edit” mode?  Is this possible to customize in Service Desk 14.1 cp3??



  • 2.  Re: Edit mode on click of a ticket

    Broadcom Employee
    Posted Jun 16, 2017 09:59 AM

    Vishnu, this would be quiet a challenge. I don't hear anyone do this before. Right click and choose "edit" from the popup context menu is usually what we do(two clicks vs one click). If someone knows how this can be done, please share asI see there are a lot of things would need to be overcome. Thanks _Chi



  • 3.  Re: Edit mode on click of a ticket
    Best Answer

    Posted Jun 19, 2017 06:06 PM

    solution was provided on SDU, sharing here for the search purposes:

    function zEditCr(value) {
         rs.data("<a href=\"#\" onclick=\"showEdit('" + crPersid + "');\">" + value + "</a>");
    }
    <PDM_MACRO name=lsWrite text="var crPersid = \"@{list.persistent_id:}\";">
    <PDM_MACRO name=lsCol hdr="ref_num" attr="ref_num" fmtfunc="zEditCr">


  • 4.  Re: Edit mode on click of a ticket

    Posted Jun 19, 2017 06:22 PM

    cdtj, Thank you, Sir!