Field type reference

Documentation for all data model building blocks (content types)

Basic

Basic fields that just store some information or do not require much, if any, configuration.

Basic

Integer

Capable of containing whole numbers (no decimals).
Due to technical limitations the number can't be smaller than -2.147.483.648 or larger than 2.147.483.647.

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

Developer info

Basic

Decimal

Numbers with decimal comma

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Mangler forklaring af "Use category styling" samt link til side om hvad category betyder i platformen]

Default precision is 2, if nothing else is set.

Developer info

Basic

Percentage

This field is used to show a bar in list views as seen below. It should only be used with whole percentages between 0 and 100. When using this field with formulas the value is not automatically divided by 100, which means that a value of 5% is interpreted as "5".

Note that the policy "showPercentageAsBar" must be true for the field to be rendered as a bar. See Rendering policies

Properties

User interface

Field in show mode

image.png

Field in list mode

image.png

Field in edit mode

image.png

Configuration

image.png

Decimal/ precision does not work on this field

Defining a unit name replaces the default unit of "%".

Developer info

Basic

Yes/No

Check box. Yes/No. The values can be shown with other words or icons

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

As of version 9943 adding a TRUE value text, when displaying the field as a checkbox, the value will be used as a label for the checkbox.

[Description of configs]

Developer info

Basic

Serial

Unique serial number

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Basic

Response

Interval in questionnaire

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Basic

Enumeration

Named numbers ex. Grades

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

Required:

Options:

 Option 1 #red
 Option 2 #blue
 ...
 en:Option 1
 Option 2
 Option 3
 ge:Wahl 1
 Wahl 2
 Wahl 3

Developer info

Basic

Symbol

Use icons as status flow and categories

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Basic

Date

Date with calendar look-up

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

Show mode

The date will be formatted as defined in format option.
Default formatting is: dd/mm/yyyy

Edit mode

The date field will display a textbox. On activating the field a date selector will popup below the field.
Normal input format is: dd/mm/yyyy

The values for dd and mm can be either 1 or two digits - examples

The separator method is also free: "/" or "-" will do

Relative date

The date output can be changed to output the number of dates between the stored date and "now".
To do this input two colors, separated by a space, in the formatting config.
eg. red green.
This will change the list-output of the field to be a number of days.
If the number is negative, the date is in the past, if it is positive the date is in the future.
The two colors chosen will be be added as text-colors.

Other options

The date field can be set to strict or loose date parsing:

The loose option is activated by setting the configuration (policy): doSmartDateInput

Styling relative dates

As of version 11476.
The relative date output has the class relativeDate and depending on wether the date is before or after now, it has the class before or after.
To spice up the style of this output, you can add this snippit to your stylesheet.

.relativeDate.after {
    color: #096f58 !important;
    background: #7efbb7;
    padding: 0px 5px;
    border-radius: 3px;
}

.relativeDate.before {
    color: #a7175f !important;
    background: #ffc9d3;
    padding: 0px 5px;
    border-radius: 3px;
}

To limit the styling to a singe entity, add the style in the headers and scripts for that entity.

Developer info

Basic

Time

Selector for point in time

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Basic

Datetime

Date with calendar/time look-up

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Basic

Month

Choice of month, including translation

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

Developer info

Basic

Year

Choice of year

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

Developer info

Basic

Text

A single line of a text (ex. Name).
The text can't be longer than 255 characters.

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Basic

Text multiline

Multiple lines of text (ex. Adresses)

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Basic

Notepad

WYSIWYG Editor shown in the interface

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Basic

Hierachy/tree

Hierarchy of values

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Basic

Email

User email-adress

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

To make the field enforce that the input is an actual email, add the following regex as validation.

^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$

Developer info

Basic

Website (URL)

Stores an internet address.

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

[INSERT IMAGE]

One configuration is available.
If Configuration1 is equal to "1", then the value will be displayed as a link in lists. The link will open in a new tab.

Developer info

Basic

Unique key (GUID)

Global Unique ID (GUID) for records, inserted automatically on record creation.

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

[INSERT IMAGE]

[Description of configs]

Developer info

Basic

Text with lookup

A single line text with look-up in exciting values

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Basic

Phone

Phone number with the possibility for look-up

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Basic

CPR nummer

Validation of control digits with the personal identification number

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Basic

CVR nummer

CVR number with look-up in the CVR register

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

Developer info

Basic

Static content

A static message/information, that supports translation.

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

image.png

