Studio Pro 8 has reached its end of support. To upgrade to a supported version, see Moving from Mendix Studio Pro 8 to 9.

Studio Pro 8 has reached its end of support. To upgrade to a supported version, see Moving from Mendix Studio Pro 8 to 9.

Association Source

Last modified: August 20, 2024

Introduction

The Association source is a data source available to nested data grids, template grids, and list views.

An Association data source fills the widget with objects linked to another object by an association. To provide the context, the data widget needs to be nested within another data widget.

Data widgets that can function as a container for other data widgets are the template grid, list view, and data view.

Properties

Entity (Path)

The Entity (path) property specifies the association by which the widget is populated. Only objects that are connected to the object of the surrounding data container by association will appear in the widget.

Read More