EBIworld.com > EBI/Clarify Tips > EBI / Dashboard - Using reference fields in an EBI EXTOL ruleset

EBI / Dashboard - Using reference fields in an EBI EXTOL ruleset

TAGS: EXTOL Business Integrator / EXTOL EBI / EXTOL customization / EXTOL dashboard / EXTOL ruleset / EXTOL 2.5 /


When it comes time to use the EXTOL Dashboard, not only will we want to review data going in and out of EXTOL Business Integrator, we will want to be able to search for data. These data searches could be for invoices, purchase orders, ASNs, healthcare claim requests, transportation status requests and etc.

To implement reference fields, go into the respective ruleset and set-up a new rule. In the newly created rule, MOVE the searchable value into the middle tree variable: env.var.user_Reference_1 thru  env.var.user_Reference_5.

NOTE: EXTOL EDI Integrator users can relate to this set-up. In EEI these reference values are M5, M6, M7 and so forth.



Copyright 2012 @ 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.