Reply To: DUPLICATE A CHARGE TRANSACTION FOR ADDITIONAL BILLING

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf DUPLICATE A CHARGE TRANSACTION FOR ADDITIONAL BILLING Reply To: DUPLICATE A CHARGE TRANSACTION FOR ADDITIONAL BILLING

#59112
Vince Angulo
Participant

    Hi John,

    We’ve done the logic differently here:

    BULKCOPY

    …Table or tcl proc to return whether the message needs to be duped

    IF @SecondMsg eq =True

        SEND

        COPY in new CDM

    –End IF–

    The xlate process would send the second message with no other SEND or SUPPRESS needed.  But I don’t see why your messages would stall as pending…maybe someone else can tell us.