Skip to main content
Version: 8.1

Models property

Level: advanced

The Models property contains imported application models. Each model in a property is described by a configuration object with a corresponding name. The model configuration object properties are listed in table.

Configuration object properties

Grid

Model list page schema name. The page will be generated automatically with the following name: Mobile[Model_name][Page_type]Page.

Preview

Preview page schema name for model element. The page will be generated automatically with the following name: Mobile[Model_name][Page_type]Page.

Edit

Edit page schema name for model element. The page will be generated automatically with the following name: Mobile[Model_name][Page_type]Page.

RequiredModels

Names of the models that the current model depends on. All models, whose columns are added to the current model, as well as columns for which the current model has external keys.

ModelExtensions

Model extensions. An array of schemas, where additional model settings are implemented (adding business rules, events, default values, etc.).

PagesExtensions

Model page extensions. An array of schemas where additional settings for various page types are implemented (adding details, setting titles, etc.).