Returns null when decimal in decimal field

Returns null when decimal in decimal field

I'm just 1 day into Zoho and encountered problem with field types in deluge script.

For currency field: 1.000 is not null (ok)
For number field: 1.000 is null (ok)
For decimal field: 1.000 is null why?

I would like to test if user enters correctly number in format 1.234, before submitting form.

And the other strange case is that a user can enter letters into field defined as number/currency I know it is validated later, but allowing is not elegant way.


Thanks in advance