We are seeing this error when printing or emailing some invoices. Not sure how to correct.

We have tried clearing cache, multiple users have attempted and on different days.
We are seeing this error when printing or emailing some invoices. Not sure how to correct.

We have tried clearing cache, multiple users have attempted and on different days.
Best answer by darylbowman
You’ll notice the in the trace:
Cannot perform the ‘=’ operation on System.String and System.Int32
Somewhere you’re using a conditional (probably an ‘IIf’) that is checking if a string (text) equals an int (number). That is the problem.
If you can locate the problem, feel free to post it for suggestions. At the simplest, you may be able to either convert the string to an int (CInt(*string*)) or convert the int to a string (CStr(*int*)).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.