EBIworld.com > EBI/Clarify Tips > EXTOL Business Integrator Action: Remainder

EXTOL Business Integrator Action: Remainder

TAGS: EXTOL Business Integrator / EXTOL EBI / EXTOL ruleset / EXTOL Action /


In a recent implementation I had to use EBI’s action: Remainder.

Background: An EXTOL customer needed to know when their trading partner did not order in a full case quantity. Instead of writing a java program in EBI, we used a few rules and a composite rule to perform our logic.

Goto review EBI Action: Remainder in EXTOL Ruleset.



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.