Back Forward More about Model rules
 

  1. About
  2. New
  3. Definition
  4. Parameters
  5. Pages & Classes
  6. History
  7. More...

XXXXXXXXX Need to rewrite for PROJ-577 work on Data Transformation epic XXXXXXXXXXXX

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: NOT Page-Merge-Into

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

UpAbout Model rules