Versions Compared

Key

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

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.
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.



Table of Contents
classfixedPosition