- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2015 05:47 AM
How to change label size. field type is string and its label default size is 80...please help me out
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2015 11:17 PM
You need to change the max length of label field on 'sys_documentation' table. Do not change it to a large value but 256.
Fields being truncated at 40 chars
Note : It will be a global change and applicable to all labels.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2015 11:17 PM
You need to change the max length of label field on 'sys_documentation' table. Do not change it to a large value but 256.
Fields being truncated at 40 chars
Note : It will be a global change and applicable to all labels.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2015 05:41 AM
Hi Gurpreet,
Thanks for your reply.
In sys_documentation table i am not getting any column like max length . so that i can do some changes.Please let me know where exactly i can make that changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2015 05:44 AM
Hi Gurpreet,
Thanks:).. i got that