Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
descr

Form element tables

sys_ui_form

Name

Is_extendable

Title

Read Access

Create Access

Update Access

Delete Access

UI Form


System name: sys_ui_form

FALSEsys_ui_formTRUETRUETRUETRUE

.

Description: This table contains form view configurations. It consists of the following fields.

Field

Type

Description

title
TitleStringThe view title.
user_id
UserReferenceReference to the user, owner of the form. If user = null, then the view is shared.
table_id
TableReferenceReference to the sys_db_table table, the ID of the table that is a parent for the view.

sys_ui_form_element

Name

Is_extendable

Title

Read Access

Create Access

Update Access

Delete Access

sys_ui_form_elementFALSE


UI Form Element


System name: sys_ui_form_element

TRUETRUETRUE

TRUE

Description: A table for configurations of the section elements. It consists of the following fields:

form_section_id

Field

Type

Description

form_Form split _ element _ typeEnum form_split_element_type(Contains from: begin_split, end_split, split).

This column stores information about if the record is the form break-up element, and if yes, what kind of element is it

.
formatterString

This column stores formatter name and shares info about the element:

is it a widget and if yes, what kind of widget it is.

:

  • begin_split;
  • end_split;
  • split.
Columncolumn_idReferenceReference to the sys_db_column column. The ID of the column that is the form section element.
positionIntegerThe element position inside the section.
Form sectionReferenceReference to the sys_ui_form_section table. The ID of the section that is a parent for the element.

sys_ui_form_section

Name

Is_extendable

Title

Read Access

Create Access

Update Access

Delete Access

PositionIntegerThe element position inside the section.
FormatterString

This column stores formatter name and shares info about the element:

is it a widget and if yes, what kind of widget it is.


UI Form Section


System name: sys_ui_form_section

FALSEsys_ui_form_sectionTRUETRUETRUETRUE

.

Description: The table for the configurations of the record view form sections. It consists of the following fields:

Field

Type

Description

Form
positionStringTabs order on the form view. The first section is general and will not be a tab.
form_idReferenceReference to the sys_ui_form table. A form view that is a parent for the section.
titlePositionStringThe title of the form.

sys_ui_formatter

Name

Is_extendable

Title

Read Access

Create Access

Update Access

Delete Access

Tabs order on the form view. The first section is general and will not be a tab.
TitleStringThe title of the form.


UI Formatter


System name: sys_ui_formatterFALSEsys_ui_formatterTRUETRUETRUETRUE.

Description: The widget configuration table. It consists of the following fields:

Field

Type

Description

nameStringA widget name.
activeBooleanIF TRUE, then this widget is active.
formatterChoiceAvailable options: Activities.
typeChoiceAvailable options: Formatter.
table_idReferenceReference to the sys_db_table table, The ID of the table that will display the widget in its configuration of form section elements.


List element tables

sys_ui_list

Name

Is_extendable

Title

Read Access

Create Access

Update Access

Delete Access

UI List


System name: sys_ui_list

FALSEsys_ui_listTRUETRUETRUETRUE

.

Description: This table contains configurations of list views of the tables. It consists of the following fields:

Field

Type

Description

titleStringThe view title.
user_idReferenceReference to the user, owner of the form view. If user = null, then the view is shared.
table_idReferenceReference to the sys_db_table table, The ID of the table that is a parent for the view.

sys_ui_list_column

Name

Is_extendable

Title

Read Access

Create Access

Update Access

Delete Access


UI List Column


System name: sys_ui_list_column

FALSEsys_ui_columnTRUETRUETRUETRUE

.

Description: This table contains configurations of the columns of list views of the tables. It consists of the following fields:

Field

Type

Description

displayable_pathJSONThe dotWalking path to the column.
column_idReferenceReference to the sys_db_column column. The ID of the column is shown in the list view.
orderIntegerThe order of the columns.
list_idReferenceReference to the sys_ui_list table. The ID of the list view that is a parent for the column.

Name

Is_extendable

Title

Read Access

Create Access

Update Access

Delete Access


UI Related List


System name: sys_ui_related_list

FALSEsys_ui_related_listTRUETRUETRUETRUE

.

Description: This table contains configurations of the related lists. It consists of the following fields:

Field

Type

Description

table_idReferenceReference to the sys_db_table table. The ID of the table that is a parent for the related list.
user_idReferenceReference to the user, owner of the related list. If user = null then the list is shared.
titleStringThe related list title.


UI Related List Element


System name: sys_ui_related_list_element

Name

Is_extendable

Title

Read Access

Create Access

Update Access

Delete Access

sys_ui_related_listFALSEsys_ui_related_listTRUETRUETRUETRUE.

Description: This table contains configurations of the elements of the related lists. It consists of the following fields:

Field

Type

Description

related_column_idReferenceReference to the sys_db_column column, The ID of the related column.
related_list_idReferenceReference to the sys_ui_related_list table, The ID of the related list that is a parent for the element.
orderIntegerThe elements order.
titleStringThe related list element title.

sys_url_action

Name

Is_extendable

Title

Read Access

Create Access

Update Access

Delete Access


Url  Action


System name: sys_url_actionFALSEsys_url_actionTRUETRUETRUE.TRUE

Description: The URL actions table. The actions are the links; after following them, some activities in the system will perform. It consists of the following fields:

Field

Type

Description

keyStringGenerated hash. It will be inserted into URL and used as a keyword for a record search in a database when followed the URL.
assigned_toReferenceReference to the user table, the user. 
executor_idReferenceReference to the user table, the user who has followed the link and run the action.
scriptScriptServer-side script, it will be executed after following the link.
activeBooleanIF TRUE, then this URL action is active.
expire_onDatetimeAfter this datetime following the link will not run the script.


Table of Contents
classfixedPosition