Islengthmore method in Validation script
Hello All,
Hope you all doing good.
Can anyone in this forum help me to understand why the number functions in validation script throwing an Method not found error when used with attibutes…
Here is the rule:-
rule {
isNotEmpty(attributes.‘Definition’, message: “Definition cannot be empty”) &&
isLengthMore(attributes.‘Descriptive Example’, 10, message: “Name should have more than 10 characters”)
}
Thanks !!
poojasharma
Posted 3 years ago · Edited 1 year ago·Last reply 3 years ago
2 comments
arthurburkhardt
·3 years ago · Edited“(ascii 8220) instead of"(ascii 34))poojasharma
OP3 years ago · EditedHello Arthur, Thank you so much for your reply…It works