Fields tab
Use this tab to maintain the table fields of the table definition and perform these actions:
- Specify the field name and field number of the table field. The field name must be unique in the current table.
- Specify whether the field is combined. For example, is there a combination of two or more fields of the same table?
- You must specify a domain that specifies the data type, legal values, validation check, display format and so on.
- Specify the label data for the field, the initial value, the mandatory input, and whether it is a repeating field.
- Specify a relation to another table, insert check, delete, and update mode and specify whether the field is active.
- All Table Fields
-
- List of all table fields.
- Name
- The name of the field.
- Label
- The code of the label that is used as a description of the table field. Press CTRL+SPACE and select a label from the select dialog box.
- Description
- The description of the field.
- Domain
- The domain of the table field. Press CTRL+SPACE and select a domain from the select dialog box.
- Hooks
- Click the icon to view a list of hooks that are defined for this field in the table's DAL script.
- Table Field Properties
-
- Column
-
- Name
- The name of the field that can be used in forms, reports, and scripts in this way: <table name>.<field name>
- Label Name
- The name of the label that is used as a description of the table field.
- Description
- The description of the table field, as defined by a label with the same name as the table field. If a label in a form, report, or menu has the same name as the table field, this description replaces the label.
- Combined Field
- If this check box is selected, the field is combined. A combined field consists of two or more normal fields, not combined fields.
- Mandatory Input
- If this check box is selected, input in this field by the user is mandatory.
- Elements
- The depth of a repeating field.
- Domain Name
- The name of the domain of the table field.
- Data Type
- The data type of the domain.
- Length
- The length of the domain.
- Generate Unique Default Value
- This check box indicates whether a unique value must be generated for the selected table field during reconfiguration of the table.
- Default Value
- If a user adds a record to the table, this is the initial value for the field.
- Field Dependency Editor
- This link is only available if the table has a DAL 2 script and the table is checked out.
- Reference
-
- Reference Table
- The related table to which this field refers.
- Reference Mode
- Indicates whether the referenced field must exist in the reference table. The reference field is the field referred to by the current field.
- Reference Message
- The message code which LN gives, if you enter a value in an input field in the form, where no related record in the reference table is present.
- Delete Mode
- The action to be taken by LN if a referenced record in the reference table is deleted.
- Update Mode
- The action to be taken by LN if the primary key of a referenced record in the reference table is changed.
- Inter-Company via Field
- Clear this check box if the reference table is located in the same company as the current table.
- Technical Doc.
-
- Use this field to specify the technical documentation of the table field.
- Release Notes
-
- Use this field to specify the release notes of the table field.