Modify the Survey Scorecard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2015 04:20 AM
Is there a way to modify the Survey Scorecard to include another drop down field for assignment group. I would like to create a report like this for our managers to access so they can view thier groups survey results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2015 09:41 AM
Hi Elizabeth
The survey scorecard page is a UI page called "assessment_scorecard.do" and lives here:
(yourinstance).service-now.com/sys_ui_page.do?sys_id=b846cec1d7110100fceaa6859e6103b7
You could modify what it displays but you would have to write your own jelly templates. The jelly templates that make up the scorecard are asmt_scorecard.xml and asmt_banner_table.xml, and unfortunately are in the filesystem, not in the instance. So they cannot be edited. You can use your own custom jelly code though if you want, by editing that HTML field on that UI page.
Thanks,
Ben