Using Action: Remainder in EXTOL EBI Ruleset

Using Action: Remainder in EXTOL EBI Ruleset

EBI Action Set-up: The EXTOL EBI Customer (ABC) received a quantity and an item number. Once we confirmed the item number was good, we went to a conversion table to retrieve the number of units per case.
Once we retrieved the conversion value, via EBI SQL Action, we performed the EBI Action: Remainder:

  • Remainder: QUANTITY-ORDERED/Conversion-Value ==> rls.var.RemainderAmount_int

We then created a Composite Rule to check to see if rls.var.RemainderAmount_int was greater than zero.
Result: If rls.var.RemainderAmount was greater than zero than we created a note to the the customer service rep to let them know a full case quantity was not ordered.


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.