How to keep Validation for a Property to meet two conditions
Hi ,
I need to make sure that a Field is not less than 6 and at the same time not greater than 9
To achive this , i have the following validation on that field as shown below
@(Pega-RULES:String).length(.EmpFirstName)<6 &&@(Pega-RULES:String).length(.EmpFirstName)>9
The expression is also valid but it is not working (means its not throwing any error when the above condition met )
Attached also the screen shot
please let me know if this is not the way to do it and whats the corrrect procedure ?
***Updated by moderator: Lochan to update Categories***