Documentation forSolarWinds Service Desk

Satisfaction surveys

On this page

Introduction

Service teams strive to provide high quality services. They often set high service quality goals and continuously monitor various indicators to ensure they meet these goals. The most direct method of collecting service quality information is satisfaction surveys, asking employees/customers to provide feedback on the services they receive.

SolarWinds Service Desk (SWSD) comes with a satisfaction survey engine built into the application. After an incident's status changes to Resolved, a customer satisfaction (CSAT) survey can be sent to ticket originators to request their feedback.

Navigation

ITSM customers ESM customers
Setup > Service Desk > Satisfaction Surveys

Service Provider > Service Desk > Satisfaction Surveys

Survey types

SWSD supports three types of surveys. Each is customizable, but all customizations are not available for all survey types.

Enterprise Service Management (ESM) service providers can create their own service-provider specific surveys.

Default survey

The default survey is a simplistic, built-in survey, that includes a single question (Satisfied/Dissatisfied) and a comment.

You can edit the Call to Action text, Delivery Settings, and the Notification Settings.

Custom survey

You can build your own surveys using custom fields, custom forms, and dynamic form rules.

You can also edit the Call to Action text, User Guidance text, Delivery settings, Notification settings, and the Widget Threshold Limit.

External survey

You can use your preferred third-party survey tool to request service feedback.

If you use external surveys, edit the External Customer Satisfaction Survey template and add your survey URL under Survey URL. Note that survey responses for external surveys will not be available in SWSD and have to be managed externally. See Email templates.

You can also edit the Call to Action text, Delivery settings, Notification settings, and the Widget Threshold Limit.

Customize survey types

Before you begin to edit settings, be sure you have selected from the Survey Type dropdown the type of survey you want to edit settings for.

Some settings below are not available for every survey type.

Call to Action Text

You can edit the text that displays on the button the user clicks to begin a survey. Just type the new text into the field under Call to Action Text, and then click Update.

Guidance on how to complete the survey

You can edit the text that provides your users with instructions on how to complete a survey. Just type the new text into the field under Guidance, and then click Update.

Delivery Settings

Survey requests can only be sent if the state of an incident changes is Resolved.

You can decide not to send surveys, or when to send them.

Notification Timing

You can use dropdowns to decide when a survey is sent and how frequently a user can receive a survey request. You can also decide whether to send a survey for tickets that were resolved on first touch.

Default Widget Threshold Limit

You can edit the color the widget displays based on the percentage of satisfied customers. Just type the new number into the field under Threshold, and then click Update.

Customer experience

Based on the settings you established for each survey type, the customer receives an email request to complete a survey, and then clicks a link in the survey to begin providing responses.

After the customer completes the survey, the customer sees a message thanking them and showing the response was recorded.

Configure custom surveys

For many, custom surveys provide the best combination of flexibility and in-platform analytics. Custom surveys let you:

  • Use multiple questions.

  • Use star rating to visually rate various service aspects.

  • Use dynamic forms to dynamically present follow-up questions based on responses to other questions.

  • Create multiple surveys that can be presented in different contexts and/or circumstances.

Build a custom survey

Step 1: Build survey questions

Decide which questions to include in your survey. For example, you might want to ask about the quality of service or the technical knowledge of the technician. Your question can be used as the custom field name.

Next, decide how you want the respondent to measure their satisfaction with each question. The measurement method becomes your field type. For example, you might want the user to select their response from a dropdown list or a multi-picklist.

  1. Navigate to Setup > Service Desk > Custom Fields.

  2. Click +.

  3. Using the examples in the table below for guidance, create custom fields. For each field, use the dropdown under Scope to select Global. You can follow the examples below to come up with many other survey questions.

    Field name Field type Notes
    Service Quality Star rating 1-5 stars
    Domain Expertise Star rating 1-5 stars
    Technical Knowledge Star rating 1-5 stars
    Overall experience Dropdown Values: Superior, Excellent, Good, Fair, Poor
    Reason for low rating Text area  

    Example:

  4. Click Save.

Step 2: Create a survey form

Group all the questions into a single survey custom form. For the example below, create a standard headquarters survey. Use field logic to automatically hide the Reason for low rating field and make it visible only if the user's response to Overall experience is rated as Fair or Poor.

  1. Navigate to Setup > Service Desk > Custom Forms.

  2. From the Custom Forms index page, click +.

  3. In the grey Form fields bar, click Add Field.

  4. Add the newly created fields, one at a time.

  5. In the grey Forms fields bar, click Add Logic.

  6. Under Form Logic, click +, and then select Condition Set.

  7. Click Add Condition Set.

  8. Hover your mouse to the left of the new condition set name until a right-facing arrow displays. Click the arrow to expand the condition set and display the True/False actions.

  9. Under On True, click +, and then select Action.

  10. Define the action you want SWSD to perform when the condition is met.

  11. Click Add Action.

  12. Click Create to save the new form.

Step 3: Create a dynamic form rule to use the new survey form

Create a new dynamic form rule to use the survey form for all tickets associated with the headquarters site.

If you are going to survey only customers related to a specific site, you must already have that site set up, and users must be associated with that site before you begin creating your dynamic form rule.

  1. Navigate to Setup > Service Desk > Dynamic Form Rules.

  2. Click + to display the New Dynamic Form Rule window.

  3. Name the new rule. For this example, use Standard HQ Survey. Enter an optional description.

  4. Under Scope, select Satisfaction Survey from the dropdown.

  5. Under the grey Rule bar, click +, and then select Condition Set.

  6. Define the condition set to only be active if the user's site is = Headquarters.

  7. Click Add Condition Set.

  8. Under On True, click +, and then select Action.

  9. Define the action you want SWSD to perform when the condition is met.

  10. Click Add Action.

  11. Click Create to save the new form.

Analyzing survey results

You can analyze Survey in two ways:

  • By viewing the results in the tickets/incidents index.
  • By running customer satisfaction reports.

Viewing survey results in the incidents index

To view survey results in the incidents index you can create a new view filter that shows all survey fields. For example:

  • Name: Service Feedback
  • Filter: Customer satisfaction is Answered
  • Sorting: Number, Descending
  • Columns:
    • Number
    • SLA Breaches
    • State
    • Preview
    • Title
    • Site
    • Service Quality
    • Domain Expertise
    • Technical Knowledge
    • Overall Experience
    • Reason for low rating

After the new view filter is defined, save it so you can always come back to it and look at the most recent survey results. You can also export these results for further analysis outside the platform. See List view for more information.

Customer satisfaction reports

Navigate to Analytics > Reports > Customer Satisfaction. There you can see two survey-related reports:

  • CSAT Volume Breakdown, which provides stacked survey volumes based on various criteria.

  • CSAT Over Time, which provides a breakdown of requester satisfaction (default survey) or various service quality measurements (custom surveys) over time.

Email templates

You can choose to use the out-of-the box customer satisfaction survey template, or you can customize the email template to meet your organization's needs. See Email notification templates.

Related topics