03_07_11) Validate Route

This route receives 834 transactions and validates them, including the validation against the ECL WestCoastUSStates. The guideline ${XESProfileConfig}/artifacts/guideline/834_Guideline_ECL-WestCoastUSStates.ecs references the ECL WestCoastUSStates and applies a special JavaScript when validating the Member's state field.

Route Structure

03_07_11) Validate Route

Route Components Description

Component Name Component Type Description
Inbound FS Inbound Picks up 834 transactions from the file system.
Split and validation Native Processing

Validates and splits the transactions. The component uses the guideline ${XESProfileConfig}/artifacts/guideline/834_Guideline_ECL-WestCoastUSStates.ecs that references the ECL WestCoastUSStates and applies the following JavaScript rule on the node Element(ID = '156')[1].Segment(ID = 'N4')[1].Loop(ID = '2100A')[1].Loop(ID = '2000')[1].Transaction(ID = '834')[1] (Memeber's State):

ECVerifyCode2 ("WestCoastUSStates", 190610, "This US State is not listed in the WestCoastUSStates ECL");

Good

FS Outbound

Stores valid transactions.
Bad FS Outbound Stores transactions that failed to pass the XEngine validation.
Reports FS Outbound Stores processing reports