How to show the trucated text in list column of a string fieldIssue In list column, a string field not showing the entire text value and it is truncated ReleaseNewyork and further releasesCauseThis is a behavior change in recent versions( from Newyork release).ResolutionThe issue can be resolved by adding 'no_truncate=true' on the sys_dictionary record of the affected string field. Example: In below screenshot, added 'no_truncate=true' attribute to 'name' field in 'core_company' table.