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.
- Click Debug on the form.
- A new browser window for VehicleDetails form appears.
-
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.
-
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.
- 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.