list view truncates values - how to prevent this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2012 07:40 AM
I have config items with names that are 40 characters & more but the names are truncated with trailing dots, for example myparm-applncontent_mnapp2309p.prod.otai... This is NOT a problem of column width. There is plenty of room in the list view to display the full value, but the viewer is truncating anyway. The full field value is displayed when hovering, but that is no good when browsing long lists. How can I turn off the truncation and show the full field value?
- Labels:
-
Orchestration (ITOM)
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2012 01:40 AM
You can use the no_truncate attribute in the dictionary entry of your field.
http://wiki.service-now.com/index.php?title=Dictionary_Attributes, search for no_truncate
Regards/J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2012 06:44 AM
That was too obvious!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2015 06:32 AM
It worked for you? because no_truncate = true works for string fields.
But for reference fields? I have a situation where the name of CI is truncated in incident form's list view.
CI field is referencing the cmdb_ci table. Please help me out..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 10:42 PM
Hi Nandhini,
Did you tried adding Dictionary attribute for that field as 'no_truncate=false' ??