By using this website, you agree to our Terms of Use (click here)
I am wondering if anyone has had any luck increasing the decimal length higher than 6 (Acumatic's OOB limit)?
Interesting idea, but I don't think it's realistically possible. The data types in the DB for Qty and Value are all capped at 6, or in some cases, 4 decimal points.
Turns out the users on Acumatica's community forum found a way. Thought it was really interesting way to tackle it.
https://community.acumatica.com/customizations-147/increase-decimal-length-past-6-7828
I still had to modify the DB schema to accept the higher precision, and USD is limited to 2 decimals in the ExtPrice and total fields, but it was much easier to change in the system than I had thought it would be!

