Automatically round off the value and store it in backend
Experts need your feedback on the below::
If user enter value in decimal quantity in front end worksheet it should get rounded off automatically and stored in backend
- i.e. if I enter override quantity as 100.20 it should get stored as 100 in
backend column similarly
if I enter override quantiy as 100.80 it should get stored as 101 in
backend column automatically.
How to achieve the above requirement? Please advise.