Mx Model Reflection
Category: Modules
Subcategory: All
Overview
This module allows you to access information about the domain model of your app from your app. For example, you can loop through all the attribute names of an entity type in a microflow.
Documentation
Please see Mx Model Reflection in the Mendix documentation for details.
Releases
Version: 7.0.0
Framework Version: 9.18.0
Release Notes: We updated the module to Studio Pro 9.18, so it can be used in Studio Pro 10.
Version: 6.2.0
Framework Version: 8.12.0
Release Notes: Upgraded to Studio Pro version 8.12.0
Version: 6.1.2
Framework Version: 7.23.0
Release Notes: Fix IVK_RecalculateSize to correctly set the CalculatedSizeInKiloBytes field (Ticket 95995).
Version: 6.1.1
Framework Version: 7.23.0
Release Notes: Syncing will now correctly clean up enum values and captions in the database (Ticket #63310). Unused enum values or captions that are already in the database will not be deleted. These can be manually deleted using a microflow by retrieving all MxObjectEnumValue and MxObjectEnumCaption and deleting them, then re-syncing.
Version: 6.1.0
Framework Version: 7.23.0
Release Notes: The microflows "FindMember", "FindMicroflow", "FindObjectType" and "FindReference" now return exact matches first (Ticket #90020).