Versions Compared

Key

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

...

  1. Make sure the Data Source Type is set to URL.
  2. Specify the location of the Make route.  The path should be found at http://<customerserver>:<customerport>/makes if the example above was followed.
  3. Data Path should contain the value "rows".  "rows" represents where in the route's return data, the data of interest can be found.
  4. Value Property represents the key of the values of interest.  In this example, only one key exists, but still needs to be provided.
  5. The default Item Template value should be adjusted to reference item.make.  This ensures the data users will see is cleared of any JSON formatting.

Model Component

  1. Make sure the Data Source Type is set to URL.
  2. Specify the location of the Model route.  The path should be found at http://<customerserver>:<customerport>/makes/{{ row.makeList }} if the example above was followed.  Pay particular attention to the end of the URL and the Handlerbars expression specified there.  It's here where the data from a particular row's Make list is passed into the route to retrieve the appropriate models.
  3. Data Path should contain the value "rows".  "rows" represents where in the route's return data, the data of interest can be found.
    Image Added
  4. Value Property represents the key of the values of interest.  In this example, only one key exists, but still needs to be provided.
  5. The default Item Template value should be adjusted to reference item.make.  This ensures the data users will see is cleared of any JSON formatting.
  6. Ensure Clear Value on Refresh is checked to prevent data inconsistency if the user changes the Make selection after a Model is already selected.

Image Added