ITSM Template - Procedures specific to versions Oxygen and earlier
Caution
- The installation of the template requires importing reports in Service Manager. This action overwrites the parent queries. To keep your existing parent queries, some views, tables, and fields must be added to the database Service Manager.
See Importing reports step of the procedure.
- Perform these operations only during the first installation of the template; you can then download new versions without having to repeat them.
Procedures
How to install the template
Prerequisites: The E_V_PRIORITY view must exist in your Service Manager database.
If the E_V_PRIORITY view does not exist, you must have to create it by running the queries below after replacing [EVO_DATAXXXXX] with the name of your database and [XXXXX] with the account.
go
SET ansi_nulls ON
go
SET quoted_identifier ON
go
CREATE VIEW [XXXXX].[E_V_PRIORITY]
AS
SELECT sr.request_id,
vp.priority_value,
sr.rfc_number
FROM sd_request sr
INNER JOIN v_priority vp
ON vp.urgency_id = sr.urgency_id
AND vp.impact_id = sr.impact_id
go
Step 1: Importing the template theme to Service Apps.
1. Download the file below to your workstation depending on your Service Manager version.
Oxygen theme -
Oxygen theme -
2. Import the downloaded files to Service Apps by clicking Import in the App Gallery toolbar.
3. Check that the theme is a public theme in the Service Apps theme editor:
- Click
Theme Design in the App Gallery toolbar.
- Click
to select the theme.
- Click
to display the general properties.
- In the Published property, select Published
.
- Click OK.
4. (Optional) Modify the theme in line with the style guide of your company.
5. Click to save the theme.
Step 2: Importing and enabling indicators in Service Manager.
1. Download the file below to your workstation depending on your Service Manager version.
Batch of indicators -
Batch of indicators -
- Number of FCR
- Number of incidents/requests closed this month
- FCR %
2. Import the downloaded file to Service Manager by selecting Administration > Import/Export > Import in the menu.
3. Enable the indicators below:
- Number of FCR
- Number of incidents/requests closed this month
- % of Late Incidents
- FCR %
To do this:
- Select Administration > Trends > Trends in the menu.
- Select the indicators you want.
- Run the Enable wizard.
4. (Optional) If the Percentage of FCR indicator is already enabled, you should disable it and enable it again.
Step 3: Importing reports to Service Manager.
1. Download one of the batch files below to your computer, whether or not you wish to keep your parent queries - see Important note Importing Reports
Keeping parent queries
Only if you have not yet performed these actions |
Overwriting parents queries
or Actions for keeping parent queries already created |
|
---|---|---|
|
|
In these 2 specific cases, the following reports are downloaded:
- List of incidents and service requests
- List of incidents, service requests, change requests, problems
- Knowledge base
- List of actions
- List of configuration items (CIs)
- List of change requests
- List of service requests
- List of incidents
- List of problems
2. Import the downloaded files to Service Manager by selecting Administration > Import/Export > Import from the menu.
Step 4: Importing the template to Service Apps.
1. Download the file below to your workstation depending on your Service Manager version.
Template Desktop and Mobile versions -
Template Desktop and Mobile versions -
2. Import the downloaded file to Service Apps by clicking Import in the App Gallery toolbar.
3. Check that the theme is correctly displayed by the template.
- Click
next to the app name in the App Gallery to display the general properties.
- Select the theme you just imported from the Theme list.
- Click OK.
Step 5: Creating your Service Apps apps.
You should always work on a duplicate of the template. This enables you to import new improved versions provided by EasyVista without having to replace your apps.
1. Duplicate the template you just imported.
2. Rename the duplicated template.
3. Associate an image with it.
4. Create the shortcut pointing to your app.
5. Repeat this procedure for each new app created using the same template.
Step 6 (Optional): Configuring items using the Oxygen theme.
See:
How to configure items using the Oxygen theme
See the list of configurable items.
CommonProcedure
Step 1: Opening the Service Apps app.
1. Open your app in the graphic editor via in the App Gallery.
Step 2: Adding Oxygen customizations.
1. Click the widget you want to customize.
2. Select the Content > HTML Code section.
3. Copy-paste the CSS and HTML instructions indicated in the procedures below for each Oxygen theme item.
4. Adapt the code to your environment.
5. Click .
Step 3: Testing the app.
1. Run the app via .
2. Check that your customization is correctly displayed.
List of items customizable using the Oxygen theme
Dashboard | Configurable item | Procedure (HTML and CSS codes to add) |
---|---|---|
Global | Left sidebar menu | Menu - Desktop; Menu - Mobile |
All clickable items | Border | |
My Work | Left sidebar menu | Menu - Desktop; Menu - Mobile |
Detail of my open incidents and service requests | Static legend; Standard tile; Timeline tile; Timeline | |
My tasks | ||
All clickable items | Border | |
Incident | Left sidebar menu | Menu - Desktop; Menu - Mobile |
All clickable items | Border | |
Service request | Left sidebar menu | Menu - Desktop; Menu - Mobile |
All clickable items | Border | |
Problem | Left sidebar menu | Menu - Desktop; Menu - Mobile |
Detail of all open problems | Static legend; Standard tile; Timeline tile | |
All clickable items | Border | |
Change | Left sidebar menu | Menu - Desktop; Menu - Mobile |
My change requests | Static legend | |
Detail of all open change requests | Standard tile; Timeline tile; Timeline | |
All clickable items | Border | |
CMDB | Left sidebar menu | Menu - Desktop; Menu - Mobile |
All clickable items | Border | |
Knowledge Base | Left sidebar menu | Menu - Desktop; Menu - Mobile |
Detail of top rated knowledge articles | Standard tile; Timeline tile | |
All clickable items | Border |