Table

The Table can be used to combine many different data types in a table form. E.g. for a reporting sheet with Amount (Integer), Description (String), and Customer (Reference to Customer Object).

UI Example (Table String)

Table-String

UI Example (3 columns Table with Integer, String and Reference)

Data types in tables can be combined and defined per column:

Table-Mixed

UI Layout Example

<variable ident="table_name" access="write" />

Attributes

Variable attributes
attributes data type Description
Required Bool mandatory to fill out (Yes or No)
Access Selection Access right change, hide, read, write
Default Value String value which is field in per default
Data type Selection Data type for list columns Integer, Float, Bool, String, Selection, Reference, Ident, DateTime, Language, Color, Version
Layout attributes (html tags)
attributes data type Description
access String front end access right change, hide, read, write