when I create a custom screen by default I can enter only 2 digits after the decimal point how I can modify this parameter so that we have 3 digits after the decimal point
Solved
Setting the digits after the decimal point
Best answer by Django
I think you can do this:
[PXDBDecimal(4)]
And then you might need to remove the field control and re-add it to the form.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.