Jump to: navigation, search

Difference between revisions of "Min Max Properties"


(Created page with "Min Max Properties describe properties that either have only a minimum and a maximum value (Min Max Properties) or a minimum, a norm, and a maximum value (Min Norm Max Propert...")
 
(Supported Types)
Line 6: Line 6:
  
 
=== Supported Types ===
 
=== Supported Types ===
Currently the supported types are: Integer, Double, and String properties.
+
Supported types are: Integer, Double, and String properties.
 +
 
  
 
=== Not Supported Types ===
 
=== Not Supported Types ===

Revision as of 06:59, 5 March 2024

Min Max Properties describe properties that either have only a minimum and a maximum value (Min Max Properties) or a minimum, a norm, and a maximum value (Min Norm Max Properties) all within one property.


Editors

To allow inputting Min Max Properties additional input fields are displayed, two fields for Min Max Properties and three for Min Norm Max Properties. Additionally icons are displayed to identify the input fields.

Supported Types

Supported types are: Integer, Double, and String properties.


Not Supported Types

Currently excluded for both types of Min Max properties are Query properties and selective lists. MRO Tasks are supported by Min Norm Max Properties only, however only the Norm value is used, the Min and Max are obscured. Pairing Min Max Properties with not supported Types may result in unexpected behaviour.

Validation

The properties values are validated based on whether their minimum and maximum values are valid (min <= max) and whether the norm value is in between minimum and maximum (min <= norm <= max). If this validation fails the corresponding fields Min Max icons are highlighted to inform about their state. This does not prevent saving the entered values.

Classification

Min Max properties are classified by SYSCLS MIN MAX CLASSIFICATION

Min Norm Max properties are classified by SYSCLS MIN NORM MAX CLASSIFICATION