Relations
Plans ✔Enterprise ✔Pro ✔Standard ✔Basic ✔Free
Relations are the links between objects and dossiers within your dossier builder. These links are used to make your own personalized database.
Making relations
To create a relation head over to the dossier builder, to access this go to settings > dossier builder. Here you can add a dossier or edit one, within a dossier you can add objects; if you make a tab into a list you can make it a relation. You can add this list to another dossier to make a relation like that.

Making relations
You can create relations with 3 ways, one to one, one to many and many to many:
One-to-one: A one-to-one relation means that each record in table A relates to one record in table B, and each record in table B relates to one record in table A.
One-to-many: A one-to-many relationship means a record in table A can relate to zero, one, or many records in Table B. What’s important here is what the potential relationship is; as long as there could be many related records it is a one-to-many relationship. This could mean that a record in table A might only be related to one record in table B, or there might not be any related records in table B.
Many-to-many: A many-to-many relationship means that for every record in table A there are multiple records that are related to that record in table B; and for every record in table B, there are multiple records related to that record in table A.
The above-mentioned database relationships are commonly used to create the desired database structure within VobeSoft.