Working with Models in the Module Process Template

The Module Process Template is the heart of your module's codebase. Most structures built in the One SDK are based on a template of one kind or another. All models are based on a set of fields every model would need such as a unique ID, create date, create user, etc.

In this section, we'll look at working with Platform Core Models. In the next section, we'll present the details on application models.

There is a step by step tutorial on creating an application complete with application models in the Training Guide.