List Truncate Limit

stevejarman
Giga Guru

Does anyone know where this can be set to stop the list text from being truncated like this?

sn_list_truncate.jpg

3 REPLIES 3

The SN Nerd
Giga Sage
Giga Sage

Add the attribute 'no_truncate' to the affected fields dictionary record and set that to 'true'\


http://wiki.servicenow.com/index.php?title=Dictionary_Attributes#Adding_an_Attribute



no_truncatetrue/falseany string fieldIn a list view, shows the entire text value of the multi-text value in a list, without truncating it. Without this attribute the string is truncated based on the UI Property 'Number of characters displayed in list cells' which is 40 by default.

Dictionary Attributes - ServiceNow Wiki



It also works on reference fields.


For those, who will have to add it to the attributes field manually.



ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

The SN Nerd
Giga Sage
Giga Sage

Did this solve your issue?



If so, please mark as helpful/correct.



ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

VaranAwesomenow
Mega Sage