- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2023 03:54 AM
Hi
We have a requirement to add the alert message which is more than 2000 characters. When we tried to add the message, it is not showing all the information in the alert.
May I know is there character limit for that and can any one help me in achieving this.
Thanks in Advance!
Thanks,
Bhavani.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2023 04:10 AM
Are you expecting user to read those 2000 characters in an alert?
Not a good user experience.
you can show UI page and use <p> tag to show the details rather than alert box
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2023 04:05 AM
Hello @Bhavani13 ,
I think alert cant show such big informations .
you can use modal windows for this .
But can you please let me know where exactly are you try to show alert and when are you try to show ?
is it in some client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2023 04:10 AM
Are you expecting user to read those 2000 characters in an alert?
Not a good user experience.
you can show UI page and use <p> tag to show the details rather than alert box
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader