Minimum number of characters for submission
Posted: 23 Nov 2020
Hello !
I have an issue list, and I need to check this on submit :
If (Status == "Validation") and (AssignedTo == current user) and (number of characters in Comments is less than 10),
then show an alert message "Please write a full comment!".
I don't know how to count characters in a string of a multiline field.
Thank you in advance for your help !
I have an issue list, and I need to check this on submit :
If (Status == "Validation") and (AssignedTo == current user) and (number of characters in Comments is less than 10),
then show an alert message "Please write a full comment!".
I don't know how to count characters in a string of a multiline field.
Thank you in advance for your help !