Dear Expers,
We are using EPICOR 9. Curremtly i am receiving this error message “value was either too large or too small for an int16” in Petty Cash Entry.
Kindly guide us to resolve the issue.
Regards,
Anbuselvi Thirumavalavan
Dear Expers,
We are using EPICOR 9. Curremtly i am receiving this error message “value was either too large or too small for an int16” in Petty Cash Entry.
Kindly guide us to resolve the issue.
Regards,
Anbuselvi Thirumavalavan
Please share the snapshot
Max value of an signed int16 is 32767, unsigned 65535.
Min value of signed int16 is -32768, unsigned 0.
The error states you are trying to stick a number outside these min/max bounds into a container too small to hold it.
Are you trying to perform petty cash entry for more than either of these amounts? Maybe a decimal is off? Maybe you are negative when you want to be positive?
Dear GabrielFranco,
Thanks for your reply. Exactly correct. We have created the customization for Print Document, Print Edit List & Post Statement.
Now we are able to post the Petty Cash Document.
Regards,
Anbuselvi Thirumavalavan
Dear Aman Khan,
Thanls for your reply. Issue resolved now.
Regards,
Anbuselvi Thirumavalavan