Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
The SimpleOne system stores all the list and 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.
Manage view items
Use these system tables if you want to delete manage forms, sections, and other elements of the records view created:
- 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)
- UI Formatters (sys_ui_formatter)Related List Element.
Note |
---|
It is not recommended to delete the Default views and sections of the list and form layouts. |
When SimpleOne administrators create or change form layout views, the system stores all these changes in the tables listed below.
Form View
System name: sys 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) table, the ID of theThe table that is | athe parent for the view. |
User | N | Reference | Reference to the user,The owner of the form. If user = null, then the view is shared. | |
Title | Y | StringThe view title. |
UI Form Element
System name: sys 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 | TypeDescription | |||||||
---|---|---|---|---|---|---|---|---|---|
Form | Split Element TypeN | Enum form_split | _element | _type | N | This column stores information about the kind of | an element | : if . If it is a break-up element, it specifies the type:
| .|
Column | Y | Reference | Reference to the Column (sys_db_column) column.The | ID of thecolumn that is the form section element. | |||||
Position | Y | Integer | The element position inside the section. | ||||||
Form Sectionsection | Y | ReferenceReference to the Form Section Element (sys_ui_form_section) table. The ID of the section that is a the parent for the element. | |||||||
Formatter | N | StringThis 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 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 The form view that is a the parent for the section. |
Position | Y | String | TabsThe 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 | ReferenceReference to the Table (sys_db_table) table. | The | ID of thetable that is | athe parent for the related list. |
User | N | Reference | Reference to the user,The owner of the related list. | IfIf user = null then the list is shared. | |
Form | N | Reference | Reference to the Table (sys_ui_form)table. A formThe form view that is | athe 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 Listlist | Y | Reference | Reference to the Related List (sys_ui_related_list) table. The ID of the related list that is a the parent for the element. | |||
Related | Tabletable | N | ReferenceReference to the Table (sys_db_table) table. | The | ID of thetable that | is a parent for thecontains records for the element. |
Related | Columncolumn | N | Reference | Reference to the Column (sys_db_column) column.The | ID of the related columncolumn that referenced to other list. | |
Related | List Scriptlist script | N | ReferenceReference to the Scripted Related List (sys_related_list_script)script. | The | ID of therelated script that creates a list. | SeeSee Scripted Related Lists to learn more. |
Order | Y | Integer | The elements orderThe elements order. |
Formatters
A formatter is a form element used for displaying information that is not a record field. You can add formatters to a form while configuring a form.
In SimpleOne, the most common formatter is implemented – the Activity formatter. It displays the list of activities on a task form.
To set up a formatter, complete the steps below:
- Navigate to System Settings → UI formatter
- Click New and fill in the fields.
- Click Save or Save and exit to apply the changes.
UI formatter form fields
Field | Mandatory | Description |
---|---|---|
Name | Y | Specify a formatter name. |
Active | N | Select this checkbox to activate the formatter. |
Table | Y | Specify a table where the formatter should be used (for example, Task). |
Type | N | Only the Formatter option is available in the "out-of-the-box" solution. |
Formatter | Y | Select a predefined formatter template. |
Table of Contents | ||
---|---|---|
|