Test your form

In this step, you test your form to see that all fields in your VehicleDetails form and Vehicle Data object form variable are populated.

  1. Click Debug on the form.
  2. A new browser window for VehicleDetails form appears.
  3. Click OK on the Form initialization dialog box.

    Your form design is displayed. When you hover over the form variable on the right-hand side, the fields appear with no values.

  4. Click the Get Details button to execute the actions.

    The action appears in the stack trace. The fields on the form and Data object variable are populated.

  5. Close the Debug browser tab.

Next, add a business rule to iterate through repeating data in a data model that uses data in the object to make decisions. Continue to Design a business rule.