Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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