Difference between revisions of "Remove SLA Violation from Employee View"

From SDU
Jump to: navigation, search
m
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Customizations]]
 
[[Category:Customizations]]
This article contains instructions for removing the indication of an SLA Violation from the Employee Interface. The instructions that follow pertain to r11.x releases only.
+
{{Global Header}}
 +
{{Global Announcement}}
  
== Step 1. Edit list_cr.htmpl ==
+
== Overview ==
 +
This article contains instructions for removing the indication of an [[Service Level Agreement|SLA]] Violation from the [[Employee Interface]]. The instructions that follow pertain to r11.x releases only.
 +
 
 +
== Procedures ==
 +
=== Step 1. Edit list_cr.htmpl ===
 
Search for the following code...
 
Search for the following code...
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&#60;PDM_MACRO NAME=lsCol hdr="Request #" attr=ref_num link=yes style=ref_num_style&#62;<!--c2--></div><!--ec2-->
+
<source lang="html4strict">
 +
<PDM_MACRO NAME=lsCol hdr="Request #" attr=ref_num link=yes style=ref_num_style>
 +
</source>
 
...and replace it with...
 
...and replace it with...
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&#60;PDM_MACRO NAME=lsCol hdr="Request #" attr=ref_num link=yes&#62;<!--c2--></div><!--ec2-->
+
<source lang="html4strict">
 +
<PDM_MACRO NAME=lsCol hdr="Request #" attr=ref_num link=yes>
 +
</source>
 +
 
 +
For r11.x releases it is recommended that you edit your pages via the [[Web Screen Painter]].
  
== Step 2. Clear the web cache ==
+
=== Step 2. Clear the web cache ===
The final step is to clear Service Desk's cache. Publish your changes via the Web Screen Painter. The process of publishing automatically initiates a [[pdm_webcache]].
+
The final step is to clear Service Desk's cache. Publish your changes via the [[Web Screen Painter]]. The process of publishing automatically initiates a [[pdm_webcache]].

Latest revision as of 04:05, 27 July 2008

To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.

Overview

This article contains instructions for removing the indication of an SLA Violation from the Employee Interface. The instructions that follow pertain to r11.x releases only.

Procedures

Step 1. Edit list_cr.htmpl

Search for the following code... <source lang="html4strict"> <PDM_MACRO NAME=lsCol hdr="Request #" attr=ref_num link=yes style=ref_num_style> </source> ...and replace it with... <source lang="html4strict"> <PDM_MACRO NAME=lsCol hdr="Request #" attr=ref_num link=yes> </source>

For r11.x releases it is recommended that you edit your pages via the Web Screen Painter.

Step 2. Clear the web cache

The final step is to clear Service Desk's cache. Publish your changes via the Web Screen Painter. The process of publishing automatically initiates a pdm_webcache.