Hi All,
Can someone please suggest me a sample JavaScript for the below task.
A validation needs to be performed to ensure that the values a user keys into a numeric field (non-decimal) must be multiple of 1000. Example : 1000, 2000, 3000 and so on.
Thanks