Difference between revisions of "Service Desk FAQ"
m (→What is my r12 Genlevel?) |
Agegeleruvy (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | ---- | ||
| + | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
| + | ---- | ||
| + | =[http://upezobyxez.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]= | ||
| + | ---- | ||
| + | =[http://upezobyxez.co.cc CLICK HERE]= | ||
| + | ---- | ||
| + | </div> | ||
[[Category:Miscellaneous]] | [[Category:Miscellaneous]] | ||
{{Global Header}} | {{Global Header}} | ||
| Line 8: | Line 16: | ||
== How can I determine which Priorities display in the Employee and Customer Interfaces? == | == How can I determine which Priorities display in the Employee and Customer Interfaces? == | ||
| − | In the web.cfg located in $NX_ROOT\bopcfg\www search for CstPrio & EmpPrio. By default, each displays none 3 4 5. Make your changes keeping in mind that number values refer to the enum, not the symbol. Once your changes are complete, recycle services. If using redirect, the web.cfg is replaced with files with a naming schema similar to web1_4_webdir1.cfg. | + | In the web.cfg located in $NX_ROOT\bopcfg\www search for CstPrio & EmpPrio. By default, each displays none 3 4 5. Make your changes keeping in mind that number values refer to the enum, not the symbol. Once your changes are complete, recycle services. If using redirect, the web.cfg is replaced with files with a naming schema similar to web1_4_webdir1.cfg. |
== How can I obtain patch installation history? == | == How can I obtain patch installation history? == | ||
| − | Look in [[$NX_ROOT]] for a | + | Look in [[$NX_ROOT]] for a <<server>>.HIS file. This file contains the complete patch history for that server. Both installs and removals as well as the total file distribution are included in this file. Another method is to reference the [[$NX_ROOT]]\REPLACED directory which will have a directory for every patch installed containing all the files that were replaced. |
== How can I reduce the amount of time it takes to display Notification History? == | == How can I reduce the amount of time it takes to display Notification History? == | ||
| Line 19: | Line 27: | ||
#Using the Knowledge Tab, perform a knowledge search. | #Using the Knowledge Tab, perform a knowledge search. | ||
#Select an article from the search return. | #Select an article from the search return. | ||
| − | #Respond ''Yes'' to | + | #Respond ''Yes'' to "Did this solution solve your incident?" question. |
The results will appear in the Solutions tab. | The results will appear in the Solutions tab. | ||
| Line 25: | Line 33: | ||
== How do I change the default Status for a newly created Change Order? == | == How do I change the default Status for a newly created Change Order? == | ||
Create a .mod file file and place it [[$NX_ROOT]]\site\mods\majic with a syntax similar to the following: | Create a .mod file file and place it [[$NX_ROOT]]\site\mods\majic with a syntax similar to the following: | ||
| − | + | <source lang="text">MODIFY chg status { ON_NEW DEFAULT OP ; } ;</source> | |
Replace OP with the code of the Status you want to set the CO to. Once complete, recycle Service Desk. | Replace OP with the code of the Status you want to set the CO to. Once complete, recycle Service Desk. | ||
| Line 41: | Line 49: | ||
== How do I search a combo_name field for first name or middle name? == | == How do I search a combo_name field for first name or middle name? == | ||
| − | The combo_name structure is '''last_name,first_name,middle_name'''. When searching on one of these fields, use the same structure. For example: | + | The combo_name structure is '''last_name,first_name,middle_name'''. When searching on one of these fields, use the same structure. For example:<br> |
*''Jack'' will search for the last name Jack. | *''Jack'' will search for the last name Jack. | ||
*''%,Jack'' will search for the first name Jack. | *''%,Jack'' will search for the first name Jack. | ||
| Line 47: | Line 55: | ||
== What is my r11 Genlevel? == | == What is my r11 Genlevel? == | ||
| − | genlevel 0606 is the original english version. | + | genlevel 0606 is the original english version.<br> |
genlevel 0711 are the localized versions. (french, german, ...) | genlevel 0711 are the localized versions. (french, german, ...) | ||
| Line 53: | Line 61: | ||
Change Orders and Issues are currently the only types of tickets to incorporate workflow functionality, thus giving the option to use CA Workflow in place of the classic workflow. | Change Orders and Issues are currently the only types of tickets to incorporate workflow functionality, thus giving the option to use CA Workflow in place of the classic workflow. | ||
| − | == Where are the LDAP | + | == Where are the LDAP > Service Desk field mappings maintained? == |
#Reference the ldap.maj located in [[$NX_ROOT]]\bopcfg\majic. | #Reference the ldap.maj located in [[$NX_ROOT]]\bopcfg\majic. | ||
#Create a .mod file with the necessary attribute changes and place it in [[$NX_ROOT]]\site\mods\majic. | #Create a .mod file with the necessary attribute changes and place it in [[$NX_ROOT]]\site\mods\majic. | ||
Revision as of 03:03, 24 November 2010
To discuss or ask questions about this article, select the discussion tab above.
How can I change the CI Family that a CI Class belongs to?
Get an extract of the ca_resource_family table and obtain the id of the family. Then get an extract of the ca_resource_class table and change the value of the family_id field. When you have made your changes to the ca_resource_class extract, load it back into the database.
How can I determine which Priorities display in the Employee and Customer Interfaces?
In the web.cfg located in $NX_ROOT\bopcfg\www search for CstPrio & EmpPrio. By default, each displays none 3 4 5. Make your changes keeping in mind that number values refer to the enum, not the symbol. Once your changes are complete, recycle services. If using redirect, the web.cfg is replaced with files with a naming schema similar to web1_4_webdir1.cfg.
How can I obtain patch installation history?
Look in $NX_ROOT for a <<server>>.HIS file. This file contains the complete patch history for that server. Both installs and removals as well as the total file distribution are included in this file. Another method is to reference the $NX_ROOT\REPLACED directory which will have a directory for every patch installed containing all the files that were replaced.
How can I reduce the amount of time it takes to display Notification History?
Use the Archive and Purge functionality and create a rule on the notify log header object. When creating your rule, determine how much notification history should be maintained and whether archiving is necessary. Usually Notification History only has value in the short term.
How do I associate a Knowledge Article to a Ticket?
- Using the Knowledge Tab, perform a knowledge search.
- Select an article from the search return.
- Respond Yes to "Did this solution solve your incident?" question.
The results will appear in the Solutions tab.
How do I change the default Status for a newly created Change Order?
Create a .mod file file and place it $NX_ROOT\site\mods\majic with a syntax similar to the following: <source lang="text">MODIFY chg status { ON_NEW DEFAULT OP ; } ;</source> Replace OP with the code of the Status you want to set the CO to. Once complete, recycle Service Desk.
How do I change the Status field from a search field to a drop-down?
In the web.cfg located in $NX_ROOT\bopcfg\www, activate SelListCacheMax and increase the value from its default of 10. 20 is a good number to change it to for starters. A service bounce is required for this change to take effect.
How do I edit Templates?
The concept of templates is slightly misleading in Service Desk. A template is nothing more than a name given to an existing ticket. To edit the template, merely access the original ticket. In other words, if ticket 12345 was made into a template, simply access ticket 12345 and make your changes. These changes will be reflected in the template because the ticket itself is the template.
How do I redirect to an external site after logout?
In the web.cfg located in $NX_ROOT\bopcfg\www search for LogoutURL. Once your changes are complete, recycle services.
How do I reference an item in a list, such as certain Property or Workflow Task?
There are many different lists in Service Desk, such as Properties, Workflow Tasks, Attachments, CIs, etc. These items always appear in tabs. When referencing these items in notifications or web design add a numeral beginning with 0 for the most recent lower seqenced item. For example, if wanted to reference the Status of the second Workflow Task, I would use workflow.1.status. To reference the value of the first Property in a Request I would use properties.0.value.
How do I search a combo_name field for first name or middle name?
The combo_name structure is last_name,first_name,middle_name. When searching on one of these fields, use the same structure. For example:<br>
- Jack will search for the last name Jack.
- %,Jack will search for the first name Jack.
- %,%,Jack will search for the middle name Jack.
What is my r11 Genlevel?
genlevel 0606 is the original english version.<br> genlevel 0711 are the localized versions. (french, german, ...)
What ticket types can utilize CA Workflow?
Change Orders and Issues are currently the only types of tickets to incorporate workflow functionality, thus giving the option to use CA Workflow in place of the classic workflow.
Where are the LDAP > Service Desk field mappings maintained?
- Reference the ldap.maj located in $NX_ROOT\bopcfg\majic.
- Create a .mod file with the necessary attribute changes and place it in $NX_ROOT\site\mods\majic.
- Recycle services.
Why am I unable to view pdf files?
By default, viewing of pdf files is not permitted, even though uploading is not restricted. To allow for the viewing of of pdf files, see the Unable to View pdf Attachments wiki article.
Why are events still firing even though the Status is set to Hold?
Each Status can be configured to Stop Service Type Events. If setting to ticket to a Status that has this setting selected, then all Events attached to a ticket via a Service Type will be suspended. The clocks will resume once the ticket has been returned to a Status that is not configured to Stop Service Type Events. Events that are attached to a ticket by other means, such as spell code, auto-event functionality, or Attach Event Macro, do not get suspended and the clocks will continue to tick until the ticket goes inactive.
Why are Manual Notifications being sent to Analysts but not Employees?
In the details of the Manual Notify Activity Notification, ensure the Internal box is unchecked. Checking this box prevents Access Types that do not permit the viewing of Internal Logs to also not be permitted to receive Manual Notifications.