Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Has anyone customized the Helpdesk Summary Dashboard?

Updated: 22 May 2010 | 3 comments
msedam's picture
0 0 Votes
Login to vote

Specifically I am interested in cusomizing the status graph to be for all tickets not just the current worker's.

Comments

Troy's picture
03
Mar
2009
0 Votes 0
Login to vote

I have tried.   I didn't get

I have tried.

 

I didn't get very far though.  It looks like it's using some dedicated code to do what it does.

 

Admittedly I didn't try to hack too far into it to make it show what I wanted.

mabdelnabi's picture
03
Mar
2009
0 Votes 0
Login to vote

Admin Rights

You can see all Workers if you're an admin in the security roles. Another thing to do is to give the desired worker account the "Administer Incidents" access under "Incident Privileges" in the worker's security role.

 

Let me know if you need more help.

msedam's picture
06
Mar
2009
0 Votes 0
Login to vote

Briefly, here's what I ended up doing

I made a copy of the NSDashboard.aspx file and put it in the worker entry point directory. I added a new style for an additional priority my customer uses. I used the standard customization process to copy the NSDashboard.ascx file to the custom directory. I updated the queries to reflect the additional priority I added. I added graphData update lines to the FinalizeTemplate sub. I inserted some new aw:Panel tags in the xml markup. Then I messed with the chart parameters to get the chart to display an additional column. Specifically ColorData, FontName, FontSize, FontStyle were tweaked. Finally I updated a custom version of the ReportQueries.xml to include new and modified queries. Now I get a dashboard that can be used as a webpart for a portal console.