
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 03:03 PM
We are using the out of the box widgets to show ticket details to our clients, however we have a number of comments from them that the information in the tickets are hard to see. Particularly the description field.
What we get is a few words shown and the only way to see the entire description field text is to hover the mouse over and make it come up in a chat bubble.
Like this:
Has anyone got an edited widget that shows the entire description field, or a widget that displays this correctly?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 06:18 PM - edited 03-05-2023 06:19 PM
Hi,
If possible, I wouldn't recommend editing the out of box widget or using a custom widget for this unless absolutely necessary. With that said, you can follow the documentation here: https://docs.servicenow.com/bundle/rome-servicenow-platform/page/build/service-portal/task/configure... - to configure the standard ticket widget for this table of records (i.e., Incident). You can select the description field to be "Description" and then set it to always show. This will present a "Show more" drop-down on the ticket and you can see more information from that field (description):
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 06:18 PM - edited 03-05-2023 06:19 PM
Hi,
If possible, I wouldn't recommend editing the out of box widget or using a custom widget for this unless absolutely necessary. With that said, you can follow the documentation here: https://docs.servicenow.com/bundle/rome-servicenow-platform/page/build/service-portal/task/configure... - to configure the standard ticket widget for this table of records (i.e., Incident). You can select the description field to be "Description" and then set it to always show. This will present a "Show more" drop-down on the ticket and you can see more information from that field (description):
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 06:56 PM
Thanks @Allen Andreas , things like this keep showing me how much I still don't know (not just about the coding lol), I had no idea about the Standard ticket configuration - very helpful and gets me 90% of the way there, but I now have 2 more questions.
- The description text comes out completely unformatted - ie: one blob of text with no carriage returns/paragraphs.
eg: - Is it possible to make the "Show more" start out as expanded?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 09:58 PM
I've managed to make it show as expanded always, just the format of the text is an issue now

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2023 06:37 AM
Hi,
Glad I could help 🙂
It would seem you customized the widget to make it always expanded?
In any case, for the text formatting, can you show an example of it being "formatted" in the description field? Those are normally just multi-line string fields and so there isn't any HTML there and commonly description fields are multi-paragraphs anyway. I would recommend presenting this to the customer/client/whomever as it exists now and seeing what they think before going much further? This is a pretty good enhancement from the 25 character truncation that you had originally?
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!