Table form field - Fixed data table

A fixed data table always has the same contents. The contents is determined at design time. This type of table is used to let an end-user select a class, division, department, OU, domain etc. in a form. The selected item of the table is stored in a variable when the form is submitted. This variable can be used in a UMRA script. By using the script action Script_Action: Map variable the variable can be used to determine the value of other variables. A fixed data table has one column. The number of items (rows) is not limited. To setup the height of the table as shown in the form, see Table form field - Options.

To start setting up a fixed table or editing an existing table, see Table form field - Type.

Table data
The contents of the fixed data table. The field shows the current contents of the fixed data table.

Add
Press the
Add button to add new items to the table. Note that you can specify multiple items with one add operation.

Edit
Edit the currently selected item of the table data. A single item must be selected to activate this button.

Delete
Delete all of the selected entries from the table.

Import
Import the contents of a text file to the table. Each line of the text file is imported as a new item in the table.

Variable
Specify the name of the variable used to pass the selected item to for instance a script when the form is submitted. At run-time, when the form is submitted, the selected table item is determined. If an item is selected, the item is stored in the value of the specified variable. The variable can be used in subsequent actions performed by UMRA.
If you do not specify a variable name in this field, the table selection can not be used in any subsequent action performed. You can select a variable from the list, or simply enter the name of a (new) variable.

Sort table contents
When checked, the table contents is sorted in ascending order when shown in the form. If not checked, the table contents is shown in the form as entered in the field
Table data. In this case, you can use the up and down arrows to setup the ordero table items.