Force Transformation Errors in EBI Ruleset

Force Transformation Errors in EBI Ruleset

In all EXTOL EBI Rulesets, in the System Tab there is a task called Force Transformation Error.
By building rule conditions, we can force an error if a certain condition is met.
For example, if we do not return the N104 value in about outbound EDI invoice (810), we can Force Transformation Error


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.