Hi,
I am having an output requirement like this: where N1 Loop where N10= RI (remit Info) needs to have two REF_2 loops with Account info & Routing info as here. Other N1 Loops like SO (sellt- Info) do not need that.
<N102>Customer Name</N102>
</ns0:N1>
</ns0:N1Loop1>
</ns0:N1Loop1>
I have a map like this, where N1 loops containing SO & RI are created by TableLooping. For the REF_2 loops i want to use another table Loop as shown here having a scope of RI.
However the best i can get is this: where REF_02 gets the AP & RI info in all N1 loops. I tried several ways to suppress creation of REF_2 for N1 loop for SO; but it didnt help. Is there a way to do that?
<N102>Customer Name</N102>
</ns0:N1>
</ns0:N1Loop1>
</ns0:N1Loop1>
Thanks,
Amol