IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

How to LOOP NAD @area=heading & LOOP NAD @area= detail

  • 1.  How to LOOP NAD @area=heading & LOOP NAD @area= detail

    Posted Wed August 12, 2020 04:16 AM

    Hi,
    While I do EDI mapping, I have a question like below:

    How to LOOP NAD @area=heading? What value is assigned to the Input array of LOOP properties?

    How to LOOP NAD @area=detail? What value is assigned to the Input array of LOOP properties?


    #edi
    #webMethods


  • 2.  RE: How to LOOP NAD @area=heading & LOOP NAD @area= detail

    Posted Tue December 08, 2020 05:33 AM

    If your LOOP executes against a document list called LineItems that contains children called Item, Qty, and UnitPrice, you would specify LineItems as the Input array for the LOOP step,
    but services within the loop would take the individual elements of LineItems (for example, Item,Qty, UnitPrice, and so forth) as input.
    In this case, to loop through NAD the input array should be assigned with value “/EDIValues/UNH/NAD” and use “@area” while mapping to map different values such as heading or details.


    #webMethods
    #edi