[Description f configs]

Developer info

Basic

Static button

Button with functionality

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

Basic

Static message

Notification on top of the page

Properties

User interface

Field in show mode

image.png

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

Configuration

image.png

[Description of configs]

Developer info

Basic

Static script

Execution of the code when changing other boxes

Properties

User interface

This field is not displayed as a normal field.

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

Configuration

image.png

[Description of configs]

Developer info

Basic

Script function

Execution of javascript with value insertion into other fields

Properties

User interface

This field is not displayed as a normal field, nor is the value of it saved and available to codeunits/sql-statements.

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

Configuration

This field requires configuration before deployment.

image.png

Input

Is a list of fields, which values will be available as variables in the following function.
If a name contains "!", it will be loaded as a decimal.
So this configuration:

FIELD1 FIELD2! !FIELD3

Results is this code:

let FIELD1 = getValue("FIELD1")
let FIELD2 = getDecimal("FIELD2")
let FIELD3 = getDecimal("FIELD3")

Plus all those fields will trigger a re-evaluation of this field, whenever they are updates/changed.

Code (Function)

The actual javascript that modifies the data collected from the inputs.
Is pasted into a function, so should only contain lines of code.
Must have a return statement!
Sample:

return FIELD2 * FIELD3;

Output

The field to set the value of, with the return value of the final function.
The output of the function will also be the value of this field, but will not be saved, as this field is virtual and only works in the frontend.

Developer info

Basic

Priority

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Basic

Currency

UNDER DEVELOPMENT

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Lookup

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

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

Lookup

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

Lookup

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

Lookup

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

Lookup

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

Lookup

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

Lookup

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

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

Lookup

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

Lookup

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

Lookup

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

Lookup

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

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

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

Lookup

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

Lookup

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

Lookup

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

Lookup

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

Lookup

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

Lookup

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

Lookup

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

Lookup

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

Lookup AJAX

Lookup AJAX

Lookup: Postnr / by

Autofilling of danish postal number and city

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

Developer info

Lookup AJAX

Lookup: UNSPSC

Autofilling of the product category system of UN

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

Developer info

Lookup AJAX

Lookup: NACE code

Autofilling of NACE business codes

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

Developer info

Lookup AJAX

Lookup: Country

Autofilling of country

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

Developer info

Lookup AJAX

Lookup: ICD diagnose

Autofilling of ICD diagnosis code

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

Developer info

Lookup AJAX

SKS Undersøgelse

Dynamic lookup of values from SKS Undersøgelse

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Lookup AJAX

SKS Diagnose

Autofilling/Dynamic lookup of SKS Diagnose

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Lookup AJAX

SKS Operation

Dynamic lookup of values from SKS Operation

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Lookup AJAX

SKS Behandling

Dynamic lookup of values from SKS Behandling

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Lookup AJAX

SKS ATC

Dynamic lookup of values from SKS ATC

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Lookup AJAX

SKS Ulykke

Dynamic lookup of values from SKS Ulykke

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

[INSERT IMAGE]

[Description of configs]

Developer info

Lookup AJAX

SKS Afdeling

Dynamic lookup of values from SKS Afdeling

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Files

Files

Documents

Upload / download of files including versioning

Note that a class is added to the page while uploading ressources: uploadInProgress

In case you want to prevent the user presing update, the buttons can be hided with this CSS

 .uploadInProgress .tsUpdateButtons { display: none; }

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Reacting to uploads

The platform sends out custom triggers on upload start, finish and failure.
To react to these, use the following example

$(".custom-file-input").on("TS_UploadStart", () => {
  // React
})
$(".custom-file-input").on("TS_UploadFinished", () => {
  // React
})
$(".custom-file-input").on("TS_UploadFailed", () => {
  // React
})

Configuration

[INSERT IMAGE]

[Description of configs]

Developer info

Files

Pictures

Photo gallery with thumbnail index and optional lightbox to view full size images

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

Config1: Number of columns, default is 4
Config2: Export width, default is 40%
Config3: Enable lightbox, default is 0 (off)

Developer info

Files

Videos

The video-player only works when Policy filesystemStorageActive.

To enable down-scaling to 720p and 1080p, the storage has to be on AWS S3, and the Encoding Lambda-function has to be enabled.

As of version 11572 the thumbnail engine was changed to FFmpeg.
Servers updated to this version, or newer, have to manually download the appropriate FFmpeg jar and place it in the tomcat-libs folder.
The version of FFmpeg downloaded must be 7.1-1.5.11.
Servers installed via the ts-script, after jan 23. 2026 will already have this jar file as part of the default setup.

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Config1: Number of columns, default is 3
Config2: Not used
Config3: Not used

Developer info

Files

Document builder

Build document based on solution file template

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Files

Filesystem files

Download of local files on the intranet

Properties

User interface

Field in show mode

image.png

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Files

Documents with Signing

Upload / download of files including versioning and DocuSign integration, with upload-action and sign-status.

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

[INSERT IMAGE]

The DocuSign Integration should be configured, otherwise this field is the same as Files: Documents

Developer info

Files

Value copy (files)

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Files

Filesystem with FTP

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Files

Documents to append

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Files

Build remote files reference list

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Files

Build document from structure

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Files

Append remote files

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Tabular data

Tabular data

Table

Table with a range of subfield

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Tabular data

Tasklist

Tasklist with export to vTodo

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Tabular data

Contact list

Contact list with export to vCard

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Tabular data

Mailbox

Inbox for each data item with many security options. Please refer to advanced configuration.

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

image.png

[Eventuel beskrivelse af configs]

Developer info

Parent/child

Parent/child

Parent reference

This field creates a reference to another record. Useful in hierarchical data structures. This field allows the parent to implement List of Children type fields. In edit mode, this field displays as a black text box with text autocomplete, which means that the user must know at least some of the resume name of the parent they're looking for. Most times a simple drop down of options is preferred, in which case the field Lookup: Data item should be used. In most cases it is functionally identical to this field.

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

Parent solution: Specify which entity the parent record belongs to.

Allow changes: If this is not checked, the parent cannot be changed later.

Developer info

When writing javascript that reacts to changes in this field type use the following code, instead of onchange.
This snippit wil react as soon as an option is selected instead of when the user exits the field

$("#DATA_SELSKAB").on("autocompleteclose", () => {
    setTimeout(() => {
        // Do stuff
    }, 50)
})

Parent/child

List of children

This displays a list of all children that refer to this via a specific field. This field can be either of type Parent reference or Lookup: Data item

Properties

User interface

Field in show mode

image.png

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

Child solution key: Choose which reference field in which entity that the List of Children field should operate from.

Parameters / sortorders: Normal TS url query. Remember to start with questionmark. Example:

?QUERY_FIELD_1=StatusID&QUERY_OPERATOR_1=1&QUERY_VALUE_1=24&QUERY_FIELD_2=StatusID&QUERY_OPERATOR_2=1&QUERY_VALUE_2=97

Read as "Section" > "Child Entity" > "Child's reference field"

Developer info

Parent/child

List of children (status filter)

Filtered selection of subitems

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Parent/child

List of children (select fields)

Filtered selection of fields including sortorder

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Parent/child

List of children (type filter)

For use with 'Children type selector'

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

image.png

Configuration

image.png

[Eventuel beskrivelse af configs]

Developer info

Parent/child

Children type selector (type filer)

For use with 'List of children (type)'

Properties

User interface

Field in show mode

image.png

Field in edit mode

[INSERT IMAGE]

Configuration

No configuration required for this field type

Developer info

Parent/child

Calc children: Sum

Sum of values in underplaced data

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:

Developer info

Parent/child

Calc children: Count

Sum of elements in underplaced data

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

Parent/child

Calc children: Unique

[DESCRIPTION]

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

Parent/child

Calc children: Minimum

Minimum value in underplaced data

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

Parent/child

Calc children: Average

Average value in underplaced data

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

Parent/child

Calc children: Maximum

Maximum value in underplaced data

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

Parent/child

Many to many relation

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Parent/child

Parent reference [shared]

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Parent/child

List of children (grid-editor)

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Parent/child

List of children [shared]

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Complex

Complex

Checklist lookup

Number of categories

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Complex

Signature

Digital signature or approval

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Complex

Calc: Formula

Formula based on other fields

Properties

User interface

Field in show mode

image.png

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

Configuration

image.png

[Description of configs]

Complex formulas

Calculated formulas syntax follows is compliant with JavaScript syntax.

Common operators

Mathematical functions

Mathematical constants

Support for statements

This feature is enabled starting from version 2366.

IF statement

Syntax used matches JavaScript inline IF statements.

