- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 09:11 AM
Hi,
We are using esc portal, and got a requirement to update text which appear on hover of chat icon i.e "Open Chat Window"
Please let me know if anyone know how to achieve this.
Thanks,
Vivek
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 09:33 AM - edited 07-04-2024 09:35 AM
Hi @vivek72,
This is easily achieved.
What you need to do is create a new 'Message' (sys_ui_message) table.... You can't update the existing one, so this will override it.
Simply type 'Messages' in the Navigation menu and go to the bottom and select the 'Messages' option under 'System UI'.
Then, create a new Message with 3 fields completed as below - Obviously change the hover over text as you require.
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
Messages ('sys_ui_message') table:
ESC Homepage demonstrating the change works... please note, you'll have to refresh the page initially:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 09:33 AM - edited 07-04-2024 09:35 AM
Hi @vivek72,
This is easily achieved.
What you need to do is create a new 'Message' (sys_ui_message) table.... You can't update the existing one, so this will override it.
Simply type 'Messages' in the Navigation menu and go to the bottom and select the 'Messages' option under 'System UI'.
Then, create a new Message with 3 fields completed as below - Obviously change the hover over text as you require.
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
Messages ('sys_ui_message') table:
ESC Homepage demonstrating the change works... please note, you'll have to refresh the page initially:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 02:11 AM
Thank you so much @Robbie for your help here, this worked !!