Difference between revisions of "Min Max Properties"
Line 20: | Line 20: | ||
Min Norm Max properties are exclusively classified by [[SYSCLS_MIN_NORM_MAX_CLASSIFICATION]] (not by [[SYSCLS_MIN_MAX_CLASSIFICATION]]). | Min Norm Max properties are exclusively classified by [[SYSCLS_MIN_NORM_MAX_CLASSIFICATION]] (not by [[SYSCLS_MIN_MAX_CLASSIFICATION]]). | ||
+ | |||
+ | == See also == | ||
+ | * Property_Direct_Edit_(Client) | ||
+ | * Editors | ||
[[Category:Client|Min Max Properties]] | [[Category:Client|Min Max Properties]] | ||
− | |||
− | |||
[[Category:Version 4.7|Min Max Properties]] | [[Category:Version 4.7|Min Max Properties]] | ||
+ | [[Category:WinX|Min Max Properties]] | ||
+ | [[Category:Xamarin|Min Max Properties]] |
Revision as of 14:12, 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.
Contents
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
Not supported for both types of Min Max Properties are properties on queries and properties with 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 exclusively classified by SYSCLS MIN NORM MAX CLASSIFICATION (not by SYSCLS MIN MAX CLASSIFICATION).
See also
- Property_Direct_Edit_(Client)
- Editors