Hello,
I have a field called 'A' in entity 'B'. It is already in form and the field data type is 'Single of text'. I got a requirement to allow only numbers in field 'A'. Currently records are created using a dialog for entity 'B'. Other way of updating the field 'A' is updating directly on form. I wrote a javascript to allow only numbers on the form, which works for updates on form.The issue here is, I made response field data type as integer in Dialog. Whenever user's enter numbers, it is inserting comma's in between the numbers. Ex : 1,00,052
Is there a way to allow only integers in dialog response field and avoid comma's in between?
Thanks in advance






