Overview tab
Use this tab to specify the general properties of a domain.
- General Information
-
- Domain
- The unique name of the domain.
- Description
- The description of the domain.
- Data Type
- The data type of the domain. This is the internal representation of data.
- Runtime
-
- Convert: Convert Domain to Runtime
- This link is only available if the domain is checked in.
- Formatting
-
- Length
- The length in characters, if the data type of the domain is a (multi-byte) string, or the default display length for data types UTC Date Time, Date, Enumerated and Set. For the latter two data types, the length defines the maximum number of characters of the descriptions of the Enumerated or Set data type. Any description with more characters will simply be cut off at the specified length.
- Alignment
- The alignment method for various components:
- Conversion
- Conversion method for strings. You can convert text strings into upper or lower case.
- Internal Format
- This field indicates how a number, entered in a form input field with the string data type, must be internally formatted.
- Display Format
- The display format used in forms and reports to display specific data.
- Numeric Data
-
- Digits Before Decimal
- For numeric data types, the maximum number of digits before the decimal sign. This implies the maximum number of digits for long, integer and byte data types.
- Digits After Decimal
- The maximum number of digits after the decimal sign.
- Divide Factor
- The factor by which the entry in a field is divided.
- Rounding Method
- The way in which a field with the float or double data type can be rounded.
- Validation
-
- Illegal Characters
- The illegal characters that cannot be entered in a form input field.
- Legal Characters
- The legal characters that can be entered in a form input field. If you do not specify any legal characters, all characters are legal.
- Range
- The range used to check the validity of the input. If you enter a value in a form input field outside the specified range, LN produces a range message and will ask for input again.
- Range Message
- The name of the message, including package code, which is issued if an entered value falls outside the specified range.
- Range Message Description
- The actual message as shown when activated.