Message Copy Not Working

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Message Copy Not Working

  • Creator
    Topic
  • #53509
    David Speare
    Participant

      I am trying to copy a message on a raw route with a proc (along with doing other things.)  the copied message needs to be routed to a specific thread.  My original message is continuing on a expected, but the copied message seems to be going nowhere.  

      log and tcl attached.

    Viewing 1 reply thread
    • Author
      Replies
      • #77931
        James Cobane
        Participant

          David,

          I think the issue is in your lappend to the dispList; note in the first statement you are referencing the list variable (dispList), and the second you are referencing the list value ($dispList):

          lappend dispList “CONTINUE $outMH”

          lappend $dispList “CONTINUE $copyMH”

          Hope this helps.

          Jim Cobane

          Henry Ford Health

        • #77932
          David Speare
          Participant

            Jim – that was EXACTLY it….how silly of me.

            thanks man.  Beverages of your choice on me.

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.