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

Compare with Current View Page History

« Previous Version 4 Next »

The SimpleOne system stores all the form views created, along with the specified elements of these layouts. 

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
  • UI Form Element
  • Form Section
  • Related List
  • Related List Element

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

TableYReferenceReference to the Table (sys_db_table) table, the ID of the table that is a parent for the view.
UserNReferenceReference to the user, owner of the form. If user = null, then the view is shared.
TitleYStringThe view title.


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

Mandatory

Type

Description

Form Split Element TypeNEnum 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:

  • begin_split
  • end_split
  • split
ColumnYReferenceReference to the Column (sys_db_column) column. The ID of the column that is the form section element.
PositionYIntegerThe element position inside the section.
Form SectionYReferenceReference to the Form Section Element (sys_ui_form_section) table. The ID of the section that is a parent for the element.
FormatterNString

This column stores 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 consists of the following fields:

Field

Mandatory

Type

Description

FormYReferenceReference to the Form View (sys_ui_form) table. A form view that is a parent for the section.
PositionYStringTabs order on the form view. The first section is general and will not be a tab.
TitleNStringThe 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

TitleYStringThe related list title.
TableYReferenceReference to the Table (sys_db_table) table. The ID of the table that is a parent for the related list.
UserNReferenceReference to the user, owner of the related list. If user = null then the list is shared.
FormNReferenceReference to the Table (sys_ui_form) table. A form view that is a parent for the section.


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

TitleYStringThe related list element title.
Related ListYReferenceReference to the Related List (sys_ui_related_list) table. The ID of the related list that is a parent for the element.
Related TableNReferenceReference to the Table (sys_db_table) table. The ID of the table that is a parent for the element.
Related ColumnNReferenceReference to the Column (sys_db_column) column. The ID of the related column.
Related List ScriptNReferenceReference to the Scripted Related List (sys_related_list_script) script. The ID of the related script. See Scripted Related Lists to learn more.
OrderYIntegerThe elements order.

  • No labels