Resolved! Need to apply validation for set of fields using client script for checking length of each field in one go
i have below requirement. there are 3 ID fields where the length should not exceed 4000 characters and need to show error message when it is exceeding the limit. I need to handle 3 fields in single validation by creating an array for above fields. c...
