Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Commit Object(s)

Last modified: November 29, 2023

1 Introduction

This action can commit one or more objects. For persistable entities this means that the object will be stored in the database. Committing non-persistable entities stores the current attribute values and association values in memory, this allows a rollback to revert to those values. See also Persistability.

2 Input Properties

2.1 Variable

The object or list of objects that you want to commit.

3 Action Properties

3.1 With Events

Indicates whether or not to execute the commit event handlers of the objects.

3.2 Refresh in Client

If the microflow is called from the client, the change is not reflected in the client if Refresh in client is set to No. If set to Yes, the object is refreshed across the client, which includes reloading the relevant data sources.

Default value: No