Creating the Personal data type
Create a data type that contains information about personal loans.
Procedure
- Click the + button in the left panel and click Data type.
- Enter Personal in the Name field and add a description.
- Click Add property under DATA TYPE, name the new property lastName and toggle the Required button to Yes.
- Click more attributes and enter Smith in the Examples field.
- Add a property named firstName, set Required to Yes and add John as an example.
- Add a property named address and set Required to Yes.
- Click string to open the list of data types available, and select the Address data type previously created.
- Click Save.