CA Service Management

Special Handling Icon in List Page 

Jun 17, 2014 02:46 AM

Hello,

Current Level: SDM 12.7 C1

Tickets in the list page displays a megaphone icon per the below code if the Affected End User is assigned with a special handling however the detail page displays the actual icon (alert_icon_url) instead of the default one

    if (add_icon_to_cust)

    {

        var specialHandlingAlertIcon = "$SpecialHandlingIcon";

        if(specialHandlingAlertIcon == "") // did they provide a icon in the config file?        {

            specialHandlingAlertIcon = "$CAisd/img/announcements_16.png";        } //I know we can change the Icon here instead of megaphone icon, but I looking for acutal icon provided in the special handling.

        htmlStr = htmlStr + "&nbsp <img src='" + specialHandlingAlertIcon

                  +"' border=0 height=14 width=14 alt='Special Handling Alert' title='Special Handling Alert'/>";

    }

Can anyone suggest me, how we can display the actual icon( here, we have different Icons for each special handling) in the list page instead of one common Megaphone icon.

 

Thanks Much,

Sharath.M

 

Hi, Does any one have some suggestion here for me. /Sharath

 

This document was generated from the following discussion: Special Handling Icon in List Page

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.