Page 1 of 1
Label text limit
Posted: Fri Mar 23, 2018 11:10 am
by Timo
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.
Re: Label text limit
Posted: Sat Mar 24, 2018 7:36 am
by admin
Timo
I'm not sure what you mean.
Steven
Re: Label text limit
Posted: Sat Mar 24, 2018 8:17 am
by toms
Hi all,
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
Posted: Sat Mar 24, 2018 12:46 pm
by admin
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
Re: Label text limit
Posted: Mon Mar 26, 2018 2:14 pm
by Timo
Thank you. It works now

Re: Label text limit
Posted: Mon Mar 26, 2018 11:37 pm
by admin
.