You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

List elements

UI List


System name: sys_ui_list.

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

Field

Type

Description

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


UI List Column


System name: sys_ui_list_column.

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

Field

Type

Description

ListReferenceReference to the sys_ui_list table. The ID of the list view that is a parent for the column.
ColumnReferenceReference to the sys_db_column column. The ID of the column is shown in the list view.
OrderIntegerThe order of the columns.


Form elements

UI Form


System name: sys_ui_form.

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

Field

Type

Description

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


UI Form Element


System name: sys_ui_form_element

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

Field

Type

Description

Form split element typeEnum form_split_element_type

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

  • begin_split;
  • end_split;
  • split.
ColumnReferenceReference to the sys_db_column column. The ID of the column that is the form section element.
Form sectionReferenceReference to the sys_ui_form_section table. The ID of the section that is a parent for the element.
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.

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

Field

Type

Description

FormReferenceReference to the sys_ui_form table. A form view that is a parent for the section.
PositionStringTabs 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_formatter.

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

Field

Type

Description

NameStringA widget name.
Table
Reference to the sys_db_table table, The ID of the table that will display the widget in its configuration of form section elements.
TypeChoiceAvailable options: Formatter.
FormatterChoiceAvailable options: Activities (filtered).
ActiveBooleanIF TRUE, then this widget is active.


UI Related List


System name: sys_ui_related_list.

Description: This table contains configurations of the related lists. See Related Lists to learn more. It consists of the following fields:

Field

Type

Description

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


UI Related List Element


System name: sys_ui_related_list_element.

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

Field

Type

Description

TitleStringThe related list element title.
Related listReferenceReference to the sys_ui_related_list table, The ID of the related list that is a parent for the element.
Related tableReferenceReference to the sys_db_table table. The ID of the table that is a parent for the element.
Related columnReferenceReference to the sys_db_column column, The ID of the related column.
Related list scriptReferenceReference to the sys_related_list_script script, The ID of the related script. See Relationships to learn more.
OrderIntegerThe elements order.


Url  Action


System name: sys_url_action.

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.
ActiveBooleanIF TRUE, then this URL action is active.
ScriptScriptServer-side script, it will be executed after following the link.
Expire atDatetimeAfter this datetime following the link will not run the script.
Assigned toReferenceReference to the user table, the user. 
ExecutorReferenceReference to the user table, the user who has followed the link and run the action.

  • No labels