To make the statement work make sure to add a space: before ), after (, before and after ? and :.

( Value1 Operator Value2 ? ValueIfTrue : ValueIfFalse )
Examples

Script code / specification

 var result;
 if ( [NUMBER1] >  [NUMBER2] ) {
       result = [NUMBER1] * 11;
 }
 else {
       result = [NUMBER3];
 }
 return result;

Expression to use in formula

( [NUMBER1] >  [NUMBER2] ? [NUMBER1] * 11 : [NUMBER3] )

Developer info

Complex

Calc: Test value

Test of the value of another field

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

Complex

Calc: Concatenate

Making a text based on values from other fields.

The field supports a basic version of Complex formulas as of version 6144, the last and innermost formula i calculated first. The separators ? and : has to have a space on both sides!

Supported comparisons and mathematics:

Samples of basic formulas:

Expression Result
( [FIELDX] > [FIELDY] ? X ([FIELDX]) is greater : Y ([FIELDY]) is greater ) Given that the value of both fields are numbers (int or float), and FIELDX has a greater value.

The result would be: X ([FIELDX]) is greater, where [FIELDX] would be replaced with the value of the field

( [RADIO] = Yes ? User accepted : User didn't accept ) Given that [RADIO] is a FieldNumberBoolean and the TRUE value has been set to "Yes", if the user selects it.

The result would be: User accepted

(
    [PROVIDER] = IMDB
    ? <a href="https://www.imdb.com/title/[ID]/">Link to IMDB<a/>
    : (
        [PROVIDER] = TheMovieDB
        ? <a href="https://www.themoviedb.org/movie/[ID]">Link to TheMovieDB<a/>
        : Unknown provider
    )
)
This is an example of two nested formulas, enabling comparison of an element against multiple values.

Given that [PROVIDER] is a string value (text, dropdown, etc), [ID] could be anything.

If provider equals "IMDB" a link to IMDB would show up, and the ID would be input.

If provider equals "TheMovieDB" a link to TheMovieDB would show up, and the ID would be input.

( [ACCEPT] != YES ? <a href=\"https://acme.com?( [X] > [Y] ? test1 : test2 )\">Link</a> : <a href=\"https://acme.net?( [X] < [Y] ? test1 : test2 )\">Link</a> ) This is just an example of nesting.

Properties

User interface

Field in show mode

image.png

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

Configuration

image.png

[Description of configs]

Developer info

Complex

Calc: JavaScript

Executing Javascripts client AND serverside

NOTE: This feature is currently BETA, and features are subject to change.

Properties

User interface

Due to its nature this field has no special show or edit mode.

Configuration

This field requires configuration before deployment.

[INSERT IMAGE]

Edit the values using "Manual edit" feature

Required:

Help for syntax

The API currently supports the following language features

Important notice

Some field values are represented differently server and client side, namely date and decimal values

Field Client side example Server side format
Date 31/1/2014 2014-01-31
Decimal 1,23 1.234

Future versions will include these methods callable server and clientside

Example

if( getValue('NUMBER2') > 1000 )
    setValue('NUMBER1',  Math.round( 100 * Math.random() ) );

Developer info

Complex

Calc: Time lifecycle

Time spent since the beginning of the case or since last correction

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

Complex

Calc: Time measured

Total waiting time

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

Complex

Calc: Score interval

Translation of values in intervals

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

Complex

Calc: Check fields

Check if a list of fields has been filled out

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

Complex

Comments

Entry of a list of comments from the users of the case

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

[INSERT IMAGE]

[Description of configs]

Developer info

Complex

Related form multiselect

Filter with single parameters including standard security.

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Special features

There is automatically added a special JS function named: getValueDisplay + [FieldSystemName]

Example for displaying the values selected in the field "My statements" (System name ="STATEMENTS"):

alert('You have selected the following values ' + getValueDisplaySTATEMENTS());

Developer info

Complex

Related form multiselect SQL

Freeform definition with multiple parameters with optional security.

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Eventuel beskrivelse af configs]

Developer info

Complex

XML data

XML data in lists, table or own output format

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Complex

Barcode (status change)

Barcode to change status automatically

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Complex

SQL: Table query

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Complex

Calc: Flag

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Complex

Related entity multiline decimal

A table of lines from another table, maybe with a filter that relates them to this items DataID, and the option to input a decimal number next to each of them.

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

This field requires configuration of both parameters before it shows.

Config1

The SQL-query executed, to list the items in the table.
The first column should be *DataID* of the subitem, but it doesn't have to be. As long as *a* column includes this data.
To relate the subtable to the current item, ad a *where clause* comparing to *[DataID]*, where *[DataID]* will be replaced be the current records DataID.

Config2

The Label of the input column in the table.

Developer info

Complex

Token display

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Complex

Calc: Document section

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Complex

Geomap Coding

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Complex

Geomap

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

System

System

Exclusive group

Selection of an Exclusive group

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

System

Status

The present status of the case

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

This field does not need deployment (no extra database fields required).

image.png

[Description of configs]

Developer info

System

Status level

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

System

Master status

Masterstatus based on the status of the case

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

This field does not need deployment (no ekstra database fields required).

Developer info

System

Status set

The last status update of the case

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

This field does not need deployment (no ekstra database fields required).

No configuration required for this field type

Developer info

System

Status set by

User who last changed status for the case

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

This field does not need deployment (no ekstra database fields required).

Developer info

System

Created

The creation date of the case

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

This field does not need deployment (no ekstra database fields required).

No configuration required for this field type

Developer info

System

Created by

User who created the case

Properties

User interface

Field in show mode

image.png

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

Configuration

This field does not need deployment (no ekstra database fields required).

Developer info

System

Modified

The change date of the case

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

This field does not need deployment (no ekstra database fields required).

No configuration required for this field type

Developer info

System

Modified by

User who last modified the case

Properties

User interface

Field in show mode

image.png

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

Configuration

This field does not need deployment (no ekstra database fields required).

Developer info

System

Completed

The termination date of the case

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

This field does not need deployment (no ekstra database fields required).

No configuration required for this field type

Developer info

System

Completed by

User who completed the case

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

This field does not need deployment (no ekstra database fields required).

Developer info

System

Solution type

Selection of a solution type

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

System

Member list

Users with access to the element

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

System

Revision

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

System

Record role permission

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

System

Member group list

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Medico

Medico

Age calc (date/CPR)

Estimating the age of the user based on date and CPR number

Properties

User interface

Field in show mode

image.png

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

Configuration

image.png

[Description of configs]

Developer info

Medico

Body Mass Index

Calculating BMI based on height and weight (from seperate inputs)

Properties

User interface

Field in show mode

image.png

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

Configuration

image.png

[Description of configs]

Developer info

Medico

Activity measure

Measurement of weekly activity

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Medico

Gender (CPR)

Deduction of gender based on CPR number

Properties

User interface

Field in show mode

image.png

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

Configuration

This field requires configuration before deployment.

image.png

[Description of configs]

Developer info

Medico

Checkbox counter

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Medico

MET scoreboard

Measurement of month, amount and size

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

No configuration required for this field type

Developer info

Action button

Action button

Button: Token URL builder

Building link to external users

Properties

User interface

Field in show mode

image.png

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

Configuration

image.png

[Description of configs]

Developer info

Action button

Button: Export template

Export of data to a certain template

Properties

User interface

Field in show mode

image.png

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

Configuration

This field requires configuration before deployment.

image.png

[Description of configs]

Developer info

Action button

Button: Script execution

Execute script when clicking the button, with option to save data first.

Properties

User interface

Field in show mode

image.png

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

Configuration

This field requires configuration before deployment.

image.png

Javascript: Here you write code to be executed when button is pressed.

Submit after: Saves the record immediately after code has been run.

Group filter: limit access to a single group.

Developer info

Action button

Button: Parameterized URL

Button to navigate somewhere else. Can be to an external url.

Properties

User interface

Field in show mode

image.png

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

Configuration

image.png

URL template: Here you write the target url of the button link. You can use data from a field with the syntax [*DATA*]. DataID can likewise be used via [DataID]. It is also possible to use this field to point to some other location in the application by starting the url from "main?".

Group filter: Contrary to what it says, you can only filter to a single group, not several.

Developer info

Action button

Button: Related list search

Look-up in related list with parameter

Properties

User interface

Field in show mode

image.png

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

Configuration

image.png

[Description of configs]

Developer info

Action button

Button: Grand child search

Look-up in related data (Grand children)

Properties

User interface

Field in show mode

image.png

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

Configuration

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

[INSERT IMAGE]

[Description of configs]

Developer info

Action button

Button: Codeunit execution

Execute proprietary code

Properties

User interface

Field in show mode

image.png

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

Configuration

image.png

[Description of configs]

Ajax subforms

The following code changes subform behavior to call the codeunit silently and reload the page when done

$(function() {
  $('#VB_DATA_SUBFORM a.codeunitButton').click( function(e) { 
    e.preventDefault(); 
    $.get( $(this).attr("href") );
    //$(this).parent().parent().hide();
    location.reload();
    return false; 
  });
});

Developer info

Action button

Button: Status changer

Changes the status of the record to the selected status

Properties

User interface

Field in show mode

[INSERT IMAGE]

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

Configuration

[INSERT IMAGE]

The field does not required configuration before deployment, but does take up to 3 parameters.

Configuration 1: Mandatory StatusID to change to. Forces only that Status to chow up.
Configuration 2: Optional field to set to NOW upon button-click
Configuration 3: Group filter. Filter button to only be shown to users with that GroupID

Developer info

Action button

Filter selector static

Set value in user session. For example for data filters.

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Description of configs]

Developer info

Action button

Button: Clone record

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Visual extra

Visual extra

Visual: Target gauge Total

Show lifetime performance speedometer

Properties

User interface

Field in show mode

image.png

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

Configuration

This field does not need deployment (no ekstra database fields required).

No configuration required for this field type

Developer info

Visual extra

Visual: Target gauge Step

Show performance speedometer for this step

Properties

User interface

Field in show mode

image.png

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

Configuration

This field does not need deployment (no ekstra database fields required).

No configuration required for this field type

Developer info

Visual extra

Canvas: Freehand

Draw, freehand, in a canvas

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Description of configs]

