Part 1: Create a solution using Data objects

Part 1 guides you through the process of creating a solution using Data objects to do the following:

  1. Get vehicle details by calling a web service to populate a Data object with vehicle details.
  2. Display the retrieved vehicle details in form controls.
  3. Use the value in the Data object to make further calls to request more information about the safety test history for the vehicle.

    The test used to check that a vehicle meets road safety and environmental standards is called a MOT test.

  4. Use business rules to determine how many times the test has passed or failed.

    Please continue to Prerequisites.