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 |
---|---|---|
Title | String | The view title. |
User | Reference | Reference to the user, owner of the form. If user = null, then the view is shared. |
Table | Reference | Reference 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 type | Enum 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:
|
Column | Reference | Reference to the sys_db_column column. The ID of the column that is the form section element. |
Form section | Reference | Reference to the sys_ui_form_section table. The ID of the section that is a parent for the element. |
Position | Integer | The element position inside the section. |
Formatter | String | 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 |
---|---|---|
Form | Reference | Reference to the sys_ui_form table. A form view that is a parent for the section. |
Position | String | Tabs order on the form view. The first section is general and will not be a tab. |
Title | String | The 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 |
---|---|---|
name | String | A widget name. |
active | Boolean | IF TRUE, then this widget is active. |
formatter | Choice | Available options: Activities. |
type | Choice | Available options: Formatter. |
table_id | Reference | Reference 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 | ||
---|---|---|
|