Reply To: Using a continue in an interation

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Using a continue in an interation Reply To: Using a continue in an interation

#57408
Michael Lacriola
Participant

    You need to PATHCOPY @NULL over the outbound OBX segments after the CONTINUE segment and before your next ITERATE over the OBR segments.

    so…

    ITERATE over OBR

      ITERATE over OBX

         COPY OBX segments to outbound message

      CONTINUE meesage when OBX iteration complete

      ITERATE over outbound OBX message to clear OBX lines

    Hope this gets you going.