Question
2
Replies
4414
Views
Areteans Technologies
Posted: April 16, 2018
Last activity: April 18, 2018
Closed
How to customize validate rule error messages
Hi,
I used the Alphabetic validate rule in the property text field. When I enter numbers in the text field I get the error message "Enter a valid alphabetic value". I want to customize this error message according to the property field. But I am not sure where and how to customize this error message in the validate rule.
Hi Shiva,
You can use Validate rule. In the Input Tab of Validate rule, take the property as the input. Then based on the value of the property, you can use a function(first string equals to second string). Use If and Else statement and display the Validation Message accordingly.
Tashika