EBIworld.com > EBI/Clarify Tips > EXTOL EBI - Force a Translation Error in a Ruleset

EXTOL EBI - Force a Translation Error in a Ruleset

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


Sometimes we need to force a translation error in an EBI ruleset. We can use the Force Transformation Error Condition Task.

Below is an example, where we retrieved a value via SQL action. If there is not a value retrieved, then we force an error.

image


In another example, a DUNS number is missing. We populate global variables with email information. When we go back out the the business process script, we will use these email values, to send a customized email error message.

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.