Skip to content

Many-To-One Relationship#

The Many-To-One relationship connects multiple Business Objects of one model to a single Business Object of another model. For example, multiple "Tasks" can belong to one "Project".

This property is the inverse property of the One-To-Many Relationship. When you create a One-To-Many relationship on the parent model, the Many-To-One inverse is automatically created on the related model.

Settings#

  • Related Model: The target Business Model this relationship points to (set automatically from the parent relationship)
  • Required: If checked, a related object must be selected before saving
  • Readonly: If checked, the relationship cannot be changed by users
  • Show in card: Display this property on the Business Object card in list/board views
  • Conditions: Configure when this property should be visible or required based on other property values

See Model Designer