Back Forward More about Model rules

About Model rules

Through a model, you specify initial properties for objects of a specific class.

For example, you can ensure that a special set of risk-related properties is present on all instances of class Data-Loan-Aircraft-SingleEngine. When a page of this class is created, you can instruct the system to apply a model, named Aircraft-High-Risk. The system places into the page the risk-related properties defined in the model. When the page is later saved into the database as a persistent instance, the properties are present with meaningful values.

Four methods use a model as a parameter:

Service rules (Rule-Service- classes) and a few other rule types can reference a model. The model is applied at runtime to a newly created page.

Related topics Constants in Expressions
Apply-Model method
Page-Change-Class method
Page-Copy method

Page-New method

zzzAbout Model rules