Developer info

Visual extra

Canvas: Marking

Mark a spot on an image

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Description of configs]

Developer info

Visual extra

Sliderbar

Numbers with decimal comma using a sliderbar for input

Properties

User interface

Field in show mode

image.png

Field in edit mode

image.png

Configuration

image.png

Required:

Options:

Developer info

Visual extra

SQL: Diagram query

Shows an sql-query as a graph, just like the dashboard widget, with the same configs as the sql-subselect field.

Properties

User interface

Field in show mode, when rendering a line-chart.

image.png

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

Configuration

[INSERT IMAGE]

Either, write an sql-query that fetches the exact data to be shown, as described here.

Or, write a simple sql-query that fetches the lines of data and select render-mode "Parse listed data".

Select a graph type, remember that the expected structure of the data is different for circle- and xy-graphs.

Parse listed data

This option parses the given data in the following way.

Example

This is data generated by the query: SELECT DATE, CATEGORY, AMOUNT FROM data_demoentity ORDER BY DATE ASC

Date Category Amount
01/01/2024 Category 1 10
01/01/2024 Category 2 0
01/01/2024 Category 3 15
01/02/2024 Category 1 20
01/03/2024 Category 2 20
01/04/2024 Category 1 30
01/04/2024 Category 2 10
01/04/2024 Category 3 15

