- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 06:13 AM
Apologies for grainy image, but is it possible to change what is displayed in the black hover over on a report?
Same for hovering over the question mark, I know how to change the contents of the question mark icon, but can you change the black hover over?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 06:24 AM
Possibly. The first place I would try is under System UI> Messages.
Search for a record with the key that contains "Total number of records is".
If you have one, change the message (not the key)
If you don't, create a new one with:
Key: Total number of records is: {0}
Message: Your new message
Note that {0} is the parameter that will display the number. If you want to include it, add {0} in the appropriate place.
Not sure if it will work, but that's where I'd start.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 06:24 AM
Possibly. The first place I would try is under System UI> Messages.
Search for a record with the key that contains "Total number of records is".
If you have one, change the message (not the key)
If you don't, create a new one with:
Key: Total number of records is: {0}
Message: Your new message
Note that {0} is the parameter that will display the number. If you want to include it, add {0} in the appropriate place.
Not sure if it will work, but that's where I'd start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 06:34 AM
Thanks Chuck, that seemed to be where i had to look.
Not sure if i can do separate messages for each of these single score reports or if changing the messages can only change them all, but will investigate!
Thanks again

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 06:41 AM
I don't think you can make separate messages for each report because they are both using the same underlying code to generate the message and it looks for that specific key.