The value is not within the range. Acceptable values are in the range 0 - 2147483647

Hi,

I was facing issue upon making a check i encountered the above error. My check has a 10-digit number that starts with 8XXXXXXXXX. Is there a way to create checks above the range 2147483647?

I have resolved this issue by follow link.

http://blogs.technet.com/b/dynamicsaxse/archive/2011/04/15/issue-with-check-numbers-when-exceeding-the-upper-limit-of-a-32-bit-integer.aspx

After follow all this steps i am facing issue that system generate wrong check number. On the click of Create checks i have enter 8050271151 in from box but system generated -539663441. Attached is the screen shot.

In that blog they are basically updating the type to newly created int64 type. Not sure if everything related it is updated, you should debug and find out if some code is missing the type update.
Example - CustVendCheque\formatChequeNum

Thanks for Reply.
Issue is resolved i have debug the code and find the issue in \Classes\NumberSeq\numInsertFormat method

hello SalmanHafeez

i am facing the same issue if u could tell me what is the issue in the numInsertFormat method . i will be very glad