Conversation
Evonsys
US
Last activity: 12 Nov 2025 7:14 EST
Decimal property not accepting full precision when entering manual values in UI
Hi,
We have a decimal property configured with DB column type DECIMAL(18,4). When entering values through the UI, we noticed an issue with precision handling.
If we enter a value like 8888888888.75, it only accepts 888888888888.7 (one digit after the decimal) and then automatically converts it to 8888888888.70.
However, if we enter a whole number (for example, 888888888888) without decimals, it gets accepted, and the system automatically appends two decimal places (e.g., 888888888888.00).
The property uses the pxCurrency control, and the DB column mapping is correct.
Has anyone else experienced this issue or know why the UI restricts entering more than one digit after the decimal in this scenario?
Pega Infinity '23.2.3
Thanks in advance!