I have declared a field as a decimal field with length 10 and with 2 decimal places.
Sometimes when testing the client enters, for example '100.00' and the message mapping then works. Sometimes however, someone will enter '100,00' and then it doesn't work as it is expecting a point and not a comma.
Is there any way to create a message mapping that accepts both?