How to change label size. field type is string and its label default size is 80...please help me out

Nana5
Mega Guru

How to change label size. field type is string and its label default size is 80...please help me out

1 ACCEPTED SOLUTION

Gurpreet07
Mega Sage

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.


View solution in original post

3 REPLIES 3

Gurpreet07
Mega Sage

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.


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.


Hi Gurpreet,


  Thanks:).. i got that