Options

Creating a todo -> Receiving a "overflow under type

RairoRairo Member Posts: 11
Hello,

When creating a todo we are receiving a "overflow under type conversion of Text to Text"

This occurs going to "Which template will you use for this e-mail:"
The lookup goes to the interaction templates where it grabs the Code and fills it in. The Description field however is causing the problem. When we make the description shorter everything goes fine.

Where will we be able to modify the Text Size used by the todo?

Thank you!

John

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,090
    If you have a problem of this type, start the debugger without breakpoints on triggers. Launch the program/function that generates the problem and the debugger will stop at the place where it goes wrong.
    There is the variable that needs some changes. It can be that you have to increase the variable-length or maybe you have to put a COPYSTR.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    RairoRairo Member Posts: 11
    Hi,

    Thanks for the reply,
    I found that the field "subject" Text/30 was too small. Making it bigger solved the problem for now, but I have to build in some better error message in case this happens again.

    No problems reported after making the table change.

    Thanks!
Sign In or Register to comment.