EBIworld.com > EBI/Clarify Tips > EBI PowerUser - Learn how to dig into EXTOL's database - Schema

EBI PowerUser - Learn how to dig into EXTOL's database - Schema

TAGS: EXTOL 2.6 / EXTOL PowerUser / EXTOL Schema / EXTOL EBI / EXTOL Business Integrator /


Once we determine we want to dig into EXTOL’s EDI Database Logs, we need to start reviewing the essential components.

The first component is the EXTOL EDI Log Schema. This schema will tell us, right off the bat, what data is available to us when we perform our queries. The schema will also be the Source input for our ruleset.

EXTOL’s EDI Data Logs Schema



Copyright 2013 @ www.seanhoppe.com


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.