Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a data model type for "Person"

  1. Open "Data Model"
  2. Click on "Types" tab.
  3. Click on "Add New Type" button and enter name field as "PersonType"
  4. Click on "Details" button
  5. Create 2 new field by clicking on "Add New Element" button with following properties;
    1. NameĀ (string)
    2. SurnameĀ (string)
    3. EmailAddress (string)

...

Using Template In a Form

  1. Open "Data Model"
  2. Create a new field by using "PersonType" from current schema and name it as "Person".
  3. Open the form you want to add new "Person" template
  4. Click to "Add New" button from toolbox and template is automatically suggested like below.

...