SDU

General Forums SDU Forums

SDU

Personal tools
2 Pages V   1 2 >  
Reply to this topicStart new topic
> Wiki: Search Requests, Incidents, and Problems Simultaneously for Ticket Number
admin
post Jun 1 2008, 01:19 PM
Post #1


Administrator
*******

Group: Root Admin
Posts: 955
Joined: 6-January 08
Member No.: 1



This is the discussion topic for the wiki article: Search Requests, Incidents, and Problems Simultaneously for Ticket Number

Go to the top of the page
 
+Quote Post
Anthony
post Jun 17 2008, 10:04 AM
Post #2


Level 3 Contributor
***

Group: Members
Posts: 37
Joined: 11-June 08
From: Lisle
Member No.: 649



I followed this to the letter and when I recylced the services and cleared the web cache nothing changes. There was no choice for all tickets on the go button list. I am sure I did something wrong but am at a loss trying to find it.
Go to the top of the page
 
+Quote Post
Gityerfix
post Jun 17 2008, 10:36 AM
Post #3


Level 8 Contributor
********

Group: Root Admin
Posts: 2,413
Joined: 7-January 08
From: Illinois, US
Member No.: 2



I suspect that the javascripts have been cached in your browser. Clear your internet cache and refresh your browser. The changes should appear then.


--------------------
While I certainly appreciate the confidence that many SDU members have in my Service Desk abilities, I ask that you please refrain from messaging me directly to address your issues. Please share your issue with the community and allow the community to assist you in a resolution.
Go to the top of the page
 
+Quote Post
Anthony
post Jun 17 2008, 11:28 AM
Post #4


Level 3 Contributor
***

Group: Members
Posts: 37
Joined: 11-June 08
From: Lisle
Member No.: 649



QUOTE (Gityerfix @ Jun 17 2008, 12:36 PM) *
I suspect that the javascripts have been cached in your browser. Clear your internet cache and refresh your browser. The changes should appear then.

I cleared all caches and still no All Tickets option. I am sure I am doing somthing wrong but am not sure what it is.
I have attached a copy of the gobtn. Maybe I put in the wrong place? It only found one if (cfgAccessReqMgr) when I searched for it.
Go to the top of the page
 
+Quote Post
Gityerfix
post Jun 17 2008, 12:30 PM
Post #5


Level 8 Contributor
********

Group: Root Admin
Posts: 2,413
Joined: 7-January 08
From: Illinois, US
Member No.: 2



It looks like you are running a pre-cumulative patches #1 version of the gobtn.html. But regardless, if you scroll up just a little ways you will find another reference to cfgAccessReqMgr that contains Incidents, Problems, and Requests. This where I put my code.

Are you using Form Groups?

Are you using the Web Screen Painter to make your changes?


--------------------
While I certainly appreciate the confidence that many SDU members have in my Service Desk abilities, I ask that you please refrain from messaging me directly to address your issues. Please share your issue with the community and allow the community to assist you in a resolution.
Go to the top of the page
 
+Quote Post
Anthony
post Jun 18 2008, 08:15 AM
Post #6


Level 3 Contributor
***

Group: Members
Posts: 37
Joined: 11-June 08
From: Lisle
Member No.: 649



I am using WSP I will try what you have given and see what happens. This is something I want to get working.
Go to the top of the page
 
+Quote Post
Anthony
post Jun 18 2008, 09:43 AM
Post #7


Level 3 Contributor
***

Group: Members
Posts: 37
Joined: 11-June 08
From: Lisle
Member No.: 649



I put the code where you instructed and it worked. However, when you use the all tickets it only finds requests. If I put in a change order 3 it comes back no matching All Tickets.
Go to the top of the page
 
+Quote Post
Gityerfix
post Jun 18 2008, 09:52 AM
Post #8


Level 8 Contributor
********

Group: Root Admin
Posts: 2,413
Joined: 7-January 08
From: Illinois, US
Member No.: 2



It says "All Tickets" but it is really only for Requests, Incidents, and Problems. Thus the title Search Requests, Incidents, and Problems Simultaneously for Ticket Number. Change it to read "Reqs/Incs/Probs" if you like. Change Orders and Issues are not included in this search.


--------------------
While I certainly appreciate the confidence that many SDU members have in my Service Desk abilities, I ask that you please refrain from messaging me directly to address your issues. Please share your issue with the community and allow the community to assist you in a resolution.
Go to the top of the page
 
+Quote Post
Anthony
post Jun 18 2008, 01:07 PM
Post #9


Level 3 Contributor
***

Group: Members
Posts: 37
Joined: 11-June 08
From: Lisle
Member No.: 649



OK good to know. Currently, we only use Requests and Change Orders. If we go ITIL I will have to put in in at that point now that I got it to work on my test environment
Go to the top of the page
 
+Quote Post
Ukiah
post Jul 11 2008, 07:42 AM
Post #10


Level 3 Contributor
***

Group: Members
Posts: 30
Joined: 27-February 08
From: Austin, TX
Member No.: 283



I have made this customization and it works GREAT. I have an additional request or question.

Since it works as advertised, how do I REMOVE the options of searching Reqs/Incs/Probs separately? I tried both REM'd and deleting them from the gobtn.html file, but they still show up.
Go to the top of the page
 
+Quote Post
Gityerfix
post Jul 11 2008, 08:05 AM
Post #11


Level 8 Contributor
********

Group: Root Admin
Posts: 2,413
Joined: 7-January 08
From: Illinois, US
Member No.: 2



All I did was add // before each line.
CODE
//            if ( propIsITIL ) {
//                html += "<OPTION VALUE='in.ref_num'>Incident</OPTION>";
//                html += "<OPTION VALUE='pr.ref_num'>Problem</OPTION>";
//            }
//            html += "<OPTION VALUE='cr.ref_num'>Request</OPTION>";


--------------------
While I certainly appreciate the confidence that many SDU members have in my Service Desk abilities, I ask that you please refrain from messaging me directly to address your issues. Please share your issue with the community and allow the community to assist you in a resolution.
Go to the top of the page
 
+Quote Post
Ukiah
post Jul 11 2008, 10:57 AM
Post #12


Level 3 Contributor
***

Group: Members
Posts: 30
Joined: 27-February 08
From: Austin, TX
Member No.: 283



I tried that first thing and couldn't get it to work. Let me try it again and if I still have problems, I'll post the specific code I have and maybe someone can see where or why it's not working.
Go to the top of the page
 
+Quote Post
Gityerfix
post Jul 11 2008, 11:56 AM
Post #13


Level 8 Contributor
********

Group: Root Admin
Posts: 2,413
Joined: 7-January 08
From: Illinois, US
Member No.: 2



It's javascript, so it might cache. Try an F5... maybe even reboot.


--------------------
While I certainly appreciate the confidence that many SDU members have in my Service Desk abilities, I ask that you please refrain from messaging me directly to address your issues. Please share your issue with the community and allow the community to assist you in a resolution.
Go to the top of the page
 
+Quote Post
wheels
post Aug 13 2008, 06:23 PM
Post #14


Level 2 Contributor
**

Group: Members
Posts: 22
Joined: 16-June 08
Member No.: 657



Hi guys

Got code working after a few tweaks. Thanks

We have 1 question though, how can we get the Requests, Incidents, and Problems to appear as the default selection at the top?
Go to the top of the page
 
+Quote Post
Gityerfix
post Aug 13 2008, 07:58 PM
Post #15


Level 8 Contributor
********

Group: Root Admin
Posts: 2,413
Joined: 7-January 08
From: Illinois, US
Member No.: 2



QUOTE (wheels @ Aug 13 2008, 08:23 PM) *
We have 1 question though, how can we get the Requests, Incidents, and Problems to appear as the default selection at the top?

Put it first in the list and it should be the default.


--------------------
While I certainly appreciate the confidence that many SDU members have in my Service Desk abilities, I ask that you please refrain from messaging me directly to address your issues. Please share your issue with the community and allow the community to assist you in a resolution.
Go to the top of the page
 
+Quote Post
wheels
post Aug 17 2008, 05:05 PM
Post #16


Level 2 Contributor
**

Group: Members
Posts: 22
Joined: 16-June 08
Member No.: 657



Hi Gityerfix

I should have advised in my comments that we have tried adding it first in the list. When we add it to the top it still defaulst to Incident.

I have attached screen shots and the code that we have applied.

Happy for any ideas to fix.
Attached File(s)
Attached File  Go_Button_Search.doc ( 115K ) Number of downloads: 28
 
Go to the top of the page
 
+Quote Post
Gityerfix
post Aug 17 2008, 08:04 PM
Post #17


Level 8 Contributor
********

Group: Root Admin
Posts: 2,413
Joined: 7-January 08
From: Illinois, US
Member No.: 2



Well, is this really an issue? When you think about this, what is the purpose of having an Incident option any longer? When the go button search is being used people are trying to access a specific ticket. They could care less what type of ticket it is. So why restrict them and add the potential of additional searches if they accidentally select the wrong ticket type. I recommend adding the new consolidated search method and remove the individual ones. I can't see any benefit in maintaining the individual ones.


--------------------
While I certainly appreciate the confidence that many SDU members have in my Service Desk abilities, I ask that you please refrain from messaging me directly to address your issues. Please share your issue with the community and allow the community to assist you in a resolution.
Go to the top of the page
 
+Quote Post
akhilkmathur
post Aug 21 2008, 07:44 AM
Post #18


Level 5 Contributor
*****

Group: Members
Posts: 241
Joined: 29-February 08
From: Richmond, VA
Member No.: 351



I have implemented the same and it works! How can I include the search to look into the CHG tickets as well? What I want to acheive is to be able to search for Incidents / Request and Change Orders all together.
Go to the top of the page
 
+Quote Post
Stuart
post Aug 31 2008, 02:51 PM
Post #19


Newbie
*

Group: Members
Posts: 6
Joined: 15-April 08
Member No.: 578



QUOTE (akhilkmathur @ Aug 22 2008, 12:44 AM) *
I have implemented the same and it works! How can I include the search to look into the CHG tickets as well? What I want to acheive is to be able to search for Incidents / Request and Change Orders all together.

Generally you are not able to include CHG tickets as well, the reason Incident/Problem/Request tickets can be searched with one method is because they exist in the same table so each ticket ID number is unique. Due to the CHG tickets being stored on a separate table (and there being the strong possibiliity of having duplicate ID numbers, i.e. one existing in the CHG table and one existing in the CALL_REQ table) this cant be done.

As an additional note if you had the time and resources you could perhaps program something specific to your site where if you searched for C1234 then it would search the change table for you (just a thought) unfortunatly I am not to sure how you would go about this.
Regards
Stuart
Go to the top of the page
 
+Quote Post
akhilkmathur
post Sep 1 2008, 06:34 AM
Post #20


Level 5 Contributor
*****

Group: Members
Posts: 241
Joined: 29-February 08
From: Richmond, VA
Member No.: 351



Yes, I am writing a script which will read the input box to look for "I"vs "C" for change order and then look for respective tables.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: