Unable to increase maximum width of reference field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2014 12:29 AM
Hi,
I set reference field from table 1, to table 2.
It not showing the the exact data in table 2, due to maximum length its trimmed the data. When I tried to change the length I got the below popup.
"Maximum length cannot be increased on a Reference type field"
Please assist me to fix this.
Thanks,
Ravikumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2014 02:03 AM
Hi Anurag,
I have check this out, display is enabled for particular field in parent table. even though I am facing this issue.
Field 1 have a data of 50 characters in Table 1, When I refer the field in table 2; It showing only 32 characters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2014 02:08 AM
AS Kalai mentioned that reference field only needs to be 32 characters long as it holds sys_id. Now what you need is to increase the width of the field to show the full text , I think. What i mean is, display value is there but you cant view it fully.
Can you confirm that this is the issue??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2014 02:17 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2014 02:20 AM
what is the display field of location table ? are you having correct value on the location record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2014 06:59 AM
What you need is to increase the width but from the CSS perspective. To get that you have to make right click on the reference field and make click on 'Personalize style' option. There, you will be able to add the CSS property called 'width:XXXpx'. You will see how the width is increased.
Regards