SeanHoppe.com > CLEO Tips > Cleo EDI Integrator > EXTOL EDI Integrator - Outbound 856 mapping guidelines

EXTOL EDI Integrator - Outbound 856 mapping guidelines

3rd March 2014

Setting up outbound 856 does not have to be hard. Below are some tips on setting up an outbound 856

Set-up the Hieracrchy segments (HL) for each level

EXTOL EDI Integrator Outbound 856 segment mapping screenshot

Set-up the Hierarchy segments (HL) for each level - By placing a ‘2’ on each of the HL segments, users can place a “H” in the Segment ID qualifier.

Also place the letter of the HL level in the HL ID qual/Loop ID qual.

EXTOL EDI Integrator Outbound 856 element details screenshot

Set-up the elements within each of the HL segments - Place a '5’ on each of the HL segments. For each of the HL segments use 'S0’ in HL01 and HL02. For the Shipment HL segment, users want to leave HL02 as null.

For HL03 place a constant to the HL level, ie: ’S’, 'O’, 'P’, and etc.

EXTOL EDI Integrator Outbound 856 element mapping screenshot

See more EXTOL EDI Integrator Hints and Tips


By: on
load('http://www.seanhoppe.com/EXTOL-Blog-Feed2/'); $feed2 = array(); foreach ($rss2->getElementsByTagName('item') as $node2) { $item2 = array ( 'title' => $node2->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node2->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node2->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node2->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed2, $item2); } $limit2 = 5; $rss3 = new DOMDocument(); $rss3->load('http://www.ebithree.com/EBIThree-RSS/'); $feed3 = array(); foreach ($rss3->getElementsByTagName('item') as $node3) { $item3 = array ( 'title' => $node3->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node3->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed3, $item3); } $limit3 = 5; $rss4 = new DOMDocument(); //$rss4->load('http://www.ebithree.com/EBIThree-RSS/'); $rss4->load('http://www.ebiworld.com/EBI-Feed/'); $feed4 = array(); foreach ($rss4->getElementsByTagName('item') as $node4) { $item4 = array ( 'title' => $node4->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node4->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed4, $item4); } $limit4 = 5; echo ' '; ?>