Feedback options within ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2014 07:51 AM
In our instance we are looking to open up an option on our self-service portal that will allow for customer feedback. Initially the thought was to have it be an incident but as time went on, that didn't seem to be such a great idea as that's more for break/fix type things. I probably should have made this a discussion as it's more looking for opinions or how other people have approached this within their systems.
What I'm thinking would be a decent plan of attack would to make a feedback button on our portal that opened a survey. The user could then take the survey and it was sent to a group that looked at the incoming feedback and they could log an incident for that person if that is something that's determined.
If anyone has any feedback or best practice type stuff, I'd greatly appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2014 08:28 AM
enhancements/defects etc are part of the SDLC plugins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2014 08:31 AM
Thank u dear..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2014 10:29 AM
I don't have that one installed so that explains that. Thank you for the clarification

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2014 01:53 PM
Survey is exactly how we did it.
Used a link to a custom 'Feedback' survey which only has a multi line text box question so they can enter anything they want.
Once this is submitted, we have a notification running on the survey instances table looking for inserts with a filter for that particular survey. In this email we grab the value of the question and send to a specific group for action.