Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
The SimpleOne system stores all the form views created, along with the specified elements of these layouts.
Tip |
---|
Role required: admin. |
When SimpleOne administrators create or change form layout views, the system stores all these changes in the tables listed below.
Managing view items
Use these system tables if you want to manage forms, sections, and other elements of the records view:
- Form View (sys_ui_form)
- UI Form Element (sys_ui_form_element)
- Form Section
- Related List
- Element (sys_ui_form_section)
- Related List (sys_ui_related_list)
- Related List Element (sys_ui_related_list_element)Related List Element
Note |
---|
It is not recommended to delete the Default views and sections of the list and form layouts. |
Form View
System name: sys_ui_form
Description: This table contains form view configurations. It consists of the following fields:
Field | Mandatory | Type | Description |
---|---|---|---|
Table | Y | Reference | Reference to the Table (sys_db_table) tabledictionary, the ID title of the table that is a parent for the view. |
User | N | Reference | Reference to the user, owner of the form. If user = null, then the view is shared. |
Title | Y | String | The view title. |
UI Form Element
System name: sys_ui_form_element
Description: A table for configurations of the The table contains configuration records of section elements. It consists of the following fields:
Field | Mandatory | Type | Description |
---|---|---|---|
Form Split Element Type | N | Enum form_split_element_type | This column stores information about the kind of an element. If it is a break-up element, it specifies the type:
|
Column | Y | Reference | Reference to the Column (sys_db_column) columncolumn. The ID Display Name of the column that is the form section element. |
Position | Y | Integer | The element position inside the section. |
Form Section | Y | Reference | Reference to the Form Section Element (sys_ui_form_section) tabletable. The ID Display Name of the section that is a parent for the element. |
Formatter | N | String | This column stores formatter the formatter name and shares info about the element: whether the element is a widget and what kind of widget it is. |
Form Section Element
System name: sys_ui_form_section
Description: The table for the configurations of the record view form sections. It contains configuration records of form section views. It consists of the following fields:
Field | Mandatory | Type | Description |
---|---|---|---|
Form | Y | Reference | Reference to the Form View (sys_ui_form) table. A form view that is a parent for the section. |
Position | Y | String | Tabs Tab order on the form view. The first section is general and will not be a tab. |
Title | N | String | The title of the form. |
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 | Mandatory | Type | Description |
---|---|---|---|
Title | Y | String | The related list title. |
Table | Y | Reference | Reference to the Table (sys_db_table) tabletable. The ID Display Name of the table that is a parent for the related list. |
User | N | Reference | Reference to the user, owner of the related list. If user = null then the list is shared. |
Form | N | Reference | Reference to the Table Form Views (sys_ui_form)table. A form view that is a parent for the sectionrelated list. |
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 | Mandatory | Type | Description |
---|---|---|---|
Title | Y | String | The related list element title. |
Related List | Y | Reference | Reference to the Related List (sys_ui_related_list) table. The ID Display Name of the related list that is a parent for the element. |
Related Table | N | Reference | Reference to the Table (sys_db_table) tabletable. The ID Display Name of the table that is a parent for the contains records for the element. |
Related Column | N | Reference | Reference to the Column (sys_db_column) columncolumn. The ID Display Name of the related column. |
Related List Script | N | Reference | Reference to the Scripted Related List (sys_related_list_script)script. The ID Display Name of the related script. See See Scripted Related Lists to learn more. |
Order | Y | Integer | The elements order. |
Table of Contents | ||
---|---|---|
|