Why string type field value is truncated ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 12:02 AM
Hi Community,
I have copied glist_list type field value to string type field. The values are getting copied correctly in dev environment while in itest the values are truncated.
Field length is 256.
I have checked the columns of table in both instances. Both instances has same no of columns with same field length.
dev instance:-
test instance (truncated values):-
Could someone please help o n this?
Thanks,
Ankita

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 12:11 AM
Hi,
How are you copying the field? if you are using importset, make sure import set field length is also same
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 12:22 AM
Through scripting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 01:30 AM - edited 10-28-2024 01:31 AM
Hi @Ankita Kolhe ,
Please review your field dictionary in the test instance and check the attribute field (if it's not visible, click on the "Advanced View" related link). There is one attribute you need to verify: no_truncate. If it's not present, you should add it like this:
no_truncate=true
no_truncate | true/false | any string field | In 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. |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you found my response **helpful**, I’d appreciate it if you could take a moment to select **"Accept as Solution"** and **"Helpful"** Your support not only benefits me but also enriches the community.
Thank you!
Moin Kazi
www.linkedin.com/in/moinuddinkazi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~