Field Validation
Hi,
I want to provide field validation for Service Request Subject field, so that it limits the number of characters in that field to below 150 characters.
I know this can be done using the following function in field validation (Len([<Subject>])<=150). This is working perfectly, but my requirement is that this validation should be applicable only to particular roles i.e for 'Technical Services User' and ''Technical Services Manager' role.
So, if any other user who does not have this role should be able to enter more than 150 characters in the Subject field without any issues. But if the user role is either 'Technical Services User' or 'Technical Services User' then that user should not be allowed to enter more than 150 characters.
I want to provide field validation for Service Request Subject field, so that it limits the number of characters in that field to below 150 characters.
I know this can be done using the following function in field validation (Len([<Subject>])<=150). This is working perfectly, but my requirement is that this validation should be applicable only to particular roles i.e for 'Technical Services User' and ''Technical Services Manager' role.
So, if any other user who does not have this role should be able to enter more than 150 characters in the Subject field without any issues. But if the user role is either 'Technical Services User' or 'Technical Services User' then that user should not be allowed to enter more than 150 characters.
0