This tutorial explains how to create a data model that represents a person and how to use that data model in the process. The data model includes a person's name, date of birth, and gender.
The following example creates a data model that represents a person, including their name, date of birth, and gender.
Note:
Data models are specific to your installation and configuration. The example described here creates a data model called Person. The model ensures that any service that uses the Person object understands its structure. This example is simple but it allows you to see how the process works but your data models could be more involved.
Creating a data model involves the following steps: