Hello All,
I am working on Dynamics 365 v9 onpremise. I need a number field which accepts only numbers without any decimals / float number. For this, I have created a field with data type "Whole number", the issue we identified is when I enter "11.6", the system is rounding off the number and getting displayed as 12. I want to restrict the user in entering the decimal numbers.
I have tried to register onchange event for this field to restrict the user in entering decimals, but unfortunately the function is getting triggered after the value getting round-off.
Could anyone suggest on how to restrict a whole number field in entering only digits from 0 to 9,
Many Thanks in Advance!