Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Table of Contents

...


Import Process Checks for Imported Stops

Note

The form can be saved with only the PreferredTime data, but a combination of one of the below options is required for route preferred time mapping to occur.

  1. Match RouteID and Sequence.
  2. Match CustID, Name, and RouteID.
  3. Match CustID and Name. RouteID is not checked.
  4. Check the import file configuration option rsMaster|StopTimeFallback.
  5. If 1-4 fails, check the current date and time.
Expand
titleAdvanced logic and mapping...


Note

This applies to technical specifications for how integration files are configured and are usually set up by CXT Software.

  1. If the import configuration (i.e. XASN) file has a Sequence value specified (either hardcoded or passed in from an ASN file), X Dispatch logic will check the Route Preferred Time Mapping table for a matching entry with the associated Sequence value and RouteID, to get a StopTime. 
  2. If the import configuration file does not specify a StopTime, the following logic is applied.
    • If the Route Preferred Time Mapping table specifies a RouteID, X Dispatch logic will attempt to locate a matching entry based on the CustID, Name, and RouteID values, to obtain a StopTime.
    • If no RouteID is populated in the Route Preferred Time Mapping table, X Dispatch logic will attempt to locate a matching entry based on the CustID and Name values, to obtain a StopTime.
    • If the import configuration (i.e. XASN) file has a Stop Time Fallback configured (the rsMaster|StopTimeFallback node), this will be used to obtain a StopTime.
    • If none of the above matches, the current time is set.
  3. If the import configuration file specifies a StopTime (even if no values are passed in and the config is set to a blank value), the process will be exited and no checks to the Route Preferred Time Mapping table will be referenced.



How to Add a New Route Preferred Time Map

  1. Go to X StreamRoute Preferred Time Mappings.
  2. Add the new route preferred time map to the first empty row. See Import Process Checks for Imported Stops above for requirements based on your data. 
  3. Click the save icon Image Modified in the toolbar.

How to Edit a Route Preferred Time Map

  1. Go to X StreamRoute Preferred Time Mappings.
  2. Edit the field(s) you would like to edit.
  3. Click the save icon  in the toolbar.

How to Delete a Route Preferred Time Map

  1. Go to X StreamRoute Preferred Time Mappings.
  2. Select the route preferred time map you would like to delete by clicking on the grey box to the left of the CustID column, the row will be highlighted blue.
  3. Click the delete icon  in the toolbar or press the delete button.
  4. Click the save icon  in the toolbar.

...