function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MarceldeBMarceldeB 

European decimal entry in input fields

Most of our users use the system in europe with an international (US) keyboard. In the numeric keypad the decimal separator is a point. In the local settings however the decimal separator is a comma. If you enter a decimal using the keypad, the point is disregarded, so 1.25 becomes 125,00!!!

Other applications such as Excel interprets this well and would convert each entry to a local settings entry, so entering 1.25 or 1,25 gives the same solution.

Anyone who has solved this in salesforce?