Adding a data reference to your data model
Add a data reference to your data model to store a data record, which is an instance of a data type. You can then add this field to a form to prompt users to select a data record from a list at run time.
For example, you can reference the Vehicle data type on an accident claim form to display a list of car models.
- Access the data model for a data type or a case type, based on how the field will be used in your application.
- Click + Add field.
- In the Name column, enter a label for the field. You can modify the identifier that is automatically generated in the ID column.
- In the Type column, select Data reference from the list of options.
- In the Options column, select a data type from the autocomplete field. Alternatively, you can create a new data type by clicking New.
- Click the Gear icon in the row of the data reference.
- In the Data Page field, select a data page that is populated with data records. What about parameters?
- Click Submit.
- If you are updating the data model for a case type, click Save. There is no save option for data types in Designer Studio.