Change the "you have completed this survey" message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2016 01:12 PM
Hi,
We would like to change the message in the green bar at the bottom after you take a customer survey. Currently it say "You have completed this survey". Does anyone have any idea where this is? The following thread is also out here with no resolution:
https://community.servicenow.com/thread/205661?q=You%20have%20completed%20this%20survey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 07:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2018 04:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2019 02:56 AM
You have to change the Message "You have completed this {0}" in the assessment_take2 UI Page and also in assessment_thanks UI page and then you can add your own custom message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2021 11:04 AM
Goto Application Navigator > ui pages > search for assessment_thanks
in HTML Script > search for - You have completed this {0}
line no 13 : gs.addInfoMessage(gs.getMessage('Your desired message.', evaluation_type));
Do like this , if it helps :).