Commit failure error

The scenario is to provide an input more than 1 Billion to the Decimal property type (work class property) in the UI but getting the following error while submitting.

Commit Failure error
Detail: A field with precision 18, scale 9 must round to an absolute value less than 10^9. Call getNextException to see other errors in the batch.

Could you please help us on this?

@NaveenaM16629346

Can you check if this link helps?

@SohamM95

Hi,

I’m not using decimal in data type. In UI (section rule), it is using a currency control. In this case how to set the length of the decimal property?

@Sana052223

On the presentation tab of the field you can specify the length and the number of decimal places.

@SohamM95

After specifying the length in presentation tab also, getting commit failure error again. Not working!
Is there any other ways to solve this issue?

@Sana052223

Go to the table and check the column length against the property where it is being saved.

@SohamM95

Hi,

I have checked the DB and the column length of the property is 24 already.
Could you please suggest the way how to debug this issue.

@Sana052223

If the column length is already 24 then it should work. I suggest you raise an SR.

@Sna05222 Were you able to find a solution for the same? I am getting the same error in my application, if you have received a solution, please do let me know.