Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Label text limit
Label text limit
Hi all, a word object's label is limited to only 300 characters. Is there anything that speaks against raising the limit? I need to display longer text.
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Label text limit
Hi all,
zzzzsys_object.sob_all_label is of type varchar(300). That's why longer strings get truncated when saving a record.
zzzzsys_object.sob_all_label is of type varchar(300). That's why longer strings get truncated when saving a record.
Re: Label text limit
Timo,
I understand now - and I have made it 1000 long.
You'll need the latest from Github and you'll need to run Update.
let me know if it works.
Steven
I understand now - and I have made it 1000 long.
You'll need the latest from Github and you'll need to run Update.
let me know if it works.
Steven