Closed
Solved
Validating currency
I want to validate the cost field. So that, users can not enter a negative value, the amount should be less than 100000 and the entered amount should always be a multiple of 1000.
Can anyone explain how to achieve this.