6

We have customers who monthly import large bank statement files into cash receipt journals. These files typically contain around 520,000 rows, with each row adding a corresponding entry in the journal. The "Line No." starts at 10,000 and increments by 10,000 for each new entry.

When the line number exceeds approximately 214,748, the process stops with the error message: "Arithmetic operation resulted in an overflow."

If the "Line No." started at a lower value and incremented by a smaller amount, we would be able to accommodate customers with larger bank statement files.

STATUS DETAILS
New