PowerUser: EXTOL's EDI Data Logs Schema

PowerUser: EXTOL's EDI Data Logs Data Binding

EXTOL EDI User Logs Data Binding

EBI allows for users to access (query) the EDI data logs that are internal to EXTOL Business Integrator. These data logs are what drive EXTOL Dashboard and certain logs in EBI Auditor.

In this post we will review the usage of the of the EBI Database Binding: EXTOL - Select EDI Log Interface / version 2.2

EBI Database Binding: EXTOL - Select EDI Log Interface

Below are the record levels of EXTOL - EDI Log Database Binding. Each of these records represent a level of the EDIFACT/X12 transmission. As you can see, each one of these records are the same ones from the EXTOL Schema.

  • Connection Log
  • Interchange Log
  • Group Log
  • Grouped Message Log
  • Message Log

Highlights of the Connection Log

As is, the connection log has a selection criteria applied to it (Below)

EXTOL EDI User Logs Data Binding Selection Criteria

If users need to access any of the EDI logs and do not have the connection number, they can create a new database binding with no selection criteria.


By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.