Changing length of reference fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2015 01:05 AM
Hi folks,
The length of the reference field is by default 32. When I use this reference field in the filter of a report, it is displayed short (because length is 32). The display value of the value I choose in the reference field in the filter is too long and I'm not able to see the complete display value. Is there anyway I can increase length of the reference field to show the complete display value.
I changed the field's max length from 32 to 100, but still the field's length remains the same in reports' filter. Any ideas please?
Regards,
Bala
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2016 02:46 AM
Hi BalaKumar,
In application navigator search like this sys_dictionary.list the list of columns and tables will be visible and then after u will search reference type and table is any thing like Incident or anyone .
open the record as we see like below
there you can find out the length field you can increase how much you want.
Mark Correct if it solved your issue or hit Like and Helpful if you find my response worthy.
Thanks & Regards,
Dasthagiri K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2024 07:44 AM
Navigate to the Dictionary Entry for the table in question, scroll down to the Attributes field. There you will see 'encode_utf8=false' pre-populated by default in the field. From there, add a comma and add 'no_truncate.' (Do not include any spaces before or after the comma). It should look like the following: encode_utf8=false,no_truncate