Lookup

Lookup

Look-up in local list of values

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

This field requires configuration before deployment.

image.png

[Description of configs]

Developer info

Lookup (shared)

Look-up in common list of values

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

This field requires configuration before deployment.

image.png

[Description of configs]

Developer info

User

Users of the system. Those who are being added, can as an option be notified

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

User Exclusive

User from a certain Exclusive group (the one set on the record)

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

To set the current user as the default value, manually edit the field and input USER as the default value.

Developer info

Group

Groups in the system. Those who are being added, can as an option be notified

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Dependent list (lokal)

Choice based on another local list

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Dependent category

Categories based on value

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

List replica

Copy of another list (same options)

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Lookup: Currency code

List of currency codes

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

No configuration required for this field type

Developer info

Variant selector

List of types, which are controlling which other boxes are being showed

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Database: Opslag indtastning

Look-up of values in foreign database

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Database: Opslag liste valg

Table of values from foreign database

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

SQL: Subselect

Enquiry in own or foreign database

Properties

User interface

Field in show mode

[INSERT IMAGE]

Due to its nature this field has no special editing mode.

Configuration

image.png

Required:

Options:

Notes for usage:

Configuration example 1

Solution setup

Solution "Child items" (system name: "testchild")
* Relation field "owner" (system name: "PARENT").

Solution: "Parent items" (system name: "testparent")
* Date field "starting date" (system name: "DATO")

Business requirement

Display the starting date (system name: "DATO") from the related parent table, linked by the local field owner (system name: "PARENT").

Subselect SQL statement

SELECT DATO 
FROM data_testparent 
WHERE :PARENT = data_testparent.DataID

this is the shorthand version for

...
WHERE data_testchild.PARENT = data_testparent.DataID

Configuration example 2

Solution setup

Solution "Example" (system name: "example")
* Status log activated

Business requirement

Display the number of state changes for a data item

Subselect SQL statement

SELECT CONCAT( COUNT(*), ' transitions') 
FROM data_example_statuslog 
WHERE data_example_statuslog.DataID = :DataID

this is the shorthand version for

...
WHERE data_example_statuslog.DataID = data_example.DataID

Developer info

Lookup: Data item

Create reference to another record. This works the same as the field "Parent reference", but creates a drop-down list of options instead of using auto-complete. Useful for when there isn't a vast amount of records to select from. This field must be used for Lookup: Data item nested to work.

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

This field requires configuration before deployment.

image.png

Parent solution: Choose which entity the parent record will be chosen from.

Status filter: Optionally, you can specify a StatusID of a single status in the parent entity that all the record options should have.

Apply security: If this is not checked, then records will show up in the dropdown even if the user does not have permission to read them.

Developer info

Lookup: Data item nested

Used when you want to limit the options from a regular "Lookup: Data item" field to only the ones that share a parent with this entity.

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

This field requires configuration before deployment.

image.png

Dependent Field: The field in this entity that references the shared parent.

Parent Solution: The lookup options entity.

Parent dependency field: The field in the lookup options entity that references the shared parent.

Developer info

Value copy

Showing other values based on a key

Properties

User interface

Field in show mode

[INSERT IMAGE]

Due to its nature this field has no special editing mode.

Configuration

image.png

[Description of configs]

Developer info

Value copy (text)

Coping TEXT value based on key (searchable)

Properties

User interface

Field in show mode

[INSERT IMAGE]

Due to its nature this field has no special editing mode.

Configuration

image.png

[Description of configs]

Developer info

Value copy (Integer)

Coping DECIMAL value based on key (searchable)

Properties

User interface

Field in show mode

[INSERT IMAGE]

Due to its nature this field has no special editing mode.

Configuration

image.png

[Description of configs]

Developer info

Value copy (decimal)

Coping DECIMAL value based on key (searchable)

Properties

User interface

Field in show mode

[INSERT IMAGE]

Due to its nature this field has no special editing mode.

Configuration

image.png

[Description of configs]

Developer info

Value copy (yes/no)

Coping Yes/No values based on key (searchable)

Properties

User interface

Field in show mode

[INSERT IMAGE]

Due to its nature this field has no special editing mode.

Configuration

image.png

[Description of configs]

Developer info

Value copy (date)

Coping DATE values based on key (searchable)

Properties

User interface

Field in show mode

[INSERT IMAGE]

Due to its nature this field has no special editing mode.

Configuration

image.png

[Description of configs]

Developer info

Value copy (cpr)

Coping CPR number based on key (searchable)

Properties

User interface

Field in show mode

[INSERT IMAGE]

Due to its nature this field has no special editing mode.

Configuration

image.png

[Description of configs]

Developer info

Dependent list replica

Copy field lookup options from another field in this solution

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info