How to increase default description field to > 1024?

cancel
Showing results for 
Search instead for 
Did you mean: 
rflazzari
Active Member

How to increase default description field to > 1024?

Jump to solution

People needs to add long descriptions to the folder / files and had requested to increase the maxlength of this default description field. How can I do it?

And how to create a secondary description field?

Alf community last version + postgre 9.2.

Thanks.

1 Solution

Accepted Solutions
sanjaybandhniya
Intermediate

Re: How to increase default description field to > 1024?

Jump to solution

Hi,

You can increase description field maxLength using textarea.ftl.

Here maxLength is given as 1024.you can increase as per you requirement.

To Create secondary description field,you need to add custom property in folder.

Thanks,

Contcentric

View solution in original post

2 Replies
sanjaybandhniya
Intermediate

Re: How to increase default description field to > 1024?

Jump to solution

Hi,

You can increase description field maxLength using textarea.ftl.

Here maxLength is given as 1024.you can increase as per you requirement.

To Create secondary description field,you need to add custom property in folder.

Thanks,

Contcentric

rflazzari
Active Member

Re: How to increase default description field to > 1024?

Jump to solution

Hi San, 

Your answer solved the problem!

Thank you for your attention.