This will be transformed to this, when rendering an xy-graph.

Title Category 1 Category 2 Category 3
01/01/2024 10 0 15
01/02/2024 20    
01/03/2024   20  
01/04/2024 30 10 15

Developer info

Extension

Extension

Word heatmap index

Specialised index field only showned in reports

Properties

User interface

Due to its nature this field is never shown in the interface.

Configuration

This field does not need deployment (no extra database fields required).

No configuration required for this field type.

Developer info

Extension

Question and answer

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Extension

Complex question

Complex question with recommendation, numerical score and coloring

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Extension

Multiline: Complex question

MULTIPLE LOCATION: Complex question

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Extension

Multiline: Location editor

MULTIPLE LOCATION: Name of location

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

For bulk imports the "|" (vertical bar or pipe) may be used as an alternative newline.

Configuration

No configuration required for this field type

Developer info

Extension

Year comparator

Comparing fields from previous years

Properties

User interface

This field is not displayed as a normal field.

Field in edit mode

image.png

Configuration

image.png

[Description of configs]

Developer info

Extension

Calc: Complex question (sum)

Formula based on other fields

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

Extension

Calc: Count missing fields

Number of missing fields in a form or questionaire

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

Extension

Jobnet OccupationConceptUri

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Extension

Document snippet

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Extension

Multiline: Index builder

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Extension

Question and answer

Complex question with recommendation, numerical score and coloring

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

image.png

[Description of configs]

Developer info

Extension

Complex question MV

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info

Extension

Diagram builder

[DESCRIPTION]

Properties

User interface

Field in show mode

[INSERT IMAGE]

Field in edit mode

[INSERT IMAGE]

Configuration

[INSERT IMAGE]

[Eventuel beskrivelse af configs]

Developer info