This Mendix module provides a simple and efficient Java action that retrieves any Mendix object by its GUID (Globally Unique Identifier). It can be useful in advanced logic where you need to reference objects dynamically at runtime using only their ID.
Studio Pro Version: 10.18.6
- Download and import the GetObjectByGUID – Java Action module from the Mendix Marketplace.
- Drag the Java action activity from the toolbox into the microflow.
- Select the GetObjectByGUID Java action.
- In the parameters section, set the GUID input to the Long value representing the unique identifier of the object.
- Select the entity you want to retrieve from the dropdown list.
- The Java action will return the object of the selected entity type.
