Collecting feedback through an email survey
If you want your clients to provide feedback after their incident or service request is closed, you must configure the following workflows to send an email message with a link to a survey:
- Notify the client when a service request is closed
- Notify the client when an incident is closed
Clients can click the survey link in the email message and provide their feedback. BMC Remedyforce uses the following email templates to send the email messages to clients when their incident or service request is closed:
- Email Template for submitting feedback when incident is closed
- Email Template for submitting feedback when service request is closed
You must update these email templates to use the URL of the Force.com site that you have configured for your clients.
The following steps provide an overview of how to collect feedback through an email survey:
- Copy the URL of the Force.com site where you want to host the Feedback Survey Visualforce page and paste the URL in a Notepad file.
- Update the required email templates to use the URL of the Force.com site.
- Assign the updated email templates to the required workflows.
- Make the Feedback Survey Visualforce page accessible to the Force.com site.
To collect feedback through an email survey
- Navigate to Setup > Develop > Sites.
- If you have configured Self Service for BMC Remedyforce, copy the URL of the BMC Remedyforce Self Service site and paste it in a Notepad file.
- If you have not set up a Force.com site on your organization, perform the following actions:
- Navigate to Setup > Develop > Sites.
- In the Sites page, type the domain that you want to associate with the site.
- Click Check Availability.
If the domain is available, the following message appears:
Success: The Force.com domain name "<domain>-force.com" is available. - Select the I have read and accepted the Force.com Sites Terms of Use check box.
Click Register My Force.com Domain.
- In the confirmation dialog box, click OK.
- In the Sites (<domain name>) section, click New.
- In the Site Label field, type the display label of this site.
- In the Site Name field, type the name of this site.
- In the Site Description field, type the description of this site.
By default, your name is populated in the Site Contact field. - Select the Active check box.
- In the Active Site Home Page and Inactive Site Home Page fields, ensure that SSSiteLogin and InMaintenance are entered.
- In the Site Template field, type SiteTemplate.
- Select the Enable Feeds check box.
- Click Save.
- Copy the URL of the site and paste it in a Notepad file.
- If you have a Force.com site and want to use the site to host the BMC Remedyforce Feedback Survey Visualforce page, perform the following actions:
- Navigate to Setup > Develop > Sites.
- Copy the URL of the site and paste it in a Notepad file.
- Click the Remedyforce Administration tab.
- On the Home page, click the Configure Email tile, and from the menu select Email Templates.
- From the Folder list, select BMC Remedyforce Emails.
- In the Email Template Name column, click Email Template for submitting feedback when incident is closed.
To view the Visualforce code for this template, click Edit Template in the Email Template section.
Replace Click <a href="http://examplesite-enterprise-edition.ap1.force.com/apex/BMCServiceDesk_FeedbackSurveyPage?sid={!relatedto.id}&lang={!relatedto.FKClientr.LocaleSidKey}"> with= Click <a href="<URL of the site>/apex/BMCServiceDesk_FeedbackSurveyPage?sid={!relatedto.id}&lang={!relatedto.FKClient_r.LocaleSidKey}">.
The [confluence_table-plus] macro is a standalone macro and it cannot be used inline.
- Click Save.
- Click the Remedyforce Administration tab.
- On the Home page, click the Configure Email tile, and from the menu select Email Templates.
- From the Folder list, select BMC Remedyforce Emails.
- In the Email Template Name column, click Email Template for submitting feedback when service request is closed.
- Repeat step 9 through step 11.
- To assign the Email Template for submitting feedback when incident is closed email template to the Notify the client when an incident is closedworkflow rule, perform the following actions:
- Click the Remedyforce Administration tab.
- On the Home page, click the Manage Workflows and Approvals tile, and from the menu select Workflow Rules.
- In the Rule Name column, click the Notify the client when task is closed workflow rule.
- Click Activate.
- In the Workflow Actions section, click Edit.
- From the Add Workflow Action list, select Select Existing Action.
- From the Choose Action Type list, select the Email Alert type of action.
- In the Available Actions list, select Email Alert notify_client_when_incident_is_closed.
- To move the selected action from the Available Actions list to the Selected Actions list, click the right arrow.
- Click Save.
- In the Immediate Workflow Actions section, click notify_client_when_incident_is_closed.
- In the Email Alert Detail section, click Edit.
- To configure this workflow to use the Email Template for submitting feedback when incident is closed email template, click the Email Template lookup.
This workflow currently uses the Incident Email Template 6 Version 2.0 email template. - Select the Email Template for submitting feedback when incident is closed email template.
- Click Save.
- To assign the Email Template for submitting feedback when service request is closed email template to the Notify the client when a service request is closedworkflow rule, perform the following actions:
- Click the Remedyforce Administration tab.
- On the Home page, click the Manage Workflows and Approvals tile, and from the menu select Workflow Rules.
- In the Rule Name column, click the Notify the client when service request is closed workflow rule.
- If the notify_client_when_service_request_is_closed email alert is present in the Immediate Workflow Actions section, proceed to step l.
- Click Activate.
- In the Workflow Actions section, click Edit.
- From the Add Workflow Action list, select Select Existing Action.
- From the Choose Action Type list, select the Email Alert type of action.
- In the Available Actions list, select Email Alert notify_client_when_service_request_is_closed.
- To move the selected action from the Available Actions list to the Selected Actions list, click the right arrow.
- Click Save.
- In the Immediate Workflow Actions section, click notify_client_when_service_request_is_closed.
- In the Email Alert Detail section, click Edit.
- To configure this workflow to use the Email Template for submitting feedback when service request is closed email template, click the Email Template lookup.
This workflow currently uses the Service Request Closed email template. - Select the Email Template for submitting feedback when service request is closed email template.
- Click Save.
- To make the Feedback Survey Visualforce page accessible to your Force.com site, perform the following actions:
- Navigate to Setup > Develop > Sites.
- In the Site Label column, click the label of the site.
- In the Site Visualforce Pages section, click Edit.
- In the Available Visualforce Pages list, select BMCServiceDesk.FeedbackSurveyPage.
- To move the selected Visualforce page from the Available Visualforce Pages list to the Enabled Visualforce Pages list, click the right arrow.
- Click Save.
Related topic