Decimal Parsing Discrepancy
Has anyone come across this issue where a decimal property gets mapped to a value with trailing zeros after the number (Example 10.0) in one environment and as an integer in another environment?(Ex:: 10) eventhough the property data type is the same (Decimal) across both environments?