Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
ManyA many-to-many inter-table relationships allow defining relationship allows you to define connections between the entries the records of any two tables, with by specifying the relationship type other than "one“one-to-one.”
A many-to-one"many table is a table describing how two tables are linked with each other.
For example, the User and the Group tables may contain many records about with users and groups, accordingly. A user may be in more than one group, and a group may include many users, so, in this case, these two tables have to be are bound as shown below:
Image Removed
The many-to-many table is a table describing how two tables are linked with each other. You can find a typical example of such a linkage on the screenshot below:

Image Added
Tip |
---|
Role required: admin. |
To create a new many-to-many relationship, please complete the steps below:
- Navigate to M2M → Tables→ Create M2M tableNew.
- Fill in the fields.
- Click Save or Save and Exitexit to apply the changes.
Tip |
---|
Role required: security_admin. |
Many-to-many relationship M2M form fields
Field | Mandatory | Type | Description | ||||
---|---|---|---|---|---|---|---|
Name | Y | String | A Specify a relationship name. | ||||
Source column | |||||||
From Column Labelcolumn title | N | String | Specify the column label (it title. It may differ from the column title )in the table. | ||||
From Column Namecolumn name | Y | String | Specify the column to bind with another one. Use the system name of the column taken from the column properties. The column should be presented in the table specified in the From Table field; otherwise, the relationship will be disfunctional.
| ||||
From Table | Y | Reference | Reference to the table containing the column to bind with another one specified in the To Column Name field. | ||||
Target column | |||||||
. You can use Latin letters, [0..9] numbers, and the underscore symbol ( _ ).
| |||||||
From table | Y | Specify the source table. | |||||
Target column | |||||||
To column title | N | Specify the column title. It | To Column Label | N | String | Specify the column label (it may differ from the column title )in the table. | |
To Column Namecolumn name | Y | String | Specify the column to bind with another one. Use the system name of the column taken from the column properties. The column should be presented in the table specified in the To Table field; otherwise, the relationship will be disfunctional.
. You can use Latin letters, [0..9] numbers, and the underscore symbol ( _ ).
| ||||
To table | Y | Specify the target table | To Table | Y | Reference | Reference to the table containing the column to bind with another one specified in the From Column Name field. |