Developer forum

Forum » Feature requests » Increase input field length in GUI

Increase input field length in GUI

Terri Donahue
Reply

The Link column in the ItemType_BannerSlideShow table is set to nvarchar(max). The input field in the GUI is limited in size to less than 360 characters - 309 characters to be exact. Can this field be expanded to allow longer URLs? We are having to manually update the database for any longer URLs.


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

To add a bit more background to it: this isn't about a specific item type, but applies to the Link field you can add to any item. When you have a Link field the maximum length is capped in the UI, even though the underlying column could hold more data.

Imar

 
Nicolai Høeg Pedersen
Reply

Well. It comes from the linkmanager control - and it is used on a LOT of different fields, most of which is 255 characters. The linkmanager has maxlength of 255.

Chaning it could be the cause of a lot of other issues then.

I would recommend using a text (Textarea), an editor or a URL shortener to work around it.

BR Nicolai