Advanced Service Workplace Template
This template illustrates numerous Service Store mini-sites corresponding to different types of requests and knowledge bases. It applies traditional knowledge base search and integration functionalities with Self Help procedures.

Home page
The Home page is made up of four zones:
- A top banner (1) displaying:
- A logo
- A global search field
- A custom menu with the main indicators for the logged-in user, used to access the corresponding list:
- Open requests
- Discussions
- Open incidents
- Approvals to complete
- A photo of the logged-in user with a link to view user details and submit a modification request if required
(see the configuration)
- A logout button
- A main menu in the left pane (2) for browsing through pages:
- Home: Return to the Home page.
- Get Software: Access the software section of the Service Request Catalog.
- Get Hardware: Access the hardware section of the catalog.
See the configuration.
- Videoconferencing: Access the videoconferencing section of the catalog.
- Get Cloud Services: Access the cloud section of the catalog.
- Self Help: Access the knowledge base.
- Contact IT: Access the page for declaring an incident.
- Get Something from HR: Access the HR section of the catalog.
- Get Help from Facilities: Access the general services section of the catalog.
- Get Help from Legal: Access the legal section of the catalog.
See the configuration.
- A central pane (3) displaying:
- A carousel.
- Most Popular: Access the most popular entries in the Service Request Catalog.
See the configuration.
- News: The most recently published news articles.
- Most Used Self Service Guides: Access the most popular knowledge articles.
- Availability of Your Services: A service availability chart using weather icons.
See the configuration.
- My Devices: A list of equipment for the logged-in user.
See the configuration.
- A footer (4) with different links, including one to the Directory.
Procedures
How to install and use the template
Step 1: Importing the template theme to Service Apps.
1. Download the file below to your workstation.
2. 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.
3. (Optional) Modify the theme in line with the style guide of your company.
4. Click to save the theme.
Step 2: Importing the template to Service Apps.
1. Download the required version of the files below to your workstation.
2. Import the downloaded files 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 3: Importing reports to Service Manager.
1. Download the files below to your workstation.
- APPS - New request (Advanced)
- APPS - New General Services service request
- APPS - New Software service request
- APPS - Employee approvals
- APPS - Employee incidents
- APPS - Employee requests
- APPS - My details
- APPS - My equipment
2. Import the downloaded files to Service Manager by selecting Administration > Import/Export > Import in the menu.
Step 4: Importing questionnaire and workflow to Service Manager.
1. Download the files below to your workstation.
: Enables logged-in users to register their own devices by themselves. These devices will appear in My Devices.
: Enables logged-in users to update their personal information.
2. Import the downloaded files to Service Manager by selecting Administration > Import/Export > Import in the menu.
3. Create the relevant entries in the catalog to enable the use of the imported workflows.
How to configure the top banner
My Profile
- The My Details report retrieves and displays all information on the logged-in user.
- The Edit button redirects users to the associated questionnaire and workflow called Edit Your Profile which retrieves and updates the logged-in user's information in the form.
How to configure the sections in the central pane
Most Popular
You have to configure each catalog entry depending on your context. The New Request button allows you to adapt the questionnaire to be displayed or the software to download.
1. Go to the corresponding widget.
2. Click to edit the data source.
3. Modify the Search Value property.
example Onboard a new employee service request
- Create a data source pointing to the Service Request Catalog accessible by selecting Operation > Catalog > Service Request Catalog in the menu.
- Search Field = Description
- Search Value = On-Boarding
Availability of Your Services
You have to configure the service availability chart to display the weather icons.
Step 1: Creating a field in the AM_ASSET table.
1. Add the E_HEALTH field in the AM_ASSET table, using the query below.
ADD e_health NVARCHAR(255)NULL;
Step 2: Settings in Service Manager.
1. Go to Service Manager > Extended CMDB > Service Portfolio > Service Catalog menu.
2. Swith in Edition mode via >
Edit (DIALOGCMDB_SERVICECATALOG form).
3. Add the new E_HEALTH field in the view.
example Create a country filter where each service is a country. The E_HEALTH field contains integers without decimals.
4. Add an image to the Service Manager resource folder for each type of weather icon, e.g. sunny, cloudy, rainy.
example SH_3.png: Level 3 weather (rainy)
Step 3: Settings in Service Apps.
1. Go to the corresponding widget and click to edit the data source.
example Filter data by country
2. Add the link to the Service Manager folder where the image is stored.
example <img src="https://xxx.easyvista.com/resources/compte/pictures/SH_#[FIELD('AM_ASSET.E_HEALTH')]#.png">
My Devices
You have to configure the display of the list of equipment for the user.
Step 1: Creating a new status in the reference table.
1. Go to the Asset Management > References > Statuses menu.
2. Create the BYOD status using the query below.
SET status_guid = 'B4B93C3B-233B-42C7-B633-333F6629EAD9'
WHERE status_fr = 'BYOD'
Step 2: Creating a new entry in the equipment catalog.
1. Go to the Operation > Catalogs > Equipment Catalog menu.
2. Create the catalog entry corresponding to the new equipment.
example BYOD Enrollment
Step 3: Importing the workflow and the related questionnaire.
1. Import the workflow.
2. Import the related questionnaire called Bring Your Own Device.
3. Associate the questionnaire with the previously created category.
Notes:
- The APPS-My Devices report contains three filters:
- My Company Devices: List of company equipment (based on the BYOD status).
- My Personal Devices: List of employee equipment (based on the BYOD status).
- My Devices (top 4): List displayed in the Home page (last four employee equipment).
- The Declare New Device button redirects users to the associated questionnaire and workflow called Bring Your Own Device.
How to configure the navigation menu
Get Hardware
Step 1: Creating a field in the SD_CATALOG table.
1. Add the E_PARENT_CODE field in the SD_CATALOG table using the query below.
ADD e_parent_code NVARCHAR(30) NULL;
Step 2: Settings in Service Manager.
1. Go to the Operation > Catalogs > Service Request Catalog menu.
2. Switch to the Edit mode via >
Edit (DIALOGHD_REQUESTFULLFILMENTCATALOG form).
3. Add the new E_PARENT_CODE field in the view.
Step 3: Settings of the Hardware folder levels.
Level 1: Hardware
1. Edit the level.
2. Add the Hw code (SD_CATALOG.CODE).
Level 2: Hardware > Accessories
1. Edit the level.
2. Add the HwAc code;
3. Add the Hw parent code (SD_CATALOG.E_PARENT_CODE).
4. (Optional) Add text to help users select the next sublevel.
- Add a E_QUESTION_$Ing new field in the SD_CATALOG table using the query below.
ADD e_question_$lng NVARCHAR(255) NULL;
- Go to the Operation > Catalogs > Service Request Catalog menu.
- Switch to the Edit mode via
>
Edit (DIALOGHD_REQUESTFULLFILMENTCATALOG form).
- Add the previously created field.
- Enter the field to display the question.
Level 3: Hardware > Accessories > Office 365 Accessories
1. Edit the level.
2. Add the HwAcOa code.
3. Add the HwAc parent code.
4. Add text to help users select the next sublevel.
Level 4: Hardware > Accessories > Office 365 Accessories > LifeChat LX-3000
1. Edit the level.
2. Add the HwAcOa parent code.
3. Repeat the same operations for the other Hardware sublevels.
Summary of how the parent code <-> child code works
Catalog | Code | Parent Code |
---|---|---|
Hardware | Hw | |
Hardware > Accessories | HwAc | Hw |
Hardware > Accessories > Office 365 Accessories | HwAcOa | HwAc |
Hardware > Accessories > Office 365 Accessories > LifeChat LX-3000 | HwAcOa |
Step 4: Settings in Service Apps.
1. Open the 02.0 Hardware page.
The page contains three Data Viewer widgets. Each of them corresponds to the three Hardware sublevels.
2. Run the app.
3. Check that the three sublevels previously created are correctly displayed.
Get Help From Legal / Contact IT
1. Go to the corresponding widget.
2. Select the form corresponding to your requirement for each button.
List of files to download
- Questionnaire and workflow: