Does anyone know if we can set a character limit in text fields? I don't currently see that function. Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
You cannot change the character limits on fields. There are some ways to report on them though.
Here are some examples of adding calculated fields to custom forms https://experienceleaguecommunities.adobe.com/t5/workfront-questions/resrict-data-field-character-co...
I've also created text mode columns in reporting that will show this as well:
displayname=Column Name
valueexpression=CONCAT(LEN({description}),"/max character")
valueformat=HTML
Or Display a message:
displayname=Column Name
valueexpression=IF(LEN({your field name})>100,"This is too long",CONCAT(LEN({your field name}),"/your max character count"))
valueformat=HTML
Views
Replies
Total Likes
Hi there, this article has what you're looking for I believe! This shows the limits but to answer your question, you cannot modify the limits.
Views
Replies
Total Likes
Views
Replies
Total Likes
You cannot change the character limits on fields. There are some ways to report on them though.
Here are some examples of adding calculated fields to custom forms https://experienceleaguecommunities.adobe.com/t5/workfront-questions/resrict-data-field-character-co...
I've also created text mode columns in reporting that will show this as well:
displayname=Column Name
valueexpression=CONCAT(LEN({description}),"/max character")
valueformat=HTML
Or Display a message:
displayname=Column Name
valueexpression=IF(LEN({your field name})>100,"This is too long",CONCAT(LEN({your field name}),"/your max character count"))
valueformat=HTML
Views
Replies
Total Likes
That makes sense, Kellie. Thanks so much!
Views
Replies
Total Likes
Views
Likes
Replies