Is there a way to set the max length of the description of an item without scripting?
l
Livio
03/11/2022, 9:15 PM
No, you need a script or a workflow.
j
Justin
03/14/2022, 11:45 AM
You can create a Saved Search which will alert User(s) when the character length is exceeds X characters.
• Filter: Formula (Numeric)
• Description: is 1
• Formula: CASE WHEN LENGTH ({fieldid}) > X THEN 1 ELSE 0 END