SeanHoppe.com > CLEO Tips > Cleo EDI Integrator > Send outbound 997 with AK2, AK3, AK5 segments

Send outbound 997 with AK2, AK3, AK5 segments

27th November 2014

The basic functional acknowledgment (997) EXTOL EDI Integrator sends consists of AK1 and AK9 segments. There are times we need to modify the 997 to include the AK5 and AK2 segments.

BACKGROUND:

The acknowledgement level of detail code is specified for each trading partner, and is also a part of each trading partner message class record. The trading partner message class record may specify that the value of the code from the trading partner file is to be used as a default.

More detailed information on what updates were made to Functional Acks, CLICK HERE >

BEFORE :: Basic EEI 997 w/o AK2 and AK5 segments

FA functional acknowledgement 997 cleo extol EDI EEI AK2 AK5 segment

AFTER :: Modified EEI 997 w/ AK2, AK3, AK5 segments

Outbound x12 997 EDI data with Ak2, AK3 and AK5 segments

TRADING PARTNER DETAIL SCREEN 2

To update the formatting of the functional acknowledgement users will goto Trading Partner Detail Screen 2, to update Acknowledgment level to send. We will update the value from “G” to “F”

Clei EDI Intgegrator. Tranding Partners Detail Screen 2

Background of Acknowledgement Messages
F - Element level; all msgs
E - Element lvl; msgs in err
G - Group level; all groups
I - Interchange lvl; all ints
O - Message level; all msgs
M - Message lvl; msgs in err
Q - Msg lvl;all msgs S/E
P - Msg lvl;msgs in err S/E
N - No acknowledgement used
T - Segment level; all msgs
S - Segment lvl; msgs in err


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 ' '; ?>