Human Capital Management Blog Posts by Members
Explore blogs from customers or SAP partners to gain best practices and fresh insights to succeed.
cancel
Showing results for 
Search instead for 
Did you mean: 
SachinPachauri
Active Contributor
1,227

In today’s HR service delivery landscape, ensuring employee satisfaction is crucial. With SAP Cloud for Customer (C4C) integrated with Ask HR, organizations can streamline ticketing processes and gather feedback on HR interactions through surveys. Ticket surveys provide valuable insights into employee satisfaction and help identify areas of improvement. In this blog, we will walk through the step-by-step process of configuring ticket surveys in SAP C4C for Ask HR.

1- Prerequisites

  • SAP C4C is integrated with your Ask HR solution.
  • The Surveys functionality is enabled in SAP C4C.
  • You have the necessary admin access to make configurations.
  • A survey design tool like Qualtrics (if required) is available for survey creation.

2. Understanding the Survey Workflow in C4C

Ticket surveys in C4C are typically triggered at specific points in the ticket lifecycle, such as ticket closure. The process involves:

  • Creating the survey content.
  • Configuring survey distribution logic.
  • Enabling automation rules to send surveys after ticket resolution.

3. Steps to Configure the Ticket Survey

Step 1: Access a Survey tab in SAP C4C

Go to Administrator > Surveys

 

SachinPachauri_1-1734588029125.png

SachinPachauri_3-1734588533358.png

Step 2: Create a New Survey:

  • Click New and provide a name (e.g., “Ask HR Satisfaction Survey”)

SachinPachauri_2-1734588450224.png

Step 3: Design the Survey:

SachinPachauri_4-1734588941132.png

Click "Design" and add all relevant questions using the correct type.

SachinPachauri_5-1734589172005.png

SachinPachauri_6-1734589210176.png

Step 4: Save and Activate the survey.

SachinPachauri_7-1734589351784.png

4. Configure Survey Distribution

Step 1: Access Survey

SachinPachauri_8-1734589610079.png

Step 2: Go to Business Configuration > Workflow Rules>Create a new rule with all the required details

Business Object and Trigger Condition

SachinPachauri_9-1734589792112.png

Step 3: Define the conditions to trigger a survey

SachinPachauri_10-1734589839088.png

SachinPachauri_11-1734589866675.png

Step 4: Define the survey actions such as Sender Name, Email, Survey Recipientsetc.

SachinPachauri_0-1734620095851.png

SachinPachauri_13-1734590130001.png

Step 5: In the Placeholder Mapping, map #SURVEY2744# to anything, it does not matter
For e.g. you can map it to “Ticket ID” or “External ID” because the code will recognize the placeholder and replace it with a link

SachinPachauri_14-1734590213494.png

Step 6: Create an HTML EMail template, with a placeholder with the format #SURVEYID#Eg. #SURVEY25#, if the ID of the customer satisfaction survey was 25

Sample HTML Code (If the link of the survey received  is not hyperlink, please check the Tags of HTML with attention)

<html>

<head>

<meta content="text/html; charset=utf-8" http-equiv="Content-Type">

</head>

<body>

<p> Hello <p>

<p> Your [Request: #TICKETID#] is complete <p>

<a href=#SURVEY25#>Please complete the survey</a>

</div>

<p> Regards,
PC Support <p>

</body>

</html>

Save with Enconding UTF-8.

SachinPachauri_15-1734590366427.png

Step 7: Review the Workflow rule and activate it.

SachinPachauri_1-1734620147668.png

5. Test the Survey Configuration

  • Create a dummy ticket
  • Change ticket status to closed or solution confirmed based on your workflow condition
  • Open the Email to access the survey link

SachinPachauri_2-1734620201702.png

  • Click on the "Please complete the survey" hyperlink to access the survey and complete the feedback

SachinPachauri_18-1734590815492.png

6. Best Practices

  • Keep Surveys Short: Avoid lengthy surveys to ensure a higher response rate
  • Send Timely Surveys: Trigger surveys immediately after ticket closure to capture fresh feedback.
  • Review Feedback Regularly: Periodic analysis of survey responses helps identify recurring issues.
  • Ensure Anonymity: Assure employees their feedback is confidential to encourage honesty.

Conclusion

Configuring ticket surveys in SAP C4C for Ask HR is a straightforward process that provides significant value by capturing employee feedback. By following the steps outlined above, organizations can better understand employee satisfaction, enhance HR service delivery, and continuously improve the employee experience.

Supporting Resources:

https://me.sap.com/notes/0002670262

https://me.sap.com/notes/0002484144

https://me.sap.com/notes/2316200

https://community.sap.com/t5/crm-and-cx-blogs-by-sap/no-place-holder-to-create-a-survey-in-workflow-...