Error Message of type overflow

ningnongjin
ningnongjin Member Posts: 42
Hi All,

What does this error message "Overflow under type conversion of Code to Code" means? Is it related to a form of overloading the maximum of characters allowed in a given field? This happened when applying payment to invoices to be knocked off. Thanks in advance.

Kind Regds,

Melvyn

Comments

  • kikkoman
    kikkoman Member Posts: 57
    yeah, you are correct. one of your code variables has a greater length than the other. set your debugger to Active, but don't set "Breakpoints on triggers" b/c it will go through every trigger. with the debugger set to Active, the program will error out in the trigger and you can see where to fix the problem...