Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Clickto create a routing.



  2. On the Create Routing window, provide a unique routing name.



  3. Select whether you want to fetch and process data on the basis of Transaction Parameter or Partner Parameter. 

    Option NameDescription
    Based on Transaction ParameterSelect this option to fetch and process data based on the parameters defined for a Transaction.
    Based on Partner Parameter

    Select this option to fetch and process data based on the parameters defined for a Partner. On selecting this option, you need to define the source and destination identifiers for both Partners.

  4. Type the xpath of the field on the basis of which you want to fetch the data from the file. For instance, you want to fetch Name then xpath XPath will be Root/Record/Name.
  5. Select Equals from the Condition drop-down list.
  6. Depending on the option chosen in the Step 3, the list of all parameters will populate in the Parameter drop-down list. Select the parameter that you want to map.
  7. You can also fetch the data based on different conditions using AND or OR filters.

    AND filter combines two or more filters and returns true only if all of its enclosed filters returns true.

    OR filter combines two or more filters and returns true if any of its enclosed filters returns true.

  8. Click Save.

...